aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/shape_inference_testutil_test.cc
Commit message (Expand)AuthorAge
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* When Op Type is not registered, log the hostname of the machine thatGravatar Vijay Vasudevan2017-05-17
* Improve error messages from shape_inference_testutil.cc, in particular toGravatar A. Unique TensorFlower2016-10-10
* In C++ shape inference, change ShapeHandle and DimensionHandle into classesGravatar A. Unique TensorFlower2016-08-24
* Cleanups for shape inference (mainly testing):Gravatar A. Unique TensorFlower2016-07-22
* Change OpDefBuilder's SetShapeFn to take a function pointer instead of anGravatar 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
* Changes for C++ shape inference usability:Gravatar A. Unique TensorFlower2016-07-14
* Add InferenceContext::MakeShapeFromShapeProto(const TensorShapeProto& proto);Gravatar A. Unique TensorFlower2016-07-14
* Add C++ shape inference for TopK and TopKV2.Gravatar A. Unique TensorFlower2016-07-12
* In C++ shape inference, support registering a shape inference function in OPGravatar A. Unique TensorFlower2016-06-14