aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/shape_refiner.cc
Commit message (Expand)AuthorAge
* Partial support tfe.defun in tf.gradients.Gravatar Alexandre Passos2018-10-08
* Add logic for StridedSlice ops in ShapeRefiner::ConstantPartialShape().Gravatar Skye Wanderman-Milne2018-05-07
* ShapeRefiner fix: some variant-type tensors have handle data.Gravatar Skye Wanderman-Milne2018-05-07
* Improvements to ResourceVariable + Variant code.Gravatar Eugene Brevdo2018-04-06
* Fix a shape inference bug.Gravatar Benoit Steiner2018-04-03
* Extract the EvaluateConstantTensorForEdge method from ShapeRefiner.Gravatar Skye Wanderman-Milne2018-03-05
* Added const to Node* in various parts of the code base.Gravatar Mingsheng Hong2018-02-26
* Don't treat PlaceholderWithDefaults as constants.Gravatar Skye Wanderman-Milne2018-01-08
* Merge changes from github.Gravatar Shanqing Cai2017-12-06
* Track symbolic shapes through shapeN operationsGravatar Benoit Steiner2017-11-27
* Improved shape inferenceGravatar Benoit Steiner2017-11-17
* Build the function graph only once when inferring shapes for function. This s...Gravatar Benoit Steiner2017-11-14
* Validate shapes when updating edges from Python.Gravatar Olivia Nordquist2017-11-13
* 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
* Remove a bunch of proto.h includes from tensorflow/core headersGravatar Gunhan Gulsoy2017-08-23
* Added an option to disable constant propagation during shape inference. THis ...Gravatar Benoit Steiner2017-08-04
* In ShapeRefiner constant folding, when extracting subgraph, make sure toGravatar A. Unique TensorFlower2017-07-28
* 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
* Rewrite SameDefinedShape function in ShapeRefinerGravatar A. Unique TensorFlower2017-06-21
* 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
* Change shape inference so that a single resource tensor can carryGravatar A. Unique TensorFlower2017-05-25
* Calling InferenceContext::UnknownShapes twice produces 2 shape handles for wh...Gravatar Benoit Steiner2017-05-02
* Reset the inputs to ShapeRefiner::RunShapeFn so that it behaves the same ever...Gravatar Benoit Steiner2017-05-02
* Don't try to refine the shapes for a node if its inference context wasn'tGravatar Benoit Steiner2017-05-02
* 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
* Exclude enter and exit nodes from shape refiner's constant folding.Gravatar A. Unique TensorFlower2017-04-04
* Makes GraphRunner a class to explicitly control it's lifetime.Gravatar Vinu Rajashekhar2017-03-31
* Set producer version in the graph used by shape refiner to run constantGravatar A. Unique TensorFlower2017-03-17
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* In ShapeRefiner::ExtractConstantSubgraph, don't includeGravatar A. Unique TensorFlower2017-03-03
* Fixing up GraphTransferer to run shape inference to compute output shapes for...Gravatar Rohan Jain2017-02-09
* Add a mechanism for hiding, skipping, and modifying the generated opGravatar A. Unique TensorFlower2017-02-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
* Fix asan error with uninitialized variable in shape_refiner.cc.Gravatar A. Unique TensorFlower2016-09-20
* 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