Home
last modified time | relevance | path

Searched refs:ValidateGraphDef (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dvalidate_test.cc47 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()
H A Dvalidate.cc31 Status ValidateGraphDef(const GraphDef& graph_def, in ValidateGraphDef() function
50 return ValidateGraphDef(copy, op_registry); in ValidateGraphDefAgainstOpRegistry()
H A Dvalidate.h34 Status ValidateGraphDef(const GraphDef& graph_def,
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_execution_state.cc256 TF_RETURN_IF_ERROR(graph::ValidateGraphDef(gdef, *flib_def_)); in Extend()