Home
last modified time | relevance | path

Searched defs:weights_zero_point (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dquantized_lstm.mod.py29 weights_zero_point = 100 variable
116 weights_zero_point = 100 variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dlstm_cell.h248 int32_t weights_zero_point = params.weights_zero_point; in LstmCell() local
H A Dlegacy_reference_ops.h604 const Dims<4>& activ_temp_dims, int32 weights_zero_point, in LstmCell()
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTM.cpp68 const Dims<4>& activ_temp_dims, int32_t weights_zero_point, in quantizedLstmStep()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dtypes.h847 int32_t weights_zero_point; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h1158 const uint8* weights_data, uint8 weights_zero_point, in GEMVForLstmCell()
3140 int32 weights_zero_point = params.weights_zero_point; in LstmCell() local
3417 const Dims<4>& activ_temp_dims, int32 weights_zero_point, in LstmCell()
H A Doptimized_ops.h2591 int32 weights_zero_point = params.weights_zero_point; in LstmCell() local