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

Function Enter

tensorflow/core/graph/testlib.cc:320–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320Node* Enter(Graph* g, Node* input, const string& frame_name) {
321 Node* ret;
322 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "Enter")
323 .Input(input)
324 .Attr("frame_name", frame_name)
325 .Finalize(g, &ret));
326 return ret;
327}
328
329Node* Exit(Graph* g, Node* input) {
330 Node* ret;

Callers 15

TEST_FFunction · 0.70
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
CreateInductionVariableFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50

Calls 5

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

Tested by

no test coverage detected