Home
last modified time | relevance | path

Searched refs:RemoveNewDefaultAttrsFromGraphDef (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util_test.cc63 TF_ASSERT_OK(RemoveNewDefaultAttrsFromGraphDef(&graph_def, registry, registry, in TEST()
84 TF_ASSERT_OK(RemoveNewDefaultAttrsFromGraphDef(&graph_def, registry, registry, in TEST()
111 RemoveNewDefaultAttrsFromGraphDef(&produced_graph_def, consumer_registry, in TEST()
147 RemoveNewDefaultAttrsFromGraphDef(&produced_graph_def, consumer_registry, in TEST()
179 RemoveNewDefaultAttrsFromGraphDef(&produced_graph_def, consumer_registry, in TEST()
218 RemoveNewDefaultAttrsFromGraphDef(&produced_graph_def, consumer_registry, in TEST()
Dgraph_def_util.h97 Status RemoveNewDefaultAttrsFromGraphDef(
Dgraph_def_util.cc137 Status RemoveNewDefaultAttrsFromGraphDef( in RemoveNewDefaultAttrsFromGraphDef() function