MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / Impl

Class Impl

src/include/modules/dequant.hpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
32private:
33 struct Impl;
34 Impl* _impl;
35
36};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected