| 15 | } |
| 16 | |
| 17 | void 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); |
nothing calls this directly
no test coverage detected