Home
last modified time | relevance | path

Searched defs:max_input_rescaled (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClSoftmaxKernel.cpp68 …const double max_input_rescaled = 1.0 * ((1 << scaled_diff_int_bits) - 1) * (1LL << (31 - scaled_d… in prepare_quantized_softmax_build_options() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/
DOperationsExecutionUtils.cpp216 const double max_input_rescaled = 1.0 * ((1 << input_integer_bits) - 1) * in CalculateInputRadius() local