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.h115 Status StrippedOpListForGraph(const GraphDef& graph_def,
Dgraph_def_util_test.cc263 TF_ASSERT_OK(StrippedOpListForGraph(graph_def, OpListOpRegistry(&op_list), in TEST()
308 TF_ASSERT_OK(StrippedOpListForGraph(graph_def, OpListOpRegistry(&op_list), in TEST()
Dgraph_def_util.cc211 Status StrippedOpListForGraph(const GraphDef& graph_def, in StrippedOpListForGraph() function