Searched refs:ValidateGraphDef (Results 1 – 4 of 4) sorted by relevance
47 TF_ASSERT_OK(graph::ValidateGraphDef(graph_def, *OpRegistry::Global())); in TEST()62 Status s = graph::ValidateGraphDef(graph_def, *OpRegistry::Global()); in TEST()70 TF_ASSERT_OK(graph::ValidateGraphDef(graph_def, *OpRegistry::Global())); in TEST()85 Status s = graph::ValidateGraphDef(graph_def, *OpRegistry::Global()); in TEST()93 s = graph::ValidateGraphDef(graph_def, *OpRegistry::Global()); in TEST()
31 Status ValidateGraphDef(const GraphDef& graph_def, in ValidateGraphDef() function50 return ValidateGraphDef(copy, op_registry); in ValidateGraphDefAgainstOpRegistry()
34 Status ValidateGraphDef(const GraphDef& graph_def,
256 TF_RETURN_IF_ERROR(graph::ValidateGraphDef(gdef, *flib_def_)); in Extend()