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

Method Node

tensorflow/core/graph/graph.cc:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145Node::Node()
146 : id_(-1),
147 cost_id_(-1),
148 class_(NC_UNINITIALIZED),
149 props_(nullptr),
150 assigned_device_name_index_(0),
151 while_ctx_(nullptr) {}
152
153void Node::Initialize(int id, int cost_id,
154 std::shared_ptr<NodeProperties> props) {

Callers 4

model_to_dotFunction · 0.45
_init_graph_networkMethod · 0.45
__init__Method · 0.45
_add_inbound_nodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected