aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/shape_inference_test.cc
Commit message (Expand)AuthorAge
* Improvements to ResourceVariable + Variant code.Gravatar Eugene Brevdo2018-04-06
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar A. Unique TensorFlower2018-04-02
* Cleanup: Ran clang-format on all *.{h,cc} files in tensorflow/core/framework.Gravatar A. Unique TensorFlower2018-01-26
* Preserve symbolic shape information as much as possible during shape creationGravatar Benoit Steiner2017-12-08
* Improved shape inferenceGravatar Benoit Steiner2017-11-17
* Track merged shapes and dimensions more accurately.Gravatar Benoit Steiner2017-11-07
* Shape inference for user-defined functions in TF. For now it is completely "o...Gravatar Max Galkin2017-09-26
* 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
* 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
* Added a unit test to check what happens when 2 shapes with known rank butGravatar Benoit Steiner2017-05-02
* Change data_flow_ops.cc for deprecated TensorArray opsGravatar A. Unique TensorFlower2017-03-16
* Add convenience methods to ShapeInference: MakeShapeFromTensorShape() and Mak...Gravatar Peter Hawkins2017-03-06
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* On shape inference errors, include summary of constant tensorsGravatar A. Unique TensorFlower2017-02-22
* Move ValidateSparseTensor to common_shape_fns.h.Gravatar A. Unique TensorFlower2016-11-14
* 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
* Make InferenceContext::Divide accept a DimensionHandle as the divisor.Gravatar 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
* Move SDCA optimizer kernels to core.Gravatar A. Unique TensorFlower2016-09-27
* Delegate to C++ shape inference function for some conv and pooling functions.Gravatar A. Unique TensorFlower2016-09-07
* In C++ shape inference, change ShapeHandle and DimensionHandle into classesGravatar A. Unique TensorFlower2016-08-24
* Add shape_inference::ShapeHandle and shape_inference::DimensionHandle toGravatar A. Unique TensorFlower2016-08-23
* TensorFlow: Shape inference function for Slice operation in C++.Gravatar Vijay Vasudevan2016-08-11
* Validate shapes for set operations. Remove useless RegisterShape.Gravatar A. Unique TensorFlower2016-08-09
* Add C++ shape inference for SVD.Gravatar A. Unique TensorFlower2016-08-04
* TensorFlow: implement ExtractImagePatches shape fn, move ValidationGravatar Vijay Vasudevan2016-08-02
* C++ shape inference for control flow ops.Gravatar Suharsh Sivakumar2016-08-01
* Cleanups for shape inference (mainly testing):Gravatar A. Unique TensorFlower2016-07-22
* Translate shape inference functions for sparse_ops to C++.Gravatar A. Unique TensorFlower2016-07-21
* Add ShapeInference functions for DepthwiseConv2DNative, and MultiplyGravatar Vijay Vasudevan2016-07-21
* Add C++ shape inference functions for several image ops.Gravatar A. Unique TensorFlower2016-07-20
* Add C++ shape inference functions for more functions in nn_ops.cc.Gravatar A. Unique TensorFlower2016-07-19
* Add C++ shape inference function for Concat.Gravatar 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
* Add C++ shape inference function for UnsortedSegmentSum.Gravatar A. Unique TensorFlower2016-07-07
* Add C++ shape inference functions for Fill, Gather, Reverse, Shape, andGravatar A. Unique TensorFlower2016-07-06
* Implement C++ shape inference functions for Select, Range, and LinSpace.Gravatar A. Unique TensorFlower2016-07-02
* Add C++ shape inference functions for ZerosLike, Diag, DiagPart, BatchDiagPart,Gravatar A. Unique TensorFlower2016-07-01
* Add C++ shape inference for Pack, Unpack, and Const.Gravatar A. Unique TensorFlower2016-06-30
* Add shape functions in math_ops for unchanged shapes and segment reductionGravatar A. Unique TensorFlower2016-06-20
* In C++ shape inference, support registering a shape inference function in OPGravatar A. Unique TensorFlower2016-06-14