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

Class SliceModule

include/engine/framework/modules/structural_modules.h:51–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49};
50
51class SliceModule {
52public:
53 explicit SliceModule(SliceConfig config);
54
55 const SliceConfig & config() const noexcept;
56 const core::ModuleSchema & schema() const noexcept;
57 core::TensorValue build(core::ModuleBuildContext & ctx, const core::TensorValue & input) const;
58 static const core::ModuleSchema & static_schema() noexcept;
59
60private:
61 SliceConfig config_;
62};
63
64struct ConcatConfig {
65 int axis = 0;

Callers 15

buildMethod · 0.85
slice_last_dimFunction · 0.85
variance_rms_normFunction · 0.85
zeros_like_prefixFunction · 0.85
repeat_first_frameFunction · 0.85
buildMethod · 0.85
gate_sliceFunction · 0.85
build_lstm_sequenceFunction · 0.85
buildMethod · 0.85
grouped_pos_convFunction · 0.85
grouped_pos_convFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected