aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Internal changeGravatar Andrew Selle2017-11-10
* Change HloSharding to allow getting a ShapeTree for non-tuple types.Gravatar A. Unique TensorFlower2017-11-10
* More gradient-related microbenchmarks.Gravatar Alexandre Passos2017-11-10
* [TF:XLA] Add a Cholesky decomposition implementation.Gravatar Peter Hawkins2017-11-10
* [tf.data] More actionable error message in `Dataset.make_one_shot_iterator()`.Gravatar Derek Murray2017-11-10
* Internal ChangeGravatar A. Unique TensorFlower2017-11-10
* Clean up some redundant and unused build settings.Gravatar Michael Case2017-11-10
* Removed StringPiece::set and StringPiece::clear, as they have no absl::string...Gravatar A. Unique TensorFlower2017-11-10
* Remove the backward incompatible shape checks.Gravatar A. Unique TensorFlower2017-11-10
* [CMake] Add missing framework dependency to `tf_c_python_api`.Gravatar Derek Murray2017-11-10
* [XLA:GPU] Dump PTX when --xla_dump_ir is set.Gravatar Justin Lebar2017-11-10
* ...comment format only change...Gravatar A. Unique TensorFlower2017-11-10
* Make Operation.node_def fetch from C API when enabledGravatar Skye Wanderman-Milne2017-11-10
* Skip generating input / output properties for _Send and _Recv ops if those opsGravatar A. Unique TensorFlower2017-11-10
* Include memory size info in error message.Gravatar James Qin2017-11-10
* Fixes API difference between eager and graph cond.Gravatar Alexandre Passos2017-11-10
* Internal Change.Gravatar Andrew Selle2017-11-10
* Adds properties to LossFunction to access inputs separated by minibatch.Gravatar A. Unique TensorFlower2017-11-10
* Add suffix to newly created Mul op in the optimizer to avoid the name collisionGravatar A. Unique TensorFlower2017-11-10
* [XLA] Include kConvolution in the dot-add liveness optimizationGravatar David Majnemer2017-11-10
* [TF:XLA] Add helper to append buffers to ShapedBuffer.Gravatar A. Unique TensorFlower2017-11-10
* Correct an IndexedSlices-related test in replicate_model_fn_test.py.Gravatar Igor Saprykin2017-11-10
* Add proper element_shape values to tf.nn.dynamic_rnn TensorArrays.Gravatar Eugene Brevdo2017-11-10
* n/a (internal change only)Gravatar A. Unique TensorFlower2017-11-10
* [XLA] Make TuplePointsToAnalysis and LogicalBufferAnalysis track nested fusio...Gravatar A. Unique TensorFlower2017-11-10
* Extend the Array class with more functionality.Gravatar A. Unique TensorFlower2017-11-10
* Correct comment in K-FAC's layer_collectionGravatar A. Unique TensorFlower2017-11-10
* Java/OS X: Workaround for how the framework library is packaged in the .jar byGravatar Asim Shankar2017-11-10
* [XLA:CPU] Make one of the tile dimensions in the LLVM IR GEMV tunable.Gravatar Sanjoy Das2017-11-10
* Get rid of IteratorBase::is_exhausted flag since it is not possible to rely o...Gravatar Saurabh Saxena2017-11-10
* Add bfloat support to XLA.Gravatar Yunxing Dai2017-11-10
* [XLA] Don't deemphasize nodes inside of subcomputations in dumped XLA graphs.Gravatar Justin Lebar2017-11-10
* Hlo parser: support padding.Gravatar A. Unique TensorFlower2017-11-10
* [StreamExecutor] LOG(ERROR) the driver version when cudnnCreate fails.Gravatar Justin Lebar2017-11-10
* Improved the reporting of dimensionsGravatar Benoit Steiner2017-11-10
* De-flakify and re-enable tests in replicate_model_fn_test.py.Gravatar Igor Saprykin2017-11-10
* Support more instructions in Hlo parser: Broadcast, Concatenate, Map, Reduce,...Gravatar A. Unique TensorFlower2017-11-10
* Increase tolerance in flaky multinomial test.Gravatar Gunhan Gulsoy2017-11-10
* Always push updated nodes to the queue for possible further optimization.Gravatar A. Unique TensorFlower2017-11-10
* Added some additional documentation to the swish() functionGravatar A. Unique TensorFlower2017-11-10
* Materialize constants in more cases.Gravatar Benoit Steiner2017-11-10
* Tensor template argument to gradienttape was unnecessary.Gravatar Alexandre Passos2017-11-10
* Fix typo in tensorflow/python/framework/function.pyGravatar Yifei Feng2017-11-10
* Make LLVMCompilerTest less stateful.Gravatar Sanjoy Das2017-11-10
* [TF:XLA] Clean up unused XLA options and functions.Gravatar A. Unique TensorFlower2017-11-10
* Adds streaming_dynamic_auc to Tensorflow contrib metrics. This metric differs...Gravatar A. Unique TensorFlower2017-11-10
* Change for asynchronous Send and Recv by splitting Send into {Send, SendDone}Gravatar HyoukJoong Lee2017-11-10
* Internal change.Gravatar Anna R2017-11-10
* Add tf.nn.softmax_cross_entropy_with_logits_v2 which enables backprop wrt the...Gravatar Eugene Brevdo2017-11-10
* Expose padded_batch_and_drop_remainderGravatar A. Unique TensorFlower2017-11-10