Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dsoftmax.h126 gemmlowp::Rescale<kAccumulationIntegerBits>( in Softmax()
129 gemmlowp::Rescale<kAccumulationIntegerBits>( in Softmax()
156 sum_of_exps + gemmlowp::Rescale<kAccumulationIntegerBits>( in Softmax()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h354 gemmlowp::Rescale<kAccumIntegerBits>(one_quarter); in log_x_for_x_greater_than_or_equal_to_1_impl()
398 const FixedPointAccum num_scaled = gemmlowp::Rescale<kAccumIntegerBits>(num); in log_x_for_x_greater_than_or_equal_to_1_impl()
399 return gemmlowp::Rescale<OutputIntegerBits>(z_pow_2_adj * log_2 + in log_x_for_x_greater_than_or_equal_to_1_impl()
461 using gemmlowp::Rescale; in GetInvSqrtQuantizedMultiplierExp()
477 const F3 x3 = Rescale<3>(x * x * x); in GetInvSqrtQuantizedMultiplierExp()
478 x = Rescale<3>(fixedpoint_half_three * x - fixedpoint_half_input * x3); in GetInvSqrtQuantizedMultiplierExp()
/external/gemmlowp/fixedpoint/
Dfixedpoint.h668 FixedPoint<tRawType, tIntegerBitsDst> Rescale(
756 Rescale<0>(a_mod_quarter_minus_one_quarter));
812 x = x + Rescale<2>(x * one_minus_half_denominator_times_x);
814 return Rescale<0>(x - F2::One());
859 x = x + Rescale<2>(x * one_minus_half_denominator_times_x);
861 return Rescale<0>(ExactMulByPot<-1>(x));
/external/webp/src/dec/
Dio_dec.c245 static int Rescale(const uint8_t* src, int src_stride, in Rescale() function
270 num_lines_out = Rescale(io->y, io->y_stride, mb_h, scaler); in EmitRescaledYUV()
271 Rescale(io->u, io->uv_stride, uv_mb_h, p->scaler_u); in EmitRescaledYUV()
272 Rescale(io->v, io->uv_stride, uv_mb_h, p->scaler_v); in EmitRescaledYUV()
282 const int num_lines_out = Rescale(io->a, io->width, io->mb_h, p->scaler_a); in EmitRescaledAlphaYUV()
/external/lzma/C/
DPpmd7.c574 static void Rescale(CPpmd7 *p) in Rescale() function
682 Rescale(p); in Ppmd7_Update1()
693 Rescale(p); in Ppmd7_Update1_0()
709 Rescale(p); in Ppmd7_Update2()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dlog_softmax.h61 gemmlowp::Rescale<kAccumulationIntegerBits>( in LogSoftmax()
Dsoftmax.h66 sum_of_exps = sum_of_exps + gemmlowp::Rescale<kAccumulationIntegerBits>( in Softmax()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dsoftmax.h104 sum_of_exps = sum_of_exps + gemmlowp::Rescale<kAccumulationIntegerBits>( in Softmax()
Dreference_ops.h1485 gemmlowp::Rescale<StateIntegerBits>(input_times_input_modulation), in LstmCell()
1495 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell()
1661 sum_of_exps = sum_of_exps + gemmlowp::Rescale<kAccumulationIntegerBits>( in LogSoftmax()
/external/tensorflow/tensorflow/lite/micro/kernels/xtensa-hifimini/
Dsoftmax.cc77 sum_of_exps = sum_of_exps + gemmlowp::Rescale<kAccumulationIntegerBits>( in Softmax()
/external/gemmlowp/test/
Dtest_fixedpoint.cc301 FixedPoint<std::int32_t, tIntegerBits_b> actual = Rescale<tIntegerBits_b>(a); in test_Rescale()
/external/skia/src/gpu/effects/
DGrCircleBlurFragmentProcessor.fp251 // Rescale params to the size of the texture we're creating.
/external/skqp/src/gpu/effects/
DGrCircleBlurFragmentProcessor.fp242 // Rescale params to the size of the texture we're creating.
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h3293 gemmlowp::Rescale<StateIntegerBits>(input_times_input_modulation), in LstmCell()
3303 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell()
3362 gemmlowp::Rescale<StateIntegerBits>(input_times_input_modulation), in LstmCell()
3372 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell()
4077 gemmlowp::Rescale<kAccumulationIntegerBits>( in Softmax()
4080 gemmlowp::Rescale<kAccumulationIntegerBits>( in Softmax()
4107 sum_of_exps + gemmlowp::Rescale<kAccumulationIntegerBits>( in Softmax()
Doptimized_ops.h3226 gemmlowp::Rescale<StateIntegerBits>(input_times_input_modulation), in LstmCell()
3236 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell()
3295 gemmlowp::Rescale<StateIntegerBits>(input_times_input_modulation), in LstmCell()
3305 F3 new_state_f3 = gemmlowp::Rescale<3>(new_state); in LstmCell()
/external/tensorflow/tensorflow/lite/kernels/
Dreduce_test.cc692 TEST(ConstInt8SumOpTest, Rescale) { in TEST() argument
/external/python/cpython3/Lib/test/decimaltestdata/
Dquantize.decTest827 -- some extremes derived from Rescale testcases
/external/python/cpython2/Lib/test/decimaltestdata/
Dquantize.decTest827 -- some extremes derived from Rescale testcases
/external/ImageMagick/
Dconfigure.ac2435 # Check for the LQR (Liquid Rescale) delegate library.
2439 [disable Liquid Rescale support])],