Home
last modified time | relevance | path

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

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