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

Function MakeKnownRatioNode

tensorflow/core/framework/model.cc:647–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645}
646
647std::shared_ptr<Node> MakeKnownRatioNode(Node::Args args, double ratio) {
648 return std::make_shared<KnownRatio>(std::move(args), ratio);
649}
650
651std::shared_ptr<Node> MakeAsyncKnownRatioNode(
652 Node::Args args, double ratio,

Callers 15

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

Calls

no outgoing calls

Tested by 5

TEST_PFunction · 0.68
TESTFunction · 0.68
CreateNodeMethod · 0.68
CreateNodeMethod · 0.68
CreateNodeMethod · 0.68