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

Function MakeParameter

tensorflow/core/framework/model.cc:631–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629} // namespace
630
631std::shared_ptr<Parameter> MakeParameter(const string& name,
632 std::shared_ptr<SharedState> state,
633 double min, double max) {
634 return std::make_shared<Parameter>(name, state, min, max);
635}
636
637std::shared_ptr<Node> MakeInterleaveManyNode(Node::Args args) {
638 return std::make_shared<InterleaveMany>(std::move(args));

Callers 6

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