Skip to content

Document top-level API #34

@kpu

Description

@kpu

The top-level API needs to be documented. These functions are just there with no explanation.

static void Multiply8new(const int8_t *A, const int8_t *B, Index A_rows, Index width, Index B_cols, Callback callback) {

static void PrepareBiasFor8(const int8_t A, const int8_t *B, Index A_rows, Index width, Index B_cols, Callback callback) {

static void (*QuantizeU)(const float *input, uint8_t *output, float quant_mult, Index size);

static inline void PrepareANew(const float *input, int8_t *output, float quant_mult, Index rows, Index cols) {

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions