aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* [XLA] Account for computation output size correctly in HLO rematerialization.Gravatar Mark Heffernan2017-05-03
* Adds model_dir in TF_CONFIG, which is read by RunConfig.Gravatar Jianwei Xie2017-05-03
* Fix some pylint errors.Gravatar A. Unique TensorFlower2017-05-03
* Add support for python expression as SavedModel CLI inputs with '--input_expr...Gravatar A. Unique TensorFlower2017-05-03
* 1. Default implementation of determinant, log_determinant added.Gravatar Ian Langmore2017-05-03
* Adding tf_cnn_benchmark.py examplesGravatar Toby Boyd2017-05-03
* fixed a bug passing two flag values: show_type and show_summary, they current...Gravatar A. Unique TensorFlower2017-05-03
* Move bucketized_column to core.Gravatar A. Unique TensorFlower2017-05-03
* Made sure that both queue shapes and types are updated in one single pass ins...Gravatar Benoit Steiner2017-05-03
* [TF:XLA] Set metadata of all added HLO instructions when lowering computations.Gravatar A. Unique TensorFlower2017-05-03
* Allow importers of scoped metagraphs to specify collections to restore with a...Gravatar A. Unique TensorFlower2017-05-03
* [tf layers] Delay marking a layer as built until the end of its first apply().Gravatar Eugene Brevdo2017-05-02
* tfdbg: internal-only changesGravatar Shanqing Cai2017-05-02
* Calling InferenceContext::UnknownShapes twice produces 2 shape handles for wh...Gravatar Benoit Steiner2017-05-02
* [XLA:HLO] Run HeapSimulator on whole-module if all computations are sequential.Gravatar A. Unique TensorFlower2017-05-02
* [TF:XLA] Added unittest for transpose constant foldingGravatar A. Unique TensorFlower2017-05-02
* Add shape to error message.Gravatar A. Unique TensorFlower2017-05-02
* [tf distributions] Move the remaining whitelisted distributions to core.Gravatar Eugene Brevdo2017-05-02
* [XLA] Second change for HLO interpreter.Gravatar A. Unique TensorFlower2017-05-02
* Fix losses documentation.Gravatar Andrew Selle2017-05-02
* Final draftGravatar Toby Boyd2017-05-02
* Final draftGravatar Toby Boyd2017-05-02
* Don't needlessly synchronize the CUDA stream in CropAndResize.Gravatar A. Unique TensorFlower2017-05-02
* Making sure an error message will be produced by session_manager when a non-t...Gravatar A. Unique TensorFlower2017-05-02
* Reset the inputs to ShapeRefiner::RunShapeFn so that it behaves the same ever...Gravatar Benoit Steiner2017-05-02
* Properly track the persistent memory usage of lookup tables.Gravatar Benoit Steiner2017-05-02
* Move linking of cudnn_plugin, cublas_plugin and cufft_plugin fromGravatar A. Unique TensorFlower2017-05-02
* Add examples to TensorShape documentation and ran autoformatter.Gravatar Cassandra Xia2017-05-02
* Fix shape mismatch between loss and weights.Gravatar A. Unique TensorFlower2017-05-02
* Navigation and index for new performance section documents.Gravatar Toby Boyd2017-05-02
* Added link to high-performance modelsGravatar Toby Boyd2017-05-02
* Add more documentation for features and labels.Gravatar A. Unique TensorFlower2017-05-02
* Java: Docs: Update instructions for Windows.Gravatar Asim Shankar2017-05-02
* [XLA] Refactor constant folding operations into a dedicated moduleGravatar A. Unique TensorFlower2017-05-02
* Added a unit test to check what happens when 2 shapes with known rank butGravatar Benoit Steiner2017-05-02
* [TF:XLA] Try to incorporate Tensorflow node structure for large HLO GraphDefs.Gravatar A. Unique TensorFlower2017-05-02
* Port makefile build breakageGravatar A. Unique TensorFlower2017-05-02
* Remove overly precise CHECK when rendering debug output for a function.Gravatar Derek Murray2017-05-02
* Don't try to refine the shapes for a node if its inference context wasn'tGravatar Benoit Steiner2017-05-02
* Fix a bunch of bad links and missing docs in contrib.Gravatar Mark Daoust2017-05-02
* Add whitelist support in uid of RunConfig.Gravatar Jianwei Xie2017-05-01
* Enable grappler to propagate shapes through queues.Gravatar Benoit Steiner2017-05-01
* This CL removes the Graph.edge_set_ field. This field stores a set of the Ed...Gravatar A. Unique TensorFlower2017-05-01
* Add doc for saved_model_cliGravatar A. Unique TensorFlower2017-05-01
* Explain when callables passed to tf.cond & tf.while_loop are run.Gravatar A. Unique TensorFlower2017-05-01
* Add small test to check hinge_softness != 0 in softplus bijector.Gravatar A. Unique TensorFlower2017-05-01
* [tf distributions] Move kullback_leibler, special_math, and Normal into TF core.Gravatar Eugene Brevdo2017-05-01
* First draft of benchmark results.Gravatar Toby Boyd2017-05-01
* Adds access to expected output type from OpOutputList.Gravatar A. Unique TensorFlower2017-05-01
* clarify tf.cond documentationGravatar Olivia Nordquist2017-05-01