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

Function MakeSourceNode

tensorflow/core/framework/model.cc:658–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658std::shared_ptr<Node> MakeSourceNode(Node::Args args) {
659 return MakeKnownRatioNode(std::move(args), 0);
660}
661
662std::shared_ptr<Node> MakeUnknownRatioNode(Node::Args args) {
663 return std::make_shared<UnknownRatio>(std::move(args));

Callers 15

TEST_PFunction · 0.85
TESTFunction · 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
CreateNodeMethod · 0.85

Calls 1

MakeKnownRatioNodeFunction · 0.85

Tested by 2

TEST_PFunction · 0.68
TESTFunction · 0.68