aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/shape_refiner_test.cc
Commit message (Expand)AuthorAge
* Add logic for StridedSlice ops in ShapeRefiner::ConstantPartialShape().Gravatar Skye Wanderman-Milne2018-05-07
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Don't treat PlaceholderWithDefaults as constants.Gravatar Skye Wanderman-Milne2018-01-08
* Improved shape inferenceGravatar Benoit Steiner2017-11-17
* Validate shapes when updating edges from Python.Gravatar Olivia Nordquist2017-11-13
* Shape inference for user-defined functions in TF. For now it is completely "o...Gravatar Max Galkin2017-09-26
* C++ API: run shape inference as nodes are constructedGravatar Skye Wanderman-Milne2017-08-15
* In ShapeRefiner constant folding, when extracting subgraph, make sure toGravatar A. Unique TensorFlower2017-07-28
* Infer shapes for loops during Grappler static inferenceGravatar A. Unique TensorFlower2017-06-20
* Add function in shape inference to try to infer output tensor content based onGravatar A. Unique TensorFlower2017-06-05
* Performance-related tweaks: Don't copy loop variables; remove ineffective std...Gravatar A. Unique TensorFlower2017-06-05
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Change shape inference so that a single resource tensor can carryGravatar A. Unique TensorFlower2017-05-25
* Enable grappler to propagate shapes through queues.Gravatar Benoit Steiner2017-05-01
* Add an option for shape inference requirement to C++ Shape Refiner.Gravatar Yao Zhang2017-04-26
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* Update generated C++ API. This is a roll-forward past CLs that wereGravatar A. Unique TensorFlower2017-02-01
* Add a mechanism for hiding, skipping, and modifying the generated opGravatar A. Unique TensorFlower2017-02-01
* Migrate to new namespace for Input, Output, etc. in the C++ API.Gravatar A. Unique TensorFlower2017-01-18
* Automated rollback of change 144776821Gravatar A. Unique TensorFlower2017-01-17
* Migrate to new namespace for Input, Output, etc. in the C++ API.Gravatar A. Unique TensorFlower2017-01-17
* In ShapeRefiner, add support for the C++ equivalent of the PythonGravatar A. Unique TensorFlower2016-10-25
* TensorFlow: for shape inference errors, provide more context in theGravatar Vijay Vasudevan2016-09-30
* ShapeRefiner: implement TODO to plumb in OpRegistryInterface from Graph.Gravatar Vijay Vasudevan2016-09-19
* TensorFlow: allow shape refiner to run subgraphs to evaluate constantGravatar Vijay Vasudevan2016-09-19