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

Method RoPEModule

src/framework/modules/positional_modules.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void validate_split_rope_table(
18 const core::TensorValue & input,
19 const core::TensorValue & table,
20 int64_t half_dim,
21 const char * label) {
22 core::validate_rank_between(table, 4, 4, label);

Callers

nothing calls this directly

Calls 1

require_positiveFunction · 0.70

Tested by

no test coverage detected