MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / conv_bias_name

Function conv_bias_name

src/framework/audio/flashsr.cpp:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79std::string conv_bias_name(const std::string & block_id, int group, int index) {
80 return "resblocks." + block_id + ".convs" + std::to_string(group) + "." +
81 std::to_string(index) + ".bias";
82}
83
84struct Conv1dLayer {
85 int64_t out_channels = 0;

Callers 1

load_resblockFunction · 0.85

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected