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

Class MatMulModule

include/engine/framework/modules/primitive_modules.h:7–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace engine::modules {
6
7class MatMulModule {
8public:
9 const core::ModuleSchema & schema() const noexcept;
10 core::TensorValue build(
11 core::ModuleBuildContext & ctx,
12 const core::TensorValue & lhs,
13 const core::TensorValue & rhs) const;
14
15 static const core::ModuleSchema & static_schema() noexcept;
16};
17
18class AddModule {
19public:

Callers 7

build_self_attentionFunction · 0.85
graph_attention_weightsFunction · 0.85
graph_self_attentionFunction · 0.85
graph_nonlin_attentionFunction · 0.85
buildMethod · 0.85
build_t3_layer_backendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected