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

Function MakeAsyncInterleaveManyNode

tensorflow/core/framework/model.cc:641–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639}
640
641std::shared_ptr<Node> MakeAsyncInterleaveManyNode(
642 Node::Args args, std::vector<std::shared_ptr<Parameter>> parameters) {
643 return std::make_shared<AsyncInterleaveMany>(std::move(args),
644 std::move(parameters));
645}
646
647std::shared_ptr<Node> MakeKnownRatioNode(Node::Args args, double ratio) {
648 return std::make_shared<KnownRatio>(std::move(args), ratio);

Callers 4

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

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.68
TESTFunction · 0.68