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

Function MakeUnknownNode

tensorflow/core/framework/model.cc:666–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664}
665
666std::shared_ptr<Node> MakeUnknownNode(Node::Args args) {
667 return std::make_shared<Unknown>(std::move(args));
668}
669
670std::shared_ptr<Node> Model::AddNode(Node::Factory factory, const string& name,
671 const string& output_name) {

Callers 2

CreateNodeMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68