GraphNode implementation
| 182 | |
| 183 | // GraphNode implementation |
| 184 | GraphNode::GraphNode(size_t node_id, OpType type) : id(node_id), op_type(type) {} |
| 185 | |
| 186 | // TensorConfig implementation |
| 187 | TensorConfig& TensorConfig::global() { |
nothing calls this directly
no outgoing calls
no test coverage detected