Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dvalidate_test.cc107 TF_ASSERT_OK(graph::ValidateGraphDefAgainstOpList(graph_def, op_list)); in TEST()
119 ASSERT_FALSE(graph::ValidateGraphDefAgainstOpList(graph_def, op_list).ok()); in TEST()
Dvalidate.h47 Status ValidateGraphDefAgainstOpList(const GraphDef& graph_def,
Dvalidate.cc53 Status ValidateGraphDefAgainstOpList(const GraphDef& graph_def, in ValidateGraphDefAgainstOpList() function