History log of /external/tensorflow/tensorflow/python/framework/cpp_shape_inference.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f8347ceebbad0e06552633fcdf8e63f52246ba62 24-Jan-2018 Sanjoy Das <sanjoy@google.com> Remove THIRD_PARTY_ from #include guards

They don't make sense in the open source repository.

PiperOrigin-RevId: 183140889
/external/tensorflow/tensorflow/python/framework/cpp_shape_inference.h
b177e3720721dea593f1f15ba731ab351e87d298 03-Mar-2017 A. Unique TensorFlower <gardener@tensorflow.org> Add the graphdef version to InferenceContext and to ShapeRefiner::AddNode.
Use this to allow loading reductions saved with older graphdefs.

Change GraphConstructor to not increase the version when importing, but instead take the min of all versions.
Change: 149152437
/external/tensorflow/tensorflow/python/framework/cpp_shape_inference.h
3b145acb49ffa071601597af138026020e7fa7ee 15-Nov-2016 A. Unique TensorFlower <gardener@tensorflow.org> In call_cpp_shape_fn, use whether the shape inference fn requested input tensor
values to rerun the shape inference function. This removes the need to pass
input_tensors_needed and input_tensor_as_shapes_needed.

Remove calls to call_cpp_shape_fn that pass input_tensors_needed or
inptu_tensor_as_shapes_needed.
Change: 139228180
/external/tensorflow/tensorflow/python/framework/cpp_shape_inference.h
6d4956edb02c5a2d0a9bdeb919a4c4c0e55fd882 01-Nov-2016 A. Unique TensorFlower <gardener@tensorflow.org> Allow passing constant_value_as_shape from call_cpp_shape_fn to the C++ shape
inference. Delegate to C++ shape function for Reshape.

Fix reshape to handle attempting to infer unknown dim when product of known
elements is 0.
Change: 137837591
/external/tensorflow/tensorflow/python/framework/cpp_shape_inference.h
41734d78d3facf652c25b2a2761aadd978b3f2ef 31-Oct-2016 A. Unique TensorFlower <gardener@tensorflow.org> Automated rollback of change 137740850
Change: 137747341
/external/tensorflow/tensorflow/python/framework/cpp_shape_inference.h
2940b6c9ac3518b27633d90880b9092157496ee8 31-Oct-2016 A. Unique TensorFlower <gardener@tensorflow.org> Automated rollback of change 137731142
Change: 137740850
/external/tensorflow/tensorflow/python/framework/cpp_shape_inference.h
0d616c45650b8bef5da330d311bf265896328db3 31-Oct-2016 A. Unique TensorFlower <gardener@tensorflow.org> Adds functionality for shape inference and dtype checking of variable-based resources.

Does not implement these resources yet as this change is big enough already.
Change: 137731142
/external/tensorflow/tensorflow/python/framework/cpp_shape_inference.h
7e538db04d9ecf2432f8f0c7bf2d6d5c1f994e1a 07-Sep-2016 A. Unique TensorFlower <gardener@tensorflow.org> When calling C++ shape functions from python shape functions,
allow passing the result of python's constant_value for some input tensors.

Use this on some existing math ops to delegate to python.

This updates Pack to merge all inputs before checking ndims is None, which
allows more merging possibilities.

Changes to Reduction C++ shape function to match python version.
Change: 132434990
/external/tensorflow/tensorflow/python/framework/cpp_shape_inference.h
011402d8987e753acd54c6251a7edd2e2d8155ba 23-Aug-2016 A. Unique TensorFlower <gardener@tensorflow.org> Allow a python shape inference fn to delegate to the cpp shape
inference function. Enable this for MatMul and SparseMatMul.
Change: 131097313
/external/tensorflow/tensorflow/python/framework/cpp_shape_inference.h