MCPcopy Create free account
hub / github.com/cactus-compute/cactus / GraphNode

Method GraphNode

cactus/graph/graph_core.cpp:184–184  ·  view source on GitHub ↗

GraphNode implementation

Source from the content-addressed store, hash-verified

182
183// GraphNode implementation
184GraphNode::GraphNode(size_t node_id, OpType type) : id(node_id), op_type(type) {}
185
186// TensorConfig implementation
187TensorConfig& TensorConfig::global() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected