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

Class CodebookLookupModule

include/engine/framework/modules/lookup_modules.h:69–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67};
68
69class CodebookLookupModule {
70public:
71 explicit CodebookLookupModule(IndexedEmbeddingConfig config);
72
73 const IndexedEmbeddingConfig & config() const noexcept;
74 const core::ModuleSchema & schema() const noexcept;
75 core::TensorValue build(
76 core::ModuleBuildContext & ctx,
77 const core::TensorValue & indices,
78 const core::TensorValue & weight) const;
79 static const core::ModuleSchema & static_schema() noexcept;
80
81private:
82 IndexedEmbeddingConfig config_;
83};
84
85} // namespace engine::modules

Callers 4

EncoderGraphMethod · 0.85
codebook_decodeFunction · 0.85
conditioning_from_codesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected