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

Class RoPEModule

include/engine/framework/modules/positional_modules.h:20–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18};
19
20class RoPEModule {
21public:
22 explicit RoPEModule(RoPEConfig config);
23
24 core::TensorValue build(
25 core::ModuleBuildContext & ctx,
26 const core::TensorValue & input,
27 const core::TensorValue & positions,
28 const core::TensorValue * frequency_factors = nullptr) const;
29
30private:
31 RoPEConfig config_;
32};
33
34} // namespace engine::modules

Callers 15

buildMethod · 0.85
self_attentionFunction · 0.85
decoder_layerFunction · 0.85
build_attentionFunction · 0.85
build_attentionFunction · 0.85
decoder_layerFunction · 0.85
build_attentionFunction · 0.85
encoder_layerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected