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

Class LinearModule

include/engine/framework/modules/linear_module.h:22–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20};
21
22class LinearModule {
23public:
24 explicit LinearModule(LinearConfig config);
25
26 const LinearConfig & config() const noexcept;
27 const core::ModuleSchema & schema() const noexcept;
28
29 core::TensorValue build(
30 core::ModuleBuildContext & ctx,
31 const core::TensorValue & input,
32 const LinearWeights & weights) const;
33
34 static const core::ModuleSchema & static_schema() noexcept;
35
36private:
37 LinearConfig config_;
38};
39
40} // namespace engine::modules

Callers 15

buildMethod · 0.85
buildMethod · 0.85
build_lstm_sequenceFunction · 0.85
buildMethod · 0.85
build_feed_forwardFunction · 0.85
build_wavlm_graph_layersFunction · 0.85
build_self_attentionFunction · 0.85
build_feed_forwardFunction · 0.85
build_hubert_graphFunction · 0.85
build_mlpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected