Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A 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()
H A Dvalidate.h47 Status ValidateGraphDefAgainstOpList(const GraphDef& graph_def,
H A Dvalidate.cc53 Status ValidateGraphDefAgainstOpList(const GraphDef& graph_def, in ValidateGraphDefAgainstOpList() function