aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
* Fix a bug in shape inference of while loop.Gravatar Yuan Yu2016-05-11
* Add --inspect to tensorboard to inspect event files in a human readable way.Gravatar Cassandra Xia2016-05-11
* complex64 is a tensorflow type and so the unnamespaced name doesn't work for ...Gravatar A. Unique TensorFlower2016-05-11
* Add fp16 cuDNN convolution support to StreamExecutor. (TensorFlow ops willGravatar A. Unique TensorFlower2016-05-11
* Autogenerated Change: Release TensorBoard at TAG: 18Gravatar Dan Mané2016-05-11
* Adds tests for unknown shape in bitcastGravatar Olivia Nordquist2016-05-11
* Bayesflow: ensure Gaussian assertion of sigma positivity is executed; add test.Gravatar A. Unique TensorFlower2016-05-11
* Remove legacy shims for device.from_string and device.DeviceGravatar RJ Ryan2016-05-11
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-11
* Scalar chart: Always draw a point on the last datum, so that series with only...Gravatar Dan Mané2016-05-11
* Add scalar summary for every evaluation tensor in graph_actions.evaluate.Gravatar Illia Polosukhin2016-05-11
* Add fp16 matrix multiplication (GEMM) support to StreamExecutor, gated onGravatar A. Unique TensorFlower2016-05-11
* Add the autotune version for the backward passes. It is currentlyGravatar Xiaoqiang Zheng2016-05-11
* Move tensorboard parallel proto interface definitions to a separate proto.ts ...Gravatar A. Unique TensorFlower2016-05-11
* rnn_cell.linear and models.rnn are going away.Gravatar Eugene Brevdo2016-05-11
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-11
* Expose Supervisor's init_fn parameter through tf.learn's graph_actions.train ...Gravatar A. Unique TensorFlower2016-05-11
* Allocate sparse_values_tmp according to the size of var_len_features.Gravatar A. Unique TensorFlower2016-05-11
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-10
* Support more dynamic shapes in tf.boolean_mask.Gravatar A. Unique TensorFlower2016-05-10
* Fixes bug where dense_shape was dropped from IndexedSlices when clipping grad...Gravatar A. Unique TensorFlower2016-05-10
* Better error message.Gravatar Yuan Yu2016-05-10
* In SplitOp GPU, avoid memcpying the pointers to the device if the number ofGravatar A. Unique TensorFlower2016-05-10
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-10
* TensorBoard: Ensure the same run always gets the same hue.Gravatar Dan Mané2016-05-10
* Add cholesky_solve(chol, b), batch_cholesky_solve to linalg_ops to linalg_ops.Gravatar A. Unique TensorFlower2016-05-10
* Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-05-10
* TensorBoard: some bower stuff.Gravatar Dan Mané2016-05-10
* Extend batch construction input utilities to support dictionaries of tensors inGravatar A. Unique TensorFlower2016-05-10