| 31 | void generate_dequant_q80_packed_in_q4nx_seq(npu_sequence* seq, const uint32_t D_in, const uint32_t D_out, const uint32_t weight_offset, int mode); |
| 32 | private: |
| 33 | struct Impl; |
| 34 | Impl* _impl; |
| 35 | |
| 36 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected