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

Method capture_debug_node

cactus/engine/engine_model.cpp:821–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819}
820
821void Model::capture_debug_node(uint32_t layer_idx, const std::string& name, size_t node_id) const {
822 auto* graph = static_cast<CactusGraph*>(graph_handle_);
823 if (!graph) {
824 return;
825 }
826 graph->capture_debug_node(layer_idx, name, node_id);
827}
828
829void Model::clear_debug_nodes() {
830 auto* graph = static_cast<CactusGraph*>(graph_handle_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected