aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* Extended the is_gpu_available() function to cover OpenCL GPUs in addition toGravatar Benoit Steiner2016-11-23
| | | | | | | CUDA GPUs. Added a gpu_device_name() function Generalized a couple of tests to support non cuda gpus. Change: 140028372
* Automated rollback of change 139983065Gravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139989725
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139984744
* Change concat to just call concat_v2 to avoid code duplication and to ↵Gravatar A. Unique TensorFlower2016-11-22
| | | | | | prepare for deprecating concat. Change: 139983065
* Remove tf.with_dependencies from documentation.Gravatar Patrick Nguyen2016-11-22
| | | | | | | | We are not exposing tf.with_dependencies. The pattern of replacing the variable will no longer be in the documentation. It is recommended that users use tf.control_dependencies(). Change: 139982089
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139979376
* Seal tf.nn's interface.Gravatar Patrick Nguyen2016-11-22
| | | | | | This moves functions that were defined directly in nn.py into nn_ops.py. Change: 139979007
* tfdbg core: implement gRPC debug URLsGravatar Shanqing Cai2016-11-22
| | | | Change: 139976177
* Create tf.contrib.deprecated, as a space for keeping deprecated summary ops.Gravatar Dan Mané2016-11-22
| | | | | | When the tf.X_summary ops are removed in the leadup to TensorFlow 1.0, they will be migrated to tf.contrib.deprecated.X_summary. Change: 139974976
* Fix typo.Gravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139974629
* Split _BinaryLogisticHead from _MultiClassHead.Gravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139971064
* Check tensor size calculated by shape inference in graph transfererGravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139965414
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139965074
* Added retries to download function.Gravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139964468
* Switch function definition hash to NodeDef, fixing a TODO.Gravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139963371
* Let the demo data provider also stream bytes if the file extension is ".bytes".Gravatar Nikhil Thorat2016-11-22
| | | | Change: 139962536
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139960226
* Adding a TF QR op.Gravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139959769
* New division gradients for RealDiv, FloorDiv, TruncateDivGravatar Andrew Selle2016-11-22
| | | | Change: 139958241
* Embedding projector: Detect changes regarding checkpoint files.Gravatar Dan Smilkov2016-11-22
| | | | | Lauching TB and the embeddings tab before the checkpoint file is available resulted in TB never detecting the checkpoint file. Now refreshing the embeddings tab after the checkpoint file is ready should show the embeddings. Change: 139957355
* Return output tensor for all nodes to get tensor shape for graph transfererGravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139948729
* Adds a Bazel BUILD for LLVM.Gravatar Peter Hawkins2016-11-22
| | | | Change: 139938302
* A proto that applications other than TensorFlow can use to send dataGravatar Vijay D'Silva2016-11-22
| | | | | to GraphExplorer. Change: 139937019
* Improve PCA speed (sample the number of points, not just dimensions).Gravatar Dan Smilkov2016-11-22
| | | | Change: 139933186
* Temporarily disable main-op related test re: thread safety issues.Gravatar Sukriti Ramesh2016-11-22
| | | | Change: 139931236
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139927117
* Add list of summary_op support in SummarySaverHook.Gravatar Mustafa Ispir2016-11-22
| | | | Change: 139926352
* Fixing bug in which the 'trainable' argument wasn't being passed to the bias ↵Gravatar Nathan Silberman2016-11-22
| | | | | | in convolution2d_transpose. Change: 139925626
* Remove partitioned variable benchmark.Gravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139925599
* Change division in TensorFlow to flooring semantics.Gravatar Andrew Selle2016-11-22
| | | | | | | | | - tf.div changes to new behavior, but it will be deprecated - tf.divide is currently a synonym for tf.div but will remain - tf.mod changes to new behavior, but it will be deprecated, you can use % or tf.floormod in the future. - the op FloorDiv now is extended to work on reals Change: 139922734
* Python DefFun now creates functions that include NodeDefsGravatar A. Unique TensorFlower2016-11-22
| | | | | | | | (in addition to the older FunctionDef::Node format). Add an optional out_names argument to Defun and names to Declare's arguments, so that signatures for forward-declared DefFuns can have signatures in the name (required for this change). Change: 139919259
* Disabling evaluation_test pending bug fixes.Gravatar Nathan Silberman2016-11-22
| | | | Change: 139915810
* fixed typo tf.nn.(sparse_)softmax_cross_entropy_with_logitsGravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139913751
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-22
| | | | Change: 139910634
* Remove assertion that evaluation ops aren't differentiable since top_k is ↵Gravatar A. Unique TensorFlower2016-11-22
| | | | | | differentiable. Fixes #5726 . Change: 139909212
* Do not always call device->Sync().Gravatar A. Unique TensorFlower2016-11-21
| | | | Change: 139867360
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-21
| | | | Change: 139867209
* LinearOperator:Gravatar Ian Langmore2016-11-21
| | | | | | | | | * contrib/linalg/ started * linear_operator.py added containing base class LinearOperator. * linear_operator_diag.py added containing first derived class LinearOperatorDiag. * A base class for tests is also added. Change: 139866369
* tfdbg CLI: A few improvements and refactoringGravatar Shanqing Cai2016-11-21
| | | | | | | | | | 1. Refactor the code in local_cli_wrapper.py for generating introductory messages about the run() call and the TF runtime error to functions in a new python file: cli/cli_shared.py 2. Make the introductory message-generating functions capable of handling nested lists, tuples, dicts and namedtuples as the fetches of run() calls. 3. Use bold font attribute to highlight suggested commands in the introductory messages. 4. Minor tweaks to the title bar color. 5. Minor doc fixes in examples/README.md. 6. Add new font attribute "blink" to curses_ui.py and let the error title message use that attribute. Change: 139866031
* bug fix.Gravatar A. Unique TensorFlower2016-11-21
| | | | Change: 139861812
* Deprecating `num_queue_runners` from `read_keyed_batch_features` and ↵Gravatar A. Unique TensorFlower2016-11-21
| | | | | | `queue_parsed_features`. Change: 139854687
* Refactor the common code in sdca_ops.cc out for multiclass SDCA.Gravatar A. Unique TensorFlower2016-11-21
| | | | Change: 139854348
* Add VIMCO advantage function to bayesflow.Gravatar Eugene Brevdo2016-11-21
| | | | Change: 139853413
* Fix the dependency in quantization/Makefile.in for parallel buildGravatar A. Unique TensorFlower2016-11-21
| | | | Change: 139853310
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-21
| | | | Change: 139852629
* Remove colon from DNN hidden layer names.Gravatar A. Unique TensorFlower2016-11-21
| | | | Change: 139851149
* Fix SubProcess Communicate() for macOS.Gravatar A. Unique TensorFlower2016-11-21
| | | | | | | | | | | On macOS, poll(2) may return POLLNVAL for a valid file descriptor that was closed on its remote side (by the other process) before this process calls poll() the first time. Treat this case as an error. Re-enable the SubProcess tests, one of which (StdinChildExit) appeared flaky on macOS depending on the timing of the child process exiting and the parent process first calling poll(). Change: 139850066
* shard rnn testsGravatar Eugene Brevdo2016-11-21
| | | | Change: 139849913
* Renamed 'hashed_embedding_x' as 'scattered_embedding_x' to eliminate confusion.Gravatar Mustafa Ispir2016-11-21
| | | | Change: 139849495
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-11-21
| | | | Change: 139847768