Home
last modified time | relevance | path

Searched refs:graph_def_2 (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dproto_comparators.cc49 GraphDef graph_def_2; in EqualsGraphDef() local
50 if (!graph_def_2.ParseFromString(graphdef_string2)) { in EqualsGraphDef()
67 return differencer.Compare(graph_def_1, graph_def_2); in EqualsGraphDef()
Dgraph_util_impl.py381 graph_def_2: graph_pb2.GraphDef,
406 if not isinstance(graph_def_2, graph_pb2.GraphDef):
410 graph_def_2.SerializeToString(),