Home
last modified time | relevance | path

Searched defs:twice_max_input_scale (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DBroadcast.cpp139 const double twice_max_input_scale = 2 * std::max(shape1.scale, shape2.scale); in addQuant8() local
348 const double twice_max_input_scale = 2 * std::max(shape1.scale, shape2.scale); in subQuant8() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dsquared_difference.cc108 const double twice_max_input_scale = in Prepare() local
H A Dadd.cc176 const double twice_max_input_scale = in Prepare() local
H A Dsub.cc138 const double twice_max_input_scale = in PrepareGeneralSubOp() local