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

Function Switch

tensorflow/core/graph/testlib.cc:311–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311Node* Switch(Graph* g, Node* in0, Node* in1) {
312 Node* ret;
313 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "Switch")
314 .Input(in0)
315 .Input(in1)
316 .Finalize(g, &ret));
317 return ret;
318}
319
320Node* Enter(Graph* g, Node* input, const string& frame_name) {
321 Node* ret;

Callers 15

TESTFunction · 0.50
TESTFunction · 0.50
CreateSwitchFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50

Calls 4

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

Tested by

no test coverage detected