Home
last modified time | relevance | path

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

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