Searched defs:invscale (Results 1 – 3 of 3) sorted by relevance
331 accscalar_t invscale = (scale >= 1.0) ? 1.0 / scale : 1.0; in _compute_weights() local
526 …nt8_t *output_ptr, const float32x4x4_t &rf, const float32x4_t &offset, const float32x4_t &invscale) in store_quantized()547 …nt8_t *output_ptr, const float32x4x4_t &rf, const float32x4_t &offset, const float32x4_t &invscale) in store_quantized_signed()
754 scalar_t invscale = (scale >= 1.0) ? 1.0 / scale : 1.0; in _compute_indices_min_size_weights_aa() local