Searched refs:mul_input_cell_scale (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLQLSTMLayer.cpp | 443 const float mul_input_cell_scale = cell_gate_scale * std::pow(2, 15 + cell_shift); in configure() local 444 …nsorShape(num_units, batch_size), 1, DataType::QSYMM16, QuantizationInfo(mul_input_cell_scale, 0)); in configure()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NEQLSTMLayer.cpp | 518 const float mul_input_cell_scale = cell_gate_scale * std::pow(2, 15 + cell_shift); in configure() local 519 …nsorShape(num_units, batch_size), 1, DataType::QSYMM16, QuantizationInfo(mul_input_cell_scale, 0)); in configure()
|