aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/shape_inference.h
Commit message (Expand)AuthorAge
* Partial support tfe.defun in tf.gradients.Gravatar Alexandre Passos2018-10-08
* Add some extra DebugString() functions to shape_inference. Currently unused, ...Gravatar Peter Hawkins2018-06-15
* 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
* Improvements to ResourceVariable + Variant code.Gravatar Eugene Brevdo2018-04-06
* Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
* Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
* Merge changes from github.Gravatar Jianwei Xie2018-03-28
* Cleanup: Ran clang-format on all *.{h,cc} files in tensorflow/core/framework.Gravatar A. Unique TensorFlower2018-01-26
* Remove THIRD_PARTY_ from #include guardsGravatar Sanjoy Das2018-01-24
* 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
* Made the BroadcastBinaryOpShapeFn more accurateGravatar Benoit Steiner2017-11-07
* Improved encoding on shapes in grappler.Gravatar Benoit Steiner2017-11-06
* 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
* 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
* Remove deprecated resource handle functions in InferenceContext.Gravatar A. Unique TensorFlower2017-06-05
* 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
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* Calling InferenceContext::UnknownShapes twice produces 2 shape handles for wh...Gravatar Benoit Steiner2017-05-02
* Enable grappler to propagate shapes through queues.Gravatar Benoit Steiner2017-05-01
* Enable DCHECK in shape inference to check that the shape functionGravatar A. Unique TensorFlower2017-04-18
* Remove all 64/32 bit compiler warnings from core/ops.Gravatar Suharsh Sivakumar2017-04-06
* Change data_flow_ops.cc for deprecated TensorArray opsGravatar A. Unique TensorFlower2017-03-16
* Expose node_def from InferenceContext.Gravatar A. Unique TensorFlower2017-03-07
* 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
* Add whitespace to improve readability of logging & errors strings.Gravatar A. Unique TensorFlower2017-01-26
* Fix issues with shape inference during graph import.Gravatar Pete Warden2017-01-13
* Move ValidateSparseTensor to common_shape_fns.h.Gravatar A. Unique TensorFlower2016-11-14
* Refactor fold_constants to make reuse easier.Gravatar Pete Warden2016-11-08
* 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
* Update comments on shape_inference to indicate it's no longer experimental.Gravatar A. Unique TensorFlower2016-10-13
* 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
* Switch several ops in array_ops.py to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-08
* Delegate to C++ shape inference function for some conv and pooling functions.Gravatar A. Unique TensorFlower2016-09-07