aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/framework/common_shapes.py
Commit message (Expand)AuthorAge
* Minor eager mode improvementsGravatar Akshay Modi2018-07-10
* fixed typo in docstring for unchanged shape methodGravatar Naman Kamra2018-02-15
* eager: Add tests for backprop.pyGravatar Asim Shankar2017-08-19
* Merge changes from github.Gravatar Jonathan Hseu2017-07-19
* Remove unused arguments to call_cpp_shape_fn.Gravatar A. Unique TensorFlower2017-05-31
* Change shape inference so that a single resource tensor can carryGravatar A. Unique TensorFlower2017-05-25
* Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.Gravatar A. Unique TensorFlower2017-03-03
* In call_cpp_shape_fn, use whether the shape inference fn requested input tensorGravatar A. Unique TensorFlower2016-11-15
* Make the python default for shape fn be call_cpp_shape_fn.Gravatar A. Unique TensorFlower2016-11-14
* Switch Const to call_cpp_shape_fn, but still do work in python to avoid seria...Gravatar Vijay Vasudevan2016-11-11
* Fix call_cpp_shape_fn's option for comparing to python (needs to convert resultGravatar A. Unique TensorFlower2016-11-09
* 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
* Merge changes from github.Gravatar A. Unique TensorFlower2016-10-10
* Switch ops in array_ops to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-12
* Switch nn_ops shape fns to delegate to C++, for all that have a C++Gravatar A. Unique TensorFlower2016-09-08
* Switch several ops in array_ops.py to use C++ shape functions.Gravatar A. Unique TensorFlower2016-09-08
* When calling C++ shape functions from python shape functions,Gravatar A. Unique TensorFlower2016-09-07
* Add debug_python_shape_fn to call_cpp_shape_fn.Gravatar A. Unique TensorFlower2016-09-01
* Automated rollback of change 131739513Gravatar A. Unique TensorFlower2016-08-31
* Enable C++ shape function for math_ops.py and array_ops.cc shape functions thatGravatar A. Unique TensorFlower2016-08-30
* Allow a python shape inference fn to delegate to the cpp shapeGravatar A. Unique TensorFlower2016-08-23
* Move _BroadcastShape to a separate function in tensor_shape.Gravatar A. Unique TensorFlower2016-08-10
* Execute TODOs toGravatar Olivia Nordquist2016-06-14