MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ValidateGraphDefAgainstOpList

Function ValidateGraphDefAgainstOpList

tensorflow/core/graph/validate.cc:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53Status ValidateGraphDefAgainstOpList(const GraphDef& graph_def,
54 const OpList& op_list) {
55 OpListOpRegistry registry(&op_list);
56 return ValidateGraphDefAgainstOpRegistry(graph_def, registry);
57}
58
59void GetOpListForValidation(OpList* op_list, const OpRegistry& op_registry) {
60 op_registry.Export(false, op_list);

Callers 1

TESTFunction · 0.85

Calls 1

Tested by 1

TESTFunction · 0.68