aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Initialize random seed in TensorflowTestCase Setup to reduce flakiness in uni...Gravatar Suharsh Sivakumar2016-07-15
* tfdb: Debug nodes inserterGravatar Shanqing Cai2016-07-15
* Delete tensorflow_serving/session_bundle C++ code (copy exists in tensorflow/...Gravatar Kiril Gorovoy2016-07-15
* Fix gradient of batch_matrix_determinant for unknown batch sizes.Gravatar A. Unique TensorFlower2016-07-15
* Implementing more C API functions (executing more TODOs):Gravatar A. Unique TensorFlower2016-07-14
* Moves eval op from dnn_linear_combined to TargetColumn.Gravatar A. Unique TensorFlower2016-07-14
* Automated rollback of change 127470901Gravatar A. Unique TensorFlower2016-07-14
* Automated rollback of change 127463353Gravatar Andrew Selle2016-07-14
* Changes for C++ shape inference usability:Gravatar A. Unique TensorFlower2016-07-14
* Get all the gradients for a while_loop properly colocated with the ops.Gravatar Eugene Brevdo2016-07-14
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-07-14
* batch_matrix_set_diag now used in batch_matrix_diag_transform.Gravatar Ian Langmore2016-07-14
* Backported some changes to the reduction code from upstream Eigen to keep the...Gravatar Benoit Steiner2016-07-14
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-07-14
* Add C++ shape inference function to ImmutableConstGravatar Vijay Vasudevan2016-07-14
* batch_matrix_transpose added to array_ops. This transposes the last twoGravatar Ian Langmore2016-07-14
* Fix nightly docker build failure due to multiple wheel filesGravatar Shanqing Cai2016-07-14
* Add support for DequeueUpTo in RandomShuffleQueue and uses this to add the op...Gravatar A. Unique TensorFlower2016-07-14
* Fix a bug in _DNNLinearCombinedBaseEstimator.linear_weights_.Gravatar A. Unique TensorFlower2016-07-14
* Don't skip evaluation if latest_path is None.Gravatar A. Unique TensorFlower2016-07-14
* Remove unused dependencies from third_party/tensorflow/contrib/framework/BUIL...Gravatar A. Unique TensorFlower2016-07-14
* Set 'partitioner' correctly while creating var scope for wide layer weights.Gravatar A. Unique TensorFlower2016-07-14
* Enable strided slice op as default slicing.Gravatar Andrew Selle2016-07-14
* Fix sampling_ops test timeout by making it a CPU-only test.Gravatar A. Unique TensorFlower2016-07-14
* Allow sampling_ops to batch a list of tensors, rather just one.Gravatar A. Unique TensorFlower2016-07-14
* Add InferenceContext::MakeShapeFromShapeProto(const TensorShapeProto& proto);Gravatar A. Unique TensorFlower2016-07-14
* Cleanup towards requiring explicit export signatures.Gravatar David Soergel2016-07-14
* Improve error handling for scalar arguments to sparse_xentGravatar Pete Warden2016-07-14
* Modify tf-image-dashboard so that it breaks long run names at the top.Gravatar Dan Mané2016-07-14
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-07-14
* Move broadcasting out of OperatorX. The OperatorX classes will now requireGravatar Ian Langmore2016-07-14
* Allow batch_norm to use a is_training Tensor, which can be modified at run time.Gravatar A. Unique TensorFlower2016-07-14
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-07-14
* Deprecate old skflow functions.Gravatar Martin Wicke2016-07-14
* Attempt to fix iris_val_based_early_stopping test.Gravatar A. Unique TensorFlower2016-07-14
* Automated rollback of change 127366296Gravatar Eugene Brevdo2016-07-14
* Reuse WorkerInterface objects. Reduces the number of allocations inGravatar A. Unique TensorFlower2016-07-14
* Refactoring: Use std::unique_ptr<> to maintain pointer ownership in more plac...Gravatar A. Unique TensorFlower2016-07-14
* Modify tensorforest training_loss to take features and labels as input to acc...Gravatar A. Unique TensorFlower2016-07-14
* Give names to training and inference ops in tensor_forest, which helps with i...Gravatar A. Unique TensorFlower2016-07-13
* Enable complex GPU kernels for tf.matmul and tf.batch_matmul.Gravatar RJ Ryan2016-07-13
* Made sure that philox arrays are initialized properly.Gravatar Benoit Steiner2016-07-13
* Rename io directory to learn_io because non-absolute import can confuse this ...Gravatar Martin Wicke2016-07-13
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-07-13
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-07-13
* Add TF_NodeOutputListLength() and TF_NodeInputListLength() to C APIGravatar A. Unique TensorFlower2016-07-13
* Add BatchMatrixWithDiag op & gradientGravatar Eugene Brevdo2016-07-13
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-07-13
* Add access to mock as tf.mockGravatar A. Unique TensorFlower2016-07-13
* Fix divide-by-zero in specialized version of RequantizeMany...UsingEigen.Gravatar A. Unique TensorFlower2016-07-13