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

Function Next

tensorflow/core/graph/testlib.cc:386–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386Node* Next(Graph* g, const string& name, Node* input) {
387 Node* ret;
388 TF_CHECK_OK(
389 NodeBuilder(name, "NextIteration").Input(input).Finalize(g, &ret));
390 return ret;
391}
392
393Node* LoopCond(Graph* g, Node* input) {
394 Node* ret;

Callers 10

TryElideCopyMethod · 0.85
ValueListToStringMethod · 0.85
iteratorClass · 0.85
operator++Method · 0.85
iteratorClass · 0.85
operator++Method · 0.85
NextMethod · 0.85
InitMethod · 0.85
SkipMethod · 0.85
DebugStringMethod · 0.85

Calls 3

NodeBuilderClass · 0.70
FinalizeMethod · 0.45
InputMethod · 0.45

Tested by

no test coverage detected