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.cc52 TF_ASSERT_OK(RemoveNewDefaultAttrsFromGraphDef(&graph_def, registry, registry, in TEST()
73 TF_ASSERT_OK(RemoveNewDefaultAttrsFromGraphDef(&graph_def, registry, registry, in TEST()
100 RemoveNewDefaultAttrsFromGraphDef(&produced_graph_def, consumer_registry, in TEST()
136 RemoveNewDefaultAttrsFromGraphDef(&produced_graph_def, consumer_registry, in TEST()
168 RemoveNewDefaultAttrsFromGraphDef(&produced_graph_def, consumer_registry, in TEST()
207 RemoveNewDefaultAttrsFromGraphDef(&produced_graph_def, consumer_registry, in TEST()
Dgraph_def_util.h95 Status RemoveNewDefaultAttrsFromGraphDef(
Dgraph_def_util.cc136 Status RemoveNewDefaultAttrsFromGraphDef( in RemoveNewDefaultAttrsFromGraphDef() function