aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
* Documenting ASAN exclusion.Gravatar A. Unique TensorFlower2016-03-21
* Added -fPIC to the command line in instructions to compile user op.Gravatar Manjunath Kudlur2016-03-21
* Fix for device_lib failures on python3Gravatar Eugene Brevdo2016-03-21
* It is now an error to use `if tensor:` where `if tensor is not None:` is meant.Gravatar Derek Murray2016-03-21
* TensorFlow: fix python3 by using range instead of xrange (range is fineGravatar Vijay Vasudevan2016-03-21
* Python3 fix for benchmarksGravatar Eugene Brevdo2016-03-21
* Minor typo fix.Gravatar A. Unique TensorFlower2016-03-21
* Re-rollback of "TensorFlow: move eigen some NN code from our third_party/eige...Gravatar Vijay Vasudevan2016-03-18
* Build and visibility changesGravatar Martin Wicke2016-03-18
* histogram_ops refactor:Gravatar A. Unique TensorFlower2016-03-18
* Clarification on (and minor fix) for RunOptions/RunOutputs usage.Gravatar Zongheng Yang2016-03-18
* Convert RNN benchmarks to new Benchmark test & runner.Gravatar Eugene Brevdo2016-03-18
* Change Cuda pinned memory allocation to BFC allocator.Gravatar Xiaoqiang Zheng2016-03-18
* Support ScratchAllocator in BLAS Batched GEMMGravatar A. Unique TensorFlower2016-03-18
* Minor simplification in Hinge prediction.Gravatar A. Unique TensorFlower2016-03-18