Searched refs:ValidateGraphDefAgainstOpList (Results 1 – 3 of 3) sorted by relevance
107 TF_ASSERT_OK(graph::ValidateGraphDefAgainstOpList(graph_def, op_list)); in TEST()119 ASSERT_FALSE(graph::ValidateGraphDefAgainstOpList(graph_def, op_list).ok()); in TEST()
47 Status ValidateGraphDefAgainstOpList(const GraphDef& graph_def,
53 Status ValidateGraphDefAgainstOpList(const GraphDef& graph_def, in ValidateGraphDefAgainstOpList() function