aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/cpp_shape_inference.cc
Commit message (Expand)AuthorAge
* 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
* Remove unused protobuf header inclusionsGravatar A. Unique TensorFlower2017-06-06
* 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
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* In call_cpp_shape_fn, use whether the shape inference fn requested input tensorGravatar A. Unique TensorFlower2016-11-15
* Allow passing constant_value_as_shape from call_cpp_shape_fn to the C++ shapeGravatar A. Unique TensorFlower2016-11-01
* 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
* TensorFlow: for shape inference errors, provide more context in theGravatar Vijay Vasudevan2016-09-30
* When calling C++ shape functions from python shape functions,Gravatar A. Unique TensorFlower2016-09-07
* In C++ shape inference, change ShapeHandle and DimensionHandle into classesGravatar A. Unique TensorFlower2016-08-24
* Allow a python shape inference fn to delegate to the cpp shapeGravatar A. Unique TensorFlower2016-08-23