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

Function LoopCond

tensorflow/core/graph/testlib.cc:393–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393Node* LoopCond(Graph* g, Node* input) {
394 Node* ret;
395 TF_CHECK_OK(
396 NodeBuilder(g->NewName("n"), "LoopCond").Input(input).Finalize(g, &ret));
397 return ret;
398}
399
400Node* Less(Graph* g, Node* in0, Node* in1) {
401 return Binary(g, "Less", in0, in1);

Callers 7

TEST_FFunction · 0.70
TEST_FFunction · 0.70
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TEST_FFunction · 0.50
CreateCondFunction · 0.50

Calls 4

NodeBuilderClass · 0.70
FinalizeMethod · 0.45
InputMethod · 0.45
NewNameMethod · 0.45

Tested by

no test coverage detected