aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/shape_inference_testutil.h
Commit message (Expand)AuthorAge
* Removed redundant std::string -> string conversions.Gravatar A. Unique TensorFlower2018-08-28
* Replaced calls to tensorflow::StringPiece::ToString with std::string conversi...Gravatar A. Unique TensorFlower2018-05-07
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* Prepare to not include node_def.proto.h in node_def_util.hGravatar Geoffrey Irving2017-06-23
* Add C++ shape fn for QueueDequeueManyV2 and QueueDequeueUpToV2.Gravatar A. Unique TensorFlower2017-06-16
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* Get rid of testing constructor for InferenceContext, fix TODOs.Gravatar Vijay Vasudevan2016-10-12
* In C++ shape inference, change ShapeHandle and DimensionHandle into classesGravatar A. Unique TensorFlower2016-08-24
* Added C++ Shape inference function for Conv2D.Gravatar Vijay Vasudevan2016-07-20
* Simplify shape inference test macros by removing the extra _WITH_DEF andGravatar A. Unique TensorFlower2016-07-18
* 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