Home
last modified time | relevance | path

Searched refs:integer_bits (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NeuralNetworks/common/
DQuantUtils.h166 inline void ApplyTanh(int32_t integer_bits, const int16_t* input, int32_t n_batch, int32_t n_input, in ApplyTanh() argument
168 assert(integer_bits <= 6); in ApplyTanh()
173 switch (integer_bits) { in ApplyTanh()