Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dvalidate.cc46 Status ValidateGraphDefAgainstOpRegistry( in ValidateGraphDefAgainstOpRegistry() function
56 return ValidateGraphDefAgainstOpRegistry(graph_def, registry); in ValidateGraphDefAgainstOpList()
H A Dvalidate.h40 Status ValidateGraphDefAgainstOpRegistry(
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/verifiers/
H A Dstructure_verifier.cc39 status_group.Update(tensorflow::graph::ValidateGraphDefAgainstOpRegistry( in Verify()