aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/shape_refiner.h
Commit message (Expand)AuthorAge
* Add logic for StridedSlice ops in ShapeRefiner::ConstantPartialShape().Gravatar Skye Wanderman-Milne2018-05-07
* Extract the EvaluateConstantTensorForEdge method from ShapeRefiner.Gravatar Skye Wanderman-Milne2018-03-05
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* Build the function graph only once when inferring shapes for function. This s...Gravatar Benoit Steiner2017-11-14
* Enable shape inference on functions in grappler.Gravatar A. Unique TensorFlower2017-10-30
* Disable constant folding when propagating shapes through functions ifGravatar Benoit Steiner2017-10-18
* Shape inference for user-defined functions in TF. For now it is completely "o...Gravatar Max Galkin2017-09-26
* Added an option to disable constant propagation during shape inference. THis ...Gravatar Benoit Steiner2017-08-04
* Prepare to remove a bunch of proto.h includes from tensorflow/core headersGravatar Geoffrey Irving2017-06-29
* 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
* Added missing const qualifierGravatar Benoit Steiner2017-05-10
* 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
* When using ImportGraphDef with a passed in ShapeRefiner, use theGravatar Vijay Vasudevan2017-04-06
* Makes GraphRunner a class to explicitly control it's lifetime.Gravatar Vinu Rajashekhar2017-03-31
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* Fixing up GraphTransferer to run shape inference to compute output shapes for...Gravatar Rohan Jain2017-02-09
* In ShapeRefiner, add support for the C++ equivalent of the PythonGravatar A. Unique TensorFlower2016-10-25
* 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