Home
last modified time | relevance | path

Searched refs:accum_shift (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h1159 int accum_shift, const RuntimeShape& output_shape, in GEMVForLstmCell() argument
1325 int left_shift = accum_shift > 0 ? accum_shift : 0; in GEMVForLstmCell()
1326 int right_shift = accum_shift > 0 ? 0 : -accum_shift; in GEMVForLstmCell()
1346 int32 accum_multiplier, int accum_shift, const RuntimeShape& output_shape, in GEMVForLstmCellWithSymmetricRange() argument
1371 const int left_shift = accum_shift > 0 ? accum_shift : 0; in GEMVForLstmCellWithSymmetricRange()
1372 const int right_shift = accum_shift > 0 ? 0 : -accum_shift; in GEMVForLstmCellWithSymmetricRange()
3128 int accum_shift = params.accum_shift; in LstmCell() local
3203 bias_data_int32, accum_multiplier, accum_shift, in LstmCell()
3223 scale_stage.result_exponent = accum_shift; in LstmCell()
3404 int32 accum_multiplier, int accum_shift, in LstmCell() argument
[all …]
Doptimized_ops.h3073 int accum_shift = params.accum_shift; in LstmCell() local
3161 gemm_params.multiplier_exponent = accum_shift; in LstmCell()
/external/tensorflow/tensorflow/lite/kernels/
Dlstm.cc1362 int accum_shift; in Eval() local
1364 &accum_shift); in Eval()
1368 op_params.accum_shift = accum_shift; in Eval()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h939 int accum_shift; member
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h590 int32 accum_multiplier, int accum_shift, in LstmCell() argument
595 op_params.accum_shift = accum_shift; in LstmCell()
Dreference_ops.h1344 int accum_shift = params.accum_shift; in LstmCell() local
1431 MultiplyByQuantizedMultiplier(accum, accum_multiplier, accum_shift); in LstmCell()