aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/shape_inference_testutil.cc
Commit message (Expand)AuthorAge
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Add C++ shape fn for QueueDequeueManyV2 and QueueDequeueUpToV2.Gravatar A. Unique TensorFlower2017-06-16
* Change shape inference so that a single resource tensor can carryGravatar A. Unique TensorFlower2017-05-25
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* Automated rollback of change 137740850Gravatar A. Unique TensorFlower2016-10-31
* Automated rollback of change 137731142Gravatar A. Unique TensorFlower2016-10-31
* Adds functionality for shape inference and dtype checking of variable-based r...Gravatar A. Unique TensorFlower2016-10-31
* In ShapeRefiner, add support for the C++ equivalent of the PythonGravatar A. Unique TensorFlower2016-10-25
* Get rid of testing constructor for InferenceContext, fix TODOs.Gravatar Vijay Vasudevan2016-10-12
* Improve error messages from shape_inference_testutil.cc, in particular toGravatar A. Unique TensorFlower2016-10-10
* TensorFlow: for shape inference errors, provide more context in theGravatar Vijay Vasudevan2016-09-30
* Switch contrib/rnn ops to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-14
* In C++ shape inference, change ShapeHandle and DimensionHandle into classesGravatar A. Unique TensorFlower2016-08-24
* Add shape_inference::ShapeHandle and shape_inference::DimensionHandle toGravatar A. Unique TensorFlower2016-08-23
* Add C++ shape inference for SVD.Gravatar A. Unique TensorFlower2016-08-04
* Cleanups for shape inference (mainly testing):Gravatar A. Unique TensorFlower2016-07-22
* Add shape inference function for ConcatOffset.Gravatar A. Unique TensorFlower2016-07-19
* Simplify shape inference test macros by removing the extra _WITH_DEF andGravatar A. Unique TensorFlower2016-07-18
* Infer the number of outputs properly in shape_inference::InferenceContext,Gravatar A. Unique TensorFlower2016-07-15
* Add C++ shape inference for TopK and TopKV2.Gravatar A. Unique TensorFlower2016-07-12
* Implement C++ shape inference functions for Select, Range, and LinSpace.Gravatar A. Unique TensorFlower2016-07-02
* Add C++ shape inference for Pack, Unpack, and Const.Gravatar A. Unique TensorFlower2016-06-30
* In C++ shape inference, support registering a shape inference function in OPGravatar A. Unique TensorFlower2016-06-14