Searched refs:graph_def_1 (Results 1 – 2 of 2) sorted by relevance
44 GraphDef graph_def_1; in EqualsGraphDef() local45 if (!graph_def_1.ParseFromString(graphdef_string1)) { in EqualsGraphDef()67 return differencer.Compare(graph_def_1, graph_def_2); in EqualsGraphDef()
380 def graph_defs_equal(graph_def_1: graph_pb2.GraphDef,404 if not isinstance(graph_def_1, graph_pb2.GraphDef):409 return _proto_comparators.EqualsGraphDef(graph_def_1.SerializeToString(),