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

Method LFM2Model

cactus/models/model_lfm2.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace cactus {
11namespace engine {
12LFM2Model::LFM2Model() : Model() {
13 weight_nodes_.layers.resize(config_.num_layers);
14 conv_cache_bx_nodes_.assign(config_.num_layers, 0);
15}
16LFM2Model::LFM2Model(const Config& config) : Model(config) {
17 weight_nodes_.layers.resize(config_.num_layers);
18 conv_cache_bx_nodes_.assign(config_.num_layers, 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected