aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Only register Reshape CPU kernels with type constraint of int32 onGravatar Vijay Vasudevan2016-12-21
* Registers kernels for resources on slice / stack.Gravatar A. Unique TensorFlower2016-12-21
* Automated rollback of change 142682138Gravatar Jonathan Hseu2016-12-21
* Populates step_container in ops_testutil.Gravatar A. Unique TensorFlower2016-12-21
* Allow a tensor to have multiple aliases.Gravatar A. Unique TensorFlower2016-12-21
* Android: add CHECK for if proto file exists along with log message explaining...Gravatar Andrew Harp2016-12-21
* Automated rollback of change 142681535Gravatar A. Unique TensorFlower2016-12-21
* Update protobuf .whl links to point to 3.1.0Gravatar Jonathan Hseu2016-12-21
* Let user define a CheckpointSaverHook instead of a default one in tf.learn.Gravatar Mustafa Ispir2016-12-21
* Add `assert_rank_in`, to handle cases where target ranks are a list, not an u...Gravatar A. Unique TensorFlower2016-12-21
* Only check for early termination of split decisions every n training steps.Gravatar A. Unique TensorFlower2016-12-21
* Seal tf.metrics.Gravatar Patrick Nguyen2016-12-21
* Update summary names in add_gradients_summaries() to conform to the new summa...Gravatar A. Unique TensorFlower2016-12-21
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-12-21
* Replace the Template .var_scope property with .variable_scopeGravatar Malcolm Reynolds2016-12-21
* Adding BigQuery Reader OP.Gravatar A. Unique TensorFlower2016-12-21
* Added experimental support for libxsmm sparse matrix-dense matrixGravatar A. Unique TensorFlower2016-12-21
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-21
* Rename SyncReplicasOptimizerV2 to SyncReplicasOptimizerGravatar A. Unique TensorFlower2016-12-21
* Fix tf.contrib.training.resample_at_rate for float64 dtypeGravatar Stephan Hoyer2016-12-21
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-21
* Fix flaky SparseMatMul test. Test uses uninitialized variables, which can occ...Gravatar Jonathan Hseu2016-12-21
* Bug fix related to a corner case in evaluate_once. Corner case:Gravatar Mustafa Ispir2016-12-21
* Delete tf.contrib.learn.Classifier, since the deprecation date is passed and ...Gravatar A. Unique TensorFlower2016-12-21
* Extend the FTRL and Proximal AdaGrad optimizer to support accepting scalar te...Gravatar A. Unique TensorFlower2016-12-21
* Avoids potential deadlock when pushing synchronously to a closed stack.Gravatar Derek Murray2016-12-21
* Add an IsIdentical helper method to PartialTensorShape that tests two partial...Gravatar Peter Hawkins2016-12-21
* Add gpu_headers_lib for use by op kernels. Expose the device event mgr toGravatar A. Unique TensorFlower2016-12-21
* Automated rollback of change 142614852Gravatar A. Unique TensorFlower2016-12-21
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-21
* Fix two bugs int the Graph editor;Gravatar A. Unique TensorFlower2016-12-21
* Fix Student's T flaky tests.Gravatar Joshua V. Dillon2016-12-21
* Fix potential use-after-free of `worker_cache` in NewRemoteDevices().Gravatar Derek Murray2016-12-20
* Android: change demo debug overlay toggle to use volume keys instead of tap (toGravatar Andrew Harp2016-12-20
* Fix LOG() message that logged a pointer to a Status instead of the Status its...Gravatar Peter Hawkins2016-12-20
* Define GEMMLOWP_ALLOW_SLOW_SCALAR_FALLBACK to allow building withGravatar A. Unique TensorFlower2016-12-20
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-12-20
* Added support for TensorFlow backward convolutions to use libxsmm; weightGravatar A. Unique TensorFlower2016-12-20
* Uses VariableV2 and removes shape-setting code in tf.Variable.Gravatar A. Unique TensorFlower2016-12-20
* Use `WorkerCacheInterface::ReleaseWorker()` for all WorkerInterface destruction.Gravatar Derek Murray2016-12-20
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-20
* Change parameter 'order' to tf.norm to 'ord' for numpy compatibility.Gravatar A. Unique TensorFlower2016-12-20
* tfdbg CLI: add menus and mouse-triggered commandsGravatar Shanqing Cai2016-12-20
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-12-20
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-12-20
* Replace all uses of tf.complex_abs with tf.abs and remove tf.complex_abs from...Gravatar A. Unique TensorFlower2016-12-20
* Rename usages of tf.mul, tf.neg, tf.sub that are used internallyGravatar Andrew Selle2016-12-20
* tfdbg: fix a bug in graph-dump causality validation algorithmGravatar Shanqing Cai2016-12-20
* Change `with_dependencies` to handle any iterable for `dependencies` arg.Gravatar A. Unique TensorFlower2016-12-20
* Remove the partition GraphDef from ReffedClientGraph::Part.Gravatar Derek Murray2016-12-20