Searched refs:scale_invs (Results 1 – 1 of 1) sorted by relevance
313 std::vector<float> scale_invs(channel_dim_size); in SymmetricPerChannelQuantization() local321 scale_invs[channel_idx] = 0; in SymmetricPerChannelQuantization()323 scale_invs[channel_idx] = half_scale / half_range; in SymmetricPerChannelQuantization()328 SymmetricPerChannelQuantizeValues(input, scale_invs, tensor->shape, in SymmetricPerChannelQuantization()