History log of /external/tensorflow/tensorflow/core/framework/graph_def_util_test.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1d0b8c007b8bc7f77dd63c74f02d87185071f038 09-May-2017 Peter Hawkins <phawkins@google.com> Remove unnecessary copies of value parameters.

PiperOrigin-RevId: 155511618
/external/tensorflow/tensorflow/core/framework/graph_def_util_test.cc
649ac9824678b3233c2ef568f6a6102fe54050e5 30-Mar-2017 Skye Wanderman-Milne <skyewm@google.com> Move equal_graph_def.h/cc from core/graph to core/util

This fixes build dependencies for a future patch (specifically allows
referencing equal_graph_def.h from core/framework)
Change: 151668115
/external/tensorflow/tensorflow/core/framework/graph_def_util_test.cc
143556267343e8f3f352b0ddba5272fc30b80078 31-Dec-2016 A. Unique TensorFlower <gardener@tensorflow.org> Get rid of the last references to FunctionDef.node before we
delete it entirely.
Change: 143298461
/external/tensorflow/tensorflow/core/framework/graph_def_util_test.cc
542c0d6fd433d50f6558bfcc1ed2cab3cc52a4e5 23-Nov-2016 A. Unique TensorFlower <gardener@tensorflow.org> Fix RemoveNewDefaultAttrsFromGraphDef() for graphs with functions.
Change: 140034297
/external/tensorflow/tensorflow/core/framework/graph_def_util_test.cc
72cd0b00ebfa766dbb3e499fd06eb45ecb5b1df3 14-Jun-2016 A. Unique TensorFlower <gardener@tensorflow.org> In C++ shape inference, support registering a shape inference function in OP
registration. Change op registration signature to return Status and return the registration data as an out parameter.

Add a shape inference function and test for AddN.

Support in function library needs to be expanded in a future change.
Change: 124871850
/external/tensorflow/tensorflow/core/framework/graph_def_util_test.cc
c8b59c046895fa5b6d79f73e0b5817330fcfbfc1 02-Jun-2016 A. Unique TensorFlower <nobody@tensorflow.org> Update copyright for 3p/tf/core.
Change: 123900938
/external/tensorflow/tensorflow/core/framework/graph_def_util_test.cc
df9e8046eb44b2ad7ceb14e2dd6a49741c0e12e0 04-May-2016 Josh Levenberg <josh11b@tensorflow.org> Extract OpsUsedByGraph() from StrippedOpListForGraph().
Change: 121447237
/external/tensorflow/tensorflow/core/framework/graph_def_util_test.cc
c907e0b3d30c774caee04d71577a9468ed9ab242 09-Mar-2016 Geoffrey Irving <geoffreyi@google.com> RemoveNewDefaultAttrsFromGraphDef shouldn't touch _underscore attrs
Change: 116782506
/external/tensorflow/tensorflow/core/framework/graph_def_util_test.cc
9d8ea873db7246656c21f5860b53e34f14dd2841 02-Mar-2016 Geoffrey Irving <geoffreyi@google.com> Expose tf.contrib.util.stripped_op_list_for_graph

C++ and Python use two different op registries, and in rare cases they can
actually be different. Thus, we need both functions available.

Also fix both Python and C++ to handle arbitrarily nested functions.
Change: 116142089
/external/tensorflow/tensorflow/core/framework/graph_def_util_test.cc
c1d385d01924cf02e81adabbdec575c100b14f59 01-Mar-2016 Geoffrey Irving <geoffreyi@google.com> Expose tf.contrib.util.stripped_op_list_for_graph

C++ and Python use two different op registries, and in rare cases they can
actually be different. Thus, we need both functions available.

Also fix both Python and C++ to handle arbitrarily nested functions.
Change: 115918836
/external/tensorflow/tensorflow/core/framework/graph_def_util_test.cc
d4b17f62fa09a10869d0f5d70e5afde833b23f0f 01-Mar-2016 Geoffrey Irving <geoffreyi@google.com> Expose tf.contrib.util.stripped_op_list_for_graph

C++ and Python use two different op registries, and in rare cases they can
actually be different. Thus, we need both functions available.

Also fix both Python and C++ to handle arbitrarily nested functions.
Change: 115915068
/external/tensorflow/tensorflow/core/framework/graph_def_util_test.cc
082263066a23afed631fc04462784773e68d3d71 23-Feb-2016 Geoffrey Irving <geoffreyi@google.com> Reimplement StrippedOpListForGraph in C++
Change: 115347996
/external/tensorflow/tensorflow/core/framework/graph_def_util_test.cc
7b4a4639747affd011a6abe98b6a77015e659d4e 02-Feb-2016 Josh Levenberg <josh11b@tensorflow.org> Add RemoveNewDefaultAttrsFromGraphDef() for preparing a GraphDef for
use by a server that doesn't have the latest version of some ops.
Also switch to generally passing OpRegistryInterfaces via const
reference instead of pointers (except when an object holds on to the
pointer beyond the single method call).
Change: 113671866
/external/tensorflow/tensorflow/core/framework/graph_def_util_test.cc