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

Function GetOpListForValidation

tensorflow/core/graph/validate.cc:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void GetOpListForValidation(OpList* op_list, const OpRegistry& op_registry) {
60 op_registry.Export(false, op_list);
61 RemoveDescriptionsFromOpList(op_list);
62}
63
64Status ValidateGraphHasNoCycle(const Graph& graph) {
65 // A node is ready when all of its inputs have been visited.

Callers 1

TESTFunction · 0.85

Calls 2

ExportMethod · 0.80

Tested by 1

TESTFunction · 0.68