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

Method Model

cactus/engine/engine_model.cpp:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20Model::Model()
21 : graph_handle_(nullptr),
22 config_(),
23 tokenizer_(nullptr),
24 initialized_(false),
25 attention_scale_(0.0f),
26 output_weight_node_id_(0),
27 owns_graph_(false) {
28}
29
30Model::Model(const Config& config)
31 : graph_handle_(nullptr),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected