aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/shape_inference.cc
Commit message (Expand)AuthorAge
* Partial support tfe.defun in tf.gradients.Gravatar Alexandre Passos2018-10-08
* Modifies NonMaxSuppressionV4 output shape to be static.Gravatar Tayo Oguntebi2018-08-13
* Add some extra DebugString() functions to shape_inference. Currently unused, ...Gravatar Peter Hawkins2018-06-15
* Added support for strided slicing of symbolic shapesGravatar Benoit Steiner2018-05-14
* Add logic for StridedSlice ops in ShapeRefiner::ConstantPartialShape().Gravatar Skye Wanderman-Milne2018-05-07
* Added support for concatenation and slicing of symbolic shapesGravatar Benoit Steiner2018-04-19
* Misc. small optimizations in Grappler and shape inference code.Gravatar A. Unique TensorFlower2018-04-12
* Improvements to ResourceVariable + Variant code.Gravatar Eugene Brevdo2018-04-06
* Made the NumElements function more accurateGravatar Benoit Steiner2018-03-26
* Speed up `OpKernel::InputRange()` by ~2.6x.Gravatar Derek Murray2018-01-02
* Preserve symbolic shape information as much as possible during shape creationGravatar Benoit Steiner2017-12-08
* Count the number of loops instead of approximating it.Gravatar Benoit Steiner2017-11-22
* Improved shape inferenceGravatar Benoit Steiner2017-11-17
* Validate shapes when updating edges from Python.Gravatar Olivia Nordquist2017-11-13
* 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
* Fix signed integer overflows detected with -fsanitize=signed-integer-overflowGravatar A. Unique TensorFlower2017-08-03
* 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
* Infer shapes for loops during Grappler static inferenceGravatar A. Unique TensorFlower2017-06-20
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Remove deprecated resource handle functions in InferenceContext.Gravatar A. Unique TensorFlower2017-06-05
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Support negative axis for Split opGravatar A. Unique TensorFlower2017-05-31
* Change shape inference so that a single resource tensor can carryGravatar A. Unique TensorFlower2017-05-25
* Remove all 64/32 bit compiler warnings from core/ops.Gravatar Suharsh Sivakumar2017-04-06
* 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
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Fix issues with shape inference during graph import.Gravatar Pete Warden2017-01-13
* 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
* 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
* Allow a python shape inference fn to delegate to the cpp shapeGravatar A. Unique TensorFlower2016-08-23
* Implement ShapeManager, which will be used to perform graph-levelGravatar Vijay Vasudevan2016-08-22
* TensorFlow: Shape inference function for Slice operation in C++.Gravatar Vijay Vasudevan2016-08-11
* Add C++ shape inference functions for ParseExample andGravatar A. Unique TensorFlower2016-08-11
* Add C++ shape inference for SVD.Gravatar A. Unique TensorFlower2016-08-04
* C++ shape inference for control flow ops.Gravatar Suharsh Sivakumar2016-08-01
* C++ shape inference for Split op.Gravatar Suharsh Sivakumar2016-07-29