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

Function MakeAsyncKnownRatioNode

tensorflow/core/framework/model.cc:651–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

649}
650
651std::shared_ptr<Node> MakeAsyncKnownRatioNode(
652 Node::Args args, double ratio,
653 std::vector<std::shared_ptr<Parameter>> parameters) {
654 return std::make_shared<AsyncKnownRatio>(std::move(args), ratio,
655 std::move(parameters));
656}
657
658std::shared_ptr<Node> MakeSourceNode(Node::Args args) {
659 return MakeKnownRatioNode(std::move(args), 0);

Callers 5

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

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.68
TESTFunction · 0.68