Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/common/
H A DLSTMParams.h172 …at input_intermediate_scale, float forget_intermediate_scale, float cell_intermediate_scale, float… in set_matmul_scale_params()
275 float cell_intermediate_scale() const in cell_intermediate_scale() function
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dqlstm_noprojection.mod.py74 cell_intermediate_scale = Float32Scalar("cell_intermediate_scale", 0.007059) variable
Dqlstm_projection.mod.py74 cell_intermediate_scale = Float32Scalar("cell_intermediate_scale", 0.007059) variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp4408 ANeuralNetworksOperandType cell_intermediate_scale = float32Scalar; in TEST() local