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

Function MakeInterleaveManyNode

tensorflow/core/framework/model.cc:637–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635}
636
637std::shared_ptr<Node> MakeInterleaveManyNode(Node::Args args) {
638 return std::make_shared<InterleaveMany>(std::move(args));
639}
640
641std::shared_ptr<Node> MakeAsyncInterleaveManyNode(
642 Node::Args args, std::vector<std::shared_ptr<Parameter>> parameters) {

Callers 4

TESTFunction · 0.85
CreateNodeMethod · 0.85
CreateNodeMethod · 0.85
CreateNodeMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68