Home
last modified time | relevance | path

Searched refs:weights_zero_point (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h418 const uint8* weights_data, uint8 weights_zero_point, in GEMVForLstmCell() argument
448 const int16x8_t weights_offset_vec = vdupq_n_s16(-weights_zero_point); in GEMVForLstmCell()
3809 int32 weights_zero_point = params.weights_zero_point; in LstmCell() local
3885 weights_data_uint8, weights_zero_point, bias_shape, in LstmCell()
3913 -weights_zero_point, -128, output_pipeline); in LstmCell()
4088 const Dims<4>& activ_temp_dims, int32 weights_zero_point, in LstmCell() argument
4092 op_params.weights_zero_point = weights_zero_point; in LstmCell()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h853 const Dims<4>& activ_temp_dims, int32 weights_zero_point, in LstmCell() argument
857 op_params.weights_zero_point = weights_zero_point; in LstmCell()
Doptimized_ops.h296 const uint8* weights_data, uint8 weights_zero_point, in GEMVForLstmCell() argument
326 const int16x8_t weights_offset_vec = vdupq_n_s16(-weights_zero_point); in GEMVForLstmCell()
3693 int32 weights_zero_point = params.weights_zero_point; in LstmCell() local
3769 weights_data_uint8, weights_zero_point, bias_shape, in LstmCell()
3797 -weights_zero_point, -128, output_pipeline); in LstmCell()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dtypes.h856 int32 weights_zero_point; member
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h879 int32 weights_zero_point; member
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h552 const Dims<4>& activ_temp_dims, int32 weights_zero_point, in LstmCell() argument
556 op_params.weights_zero_point = weights_zero_point; in LstmCell()
Dreference_ops.h2055 int32 weights_zero_point = params.weights_zero_point; in LstmCell() local
2136 weights_data_uint8[out_c * fc_accum_depth + d] - weights_zero_point; in LstmCell()
/external/tensorflow/tensorflow/lite/kernels/
Dlstm.cc799 op_params.weights_zero_point = weights->params.zero_point; in Eval()