aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-05-13
* Fix dimension order when using 3d CUDNN pooling.Gravatar A. Unique TensorFlower2016-05-13
* Mark Multinomial op as stateful in its registration.Gravatar Zongheng Yang2016-05-13
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-13
* Remove extra space in Supervisor docstringGravatar A. Unique TensorFlower2016-05-13
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-13
* Add farmhash fingerprint64 into hash.h and include corresponding dependencies.Gravatar Yutaka Leon2016-05-13
* Adds a method to lookup embedding results, accounting for invalid IDs and emp...Gravatar A. Unique TensorFlower2016-05-13
* Fix a docstring for Gaussian distributionGravatar A. Unique TensorFlower2016-05-13
* Reduce number of sparse matmul testsGravatar A. Unique TensorFlower2016-05-13
* Extend support for uint16.Gravatar A. Unique TensorFlower2016-05-13
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-12
* Added a new scope: arg_scope, which allows to define default arguments for la...Gravatar A. Unique TensorFlower2016-05-12
* Fix opensource build when pandas is missing.Gravatar Illia Polosukhin2016-05-12
* Added linker script to limit the symbols that are visible inGravatar Manjunath Kudlur2016-05-12
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-12
* Registering tf.contrib.metrics with documentationGravatar A. Unique TensorFlower2016-05-12
* TensorFlow: disable session_test.py from PIP GPU tests, since theGravatar Vijay Vasudevan2016-05-12
* Added a new scope: arg_scope, which allows to define default arguments for la...Gravatar A. Unique TensorFlower2016-05-12
* Added support for fp16 to the convolution operationGravatar Benoit Steiner2016-05-12
* Maintain current cuda context in CUDADriver by checking against a threadlocalGravatar A. Unique TensorFlower2016-05-12
* Fix softmax to not become log_softmax if name starts with "Log"Gravatar Geoffrey Irving2016-05-12
* Enables feeding/fetching quint16 and qint16.Gravatar A. Unique TensorFlower2016-05-12
* Add a copy constructor to FunctionDefLibrary.Gravatar A. Unique TensorFlower2016-05-12
* Change behavior of DirectSession so that it places the entire graphGravatar Vijay Vasudevan2016-05-12
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-12
* tf.learn: Add functionality to read, queue, batch and parse Examples in the g...Gravatar Illia Polosukhin2016-05-12
* Change meaning of max_shard_bytes in axis_partitioner.Gravatar A. Unique TensorFlower2016-05-12
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-12
* Trivial typo fix: s/logic/logical.Gravatar Zongheng Yang2016-05-12
* Base classes for probability distributions and uniform distributionGravatar A. Unique TensorFlower2016-05-12
* Rely on the tensor cost model to figure out the best strategy to parallelizeGravatar Benoit Steiner2016-05-12
* Made the contraction code compatible with fp16Gravatar Benoit Steiner2016-05-12
* Upgraded to the latest version of Eigen that speeds up full reductions on fp16Gravatar Benoit Steiner2016-05-12
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-12
* Extend the Queue interface to support enqueueing/dequeueing dictionaries.Gravatar A. Unique TensorFlower2016-05-12
* Propagate static shape information in tf.boolean_maskGravatar A. Unique TensorFlower2016-05-12
* Provide epoch with the shape it's placeholder variable declared it as:Gravatar A. Unique TensorFlower2016-05-12
* Fix documentation: half-open intervals should be denoted by [).Gravatar A. Unique TensorFlower2016-05-12
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-12
* tf.learn: Add functionality to read, queue, batch and parse Examples in the g...Gravatar Illia Polosukhin2016-05-12
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-12
* Add a more flexible Estimator base class.Gravatar Martin Wicke2016-05-12
* Update documentation about how to use GPU memory options.Gravatar Vijay Vasudevan2016-05-12
* Fixed compilation warningGravatar Benoit Steiner2016-05-12
* Rename ClientGraph to SimpleClientGraph.Gravatar A. Unique TensorFlower2016-05-12
* Split nn_test into more manageable pieces.Gravatar Martin Wicke2016-05-12
* Fix graph_actions.train() to avoid ignoring exceptions.Gravatar A. Unique TensorFlower2016-05-12
* Fixes and enhancements for contrib/tensorforest:Gravatar A. Unique TensorFlower2016-05-12
* File system implementation for Google Cloud Storage.Gravatar A. Unique TensorFlower2016-05-11