Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util.h129 Status StrippedOpListForGraph(const GraphDef& graph_def,
Dgraph_def_util_test.cc308 TF_ASSERT_OK(StrippedOpListForGraph(graph_def, OpListOpRegistry(&op_list), in TEST()
353 TF_ASSERT_OK(StrippedOpListForGraph(graph_def, OpListOpRegistry(&op_list), in TEST()
Dgraph_def_util.cc248 Status StrippedOpListForGraph(const GraphDef& graph_def, in StrippedOpListForGraph() function