Lines Matching refs:SimpleTensor
66 void quantize_down_scale(const SimpleTensor<TIn> *in, const SimpleTensor<TIn> *bias, SimpleTensor<T… in quantize_down_scale()
100 …id quantize_down_scale_by_fixedpoint(const SimpleTensor<TIn> *in, const SimpleTensor<TIn> *bias, S… in quantize_down_scale_by_fixedpoint()
144 void quantize_down_scale_by_float(const SimpleTensor<TIn> *in, const SimpleTensor<TIn> *bias, Simpl… in quantize_down_scale_by_float()
181 SimpleTensor<T_out> gemmlowp_matrix_multiply_core(const SimpleTensor<T_in> &a, const SimpleTensor<T… in gemmlowp_matrix_multiply_core()
186 SimpleTensor<T_out> c(shape_c, dt); in gemmlowp_matrix_multiply_core()
235 SimpleTensor<T1> gemmlowp(const SimpleTensor<T2> &a, const SimpleTensor<T3> &b, TensorShape shape_c) in gemmlowp()
241 SimpleTensor<TOut> gemmlowp_quantize_down_scale(const SimpleTensor<TIn> &in, int32_t result_offset,… in gemmlowp_quantize_down_scale()
244 SimpleTensor<TOut> dst(in.shape(), DataTypeExtractor<TOut>::data_type()); in gemmlowp_quantize_down_scale()
252 SimpleTensor<TOut> gemmlowp_quantize_down_scale(const SimpleTensor<TIn> &in, const SimpleTensor<TIn… in gemmlowp_quantize_down_scale()
255 SimpleTensor<TOut> dst(in.shape(), DataTypeExtractor<TOut>::data_type()); in gemmlowp_quantize_down_scale()
263 SimpleTensor<TOut> gemmlowp_quantize_down_scale_by_fixedpoint(const SimpleTensor<TIn> &in, std::vec… in gemmlowp_quantize_down_scale_by_fixedpoint()
266 SimpleTensor<TOut> dst(in.shape(), DataTypeExtractor<TOut>::data_type()); in gemmlowp_quantize_down_scale_by_fixedpoint()
274 SimpleTensor<TOut> gemmlowp_quantize_down_scale_by_fixedpoint(const SimpleTensor<TIn> &in, const Si… in gemmlowp_quantize_down_scale_by_fixedpoint()
277 SimpleTensor<TOut> dst(in.shape(), DataTypeExtractor<TOut>::data_type()); in gemmlowp_quantize_down_scale_by_fixedpoint()
285 SimpleTensor<TOut> gemmlowp_quantize_down_scale_by_float(const SimpleTensor<TIn> &in, const SimpleT… in gemmlowp_quantize_down_scale_by_float()
288 SimpleTensor<TOut> dst(in.shape(), DataTypeExtractor<TOut>::data_type()); in gemmlowp_quantize_down_scale_by_float()
296 SimpleTensor<TOut> gemmlowp_quantize_down_scale_by_float(const SimpleTensor<TIn> &in, in gemmlowp_quantize_down_scale_by_float()
299 SimpleTensor<TOut> dst(in.shape(), DataTypeExtractor<TOut>::data_type()); in gemmlowp_quantize_down_scale_by_float()
306 template SimpleTensor<uint8_t> gemmlowp_quantize_down_scale_by_float(const SimpleTensor<int32_t> &a…
308 template SimpleTensor<uint8_t> gemmlowp_quantize_down_scale_by_float(const SimpleTensor<int32_t> &a,
310 template SimpleTensor<int8_t> gemmlowp_quantize_down_scale_by_float(const SimpleTensor<int32_t> &a,…
312 template SimpleTensor<int8_t> gemmlowp_quantize_down_scale_by_float(const SimpleTensor<int32_t> &a,
314 template SimpleTensor<uint8_t> gemmlowp_quantize_down_scale_by_fixedpoint(const SimpleTensor<int32_…
316 template SimpleTensor<uint8_t> gemmlowp_quantize_down_scale_by_fixedpoint(const SimpleTensor<int32_…
319 template SimpleTensor<int8_t> gemmlowp_quantize_down_scale_by_fixedpoint(const SimpleTensor<int32_t…
321 template SimpleTensor<int8_t> gemmlowp_quantize_down_scale_by_fixedpoint(const SimpleTensor<int32_t…
324 template SimpleTensor<int16_t> gemmlowp_quantize_down_scale_by_fixedpoint(const SimpleTensor<int32_…
326 template SimpleTensor<int16_t> gemmlowp_quantize_down_scale_by_fixedpoint(const SimpleTensor<int32_…
329 template SimpleTensor<uint8_t> gemmlowp_quantize_down_scale(const SimpleTensor<int32_t> &a, int32_t…
331 template SimpleTensor<uint8_t> gemmlowp_quantize_down_scale(const SimpleTensor<int32_t> &a, const S…
333 template SimpleTensor<int8_t> gemmlowp_quantize_down_scale(const SimpleTensor<int32_t> &a, int32_t …
335 template SimpleTensor<int8_t> gemmlowp_quantize_down_scale(const SimpleTensor<int32_t> &a, const Si…
337 template SimpleTensor<int32_t> gemmlowp_matrix_multiply_core(const SimpleTensor<int8_t> &a, const S…
338 template SimpleTensor<int32_t> gemmlowp_matrix_multiply_core(const SimpleTensor<uint8_t> &a, const …
339 template SimpleTensor<int32_t> gemmlowp<int32_t, int8_t, int8_t>(const SimpleTensor<int8_t> &a, con…
340 template SimpleTensor<int32_t> gemmlowp<int32_t, uint8_t, uint8_t>(const SimpleTensor<uint8_t> &a, …
341 template SimpleTensor<int32_t> gemmlowp<int32_t, uint8_t, int8_t>(const SimpleTensor<uint8_t> &a, c…