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

Function Merge

tensorflow/core/graph/testlib.cc:336–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336Node* Merge(Graph* g, Node* in0, Node* in1) {
337 Node* ret;
338 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "Merge")
339 .Input({in0, in1})
340 .Finalize(g, &ret));
341 return ret;
342}
343
344Node* Merge(Graph* g, Node* in0, gtl::ArraySlice<string> remaining_in) {
345 std::vector<NodeBuilder::NodeOut> inputs;

Callers 15

TEST_FFunction · 0.70
TEST_FFunction · 0.70
TESTFunction · 0.50
TEST_FFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
WithRankMethod · 0.50
WithValueMethod · 0.50
MergePrefixMethod · 0.50
MergeMethod · 0.50
MergeInputMethod · 0.50

Calls 7

NodeBuilderClass · 0.70
FinalizeMethod · 0.45
InputMethod · 0.45
NewNameMethod · 0.45
reserveMethod · 0.45
sizeMethod · 0.45
emplace_backMethod · 0.45

Tested by

no test coverage detected