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

Function IsNextIteration

tensorflow/core/graph/graph_constructor.cc:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66inline bool IsNextIteration(const NodeDef& node_def) {
67 return node_def.op() == "NextIteration" ||
68 node_def.op() == "RefNextIteration";
69}
70
71bool IsValidNodeName(StringPiece s, bool allow_internal_ops) {
72 using ::tensorflow::strings::Scanner;

Callers 2

InitFromEdgesMethod · 0.70
ConvertMethod · 0.70

Calls 1

opMethod · 0.45

Tested by

no test coverage detected