aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merge changes from github, some fixes to adhere somewhatGravatar Vijay Vasudevan2016-03-22
* Adjust supervisor.py to "bool strictness"Gravatar A. Unique TensorFlower2016-03-22
* Add extension points to the gRPC Session and Server code.Gravatar Derek Murray2016-03-22
* Rollback of "Add GPU support to Variable and Assign for all POD types"Gravatar Martin Wicke2016-03-22
* Added standalone kernel_library and gen_op_wrapper_py targetsGravatar Manjunath Kudlur2016-03-22
* Adding optimizer_loss op to layers to provide a convenient way to add trainin...Gravatar A. Unique TensorFlower2016-03-22
* Update Eigen NN headers in staging repo to match public contents.Gravatar Vijay Vasudevan2016-03-22
* Rollback of "Re-arranging tensorflow contrib targets."Gravatar A. Unique TensorFlower2016-03-22
* Fix tf.complex_abs gradient test to not be flakyGravatar Geoffrey Irving2016-03-22
* Remaining sharded kernel_tests fit in size = "small"Gravatar Geoffrey Irving2016-03-22
* Add open-source CI testing of TensorBoard frontend code via Dockerfile.tensor...Gravatar Dan Mané2016-03-22
* slice_op_test.py needs size = "medium"Gravatar Geoffrey Irving2016-03-22
* Shrink pooling_ops_test and unshardGravatar Geoffrey Irving2016-03-22
* Reduce conv_ops_test flops by 1000x and unshardGravatar Geoffrey Irving2016-03-22
* Add optional Android demo termination after running fixed number of inference...Gravatar Andrew Harp2016-03-22
* Fix range error from python3 on Mac.Gravatar Xiaoqiang Zheng2016-03-22
* Test tf.complex_abs in cwise_ops_test.Gravatar RJ Ryan2016-03-22
* Code cleanups as per style conventions.Gravatar A. Unique TensorFlower2016-03-22
* fixed typo in websiteGravatar Olivia Nordquist2016-03-22
* Re-arranging tensorflow contrib targets.Gravatar A. Unique TensorFlower2016-03-22
* Set size for remaining tensorflow testsGravatar Geoffrey Irving2016-03-22
* Remove size = "medium" default from tensorflow.bzl functionsGravatar Geoffrey Irving2016-03-22
* Changing get_binary_predictions_* methods in sdca_ops_test.py to return an in...Gravatar A. Unique TensorFlower2016-03-22
* Remove size = "medium" default from tensorflow.bzl functionsGravatar Geoffrey Irving2016-03-22
* Adding a gradient to ComplexAbs.Gravatar A. Unique TensorFlower2016-03-22
* Override the default message size limits in TensorFlow gRPC.Gravatar Derek Murray2016-03-22
* Fix cifar tutorial for bool strictness.Gravatar Martin Wicke2016-03-22
* Expose filegroups from the android example.Gravatar A. Unique TensorFlower2016-03-22
* Mark more tests as size = "small"Gravatar Geoffrey Irving2016-03-22
* Add a half type to TensorFlow core, based on Eigen::half.Gravatar A. Unique TensorFlower2016-03-22
* Use tf.group in rnn benchmark.Gravatar Yuan Yu2016-03-22
* BUGFIX: Correct the naming scheme used in weighted_moving_average.Gravatar A. Unique TensorFlower2016-03-21
* Add GPU support to Variable and Assign for all POD typesGravatar Geoffrey Irving2016-03-21
* Add a SparseAdd op that adds up two SparseTensors.Gravatar Zongheng Yang2016-03-21
* Mark a bunch of tests "small" to reduce timeoutsGravatar Geoffrey Irving2016-03-21
* Change jpeg decoding to record the number of rows processed, instead of theGravatar A. Unique TensorFlower2016-03-21
* Write zero values for GPU gather when the index is out of bounds.Gravatar Eugene Brevdo2016-03-21
* Enable tf.sign for complex64.Gravatar RJ Ryan2016-03-21
* When variable op scope fails, give some indication about where the variable w...Gravatar A. Unique TensorFlower2016-03-21
* In DecodePng operator's Convert8to16 function, force height*row_bytesGravatar A. Unique TensorFlower2016-03-21
* Rename RunOutputs -> RunMetadata proto.Gravatar Dan Smilkov2016-03-21
* In DecodePng, verify that the width, height, and total size of the image to beGravatar A. Unique TensorFlower2016-03-21
* In jpeg Uncompress, expose nwarn as an int64* to be consistent with theGravatar A. Unique TensorFlower2016-03-21
* Add a scan operator, similar to Theano's scan.Gravatar Yuan Yu2016-03-21
* Adding more types for __ANDROID_TYPES_FULL__ profile.Gravatar A. Unique TensorFlower2016-03-21
* Improve input validation of SparseSegmentReduction ops. Also addGravatar Josh Levenberg2016-03-21
* Adding end to end tests in TensorBoard.Gravatar Dan Smilkov2016-03-21
* Apply selective registration to op registration, to remove the OpDefBuilderGravatar A. Unique TensorFlower2016-03-21
* Updated the distributed runtime docs to use `tf.GrpcServer`.Gravatar Derek Murray2016-03-21
* Add more FFT ops.Gravatar A. Unique TensorFlower2016-03-21