Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/kernels/
Dfully_connected_test.cc297 const int weights_zero_point, const int* bias_dims_data, in TestFullyConnectedQuantized() argument
315 weights_scale, weights_zero_point), in TestFullyConnectedQuantized()
357 const int weights_zero_point = 128; in TF_LITE_MICRO_TEST() local
373 weights_scale, weights_zero_point, tflite::testing::simple_bias_dims, in TF_LITE_MICRO_TEST()
386 const int weights_zero_point = 0; in TF_LITE_MICRO_TEST() local
402 weights_scale, weights_zero_point, tflite::testing::simple_bias_dims, in TF_LITE_MICRO_TEST()
414 const int weights_zero_point = 0; in TF_LITE_MICRO_TEST() local
432 weights_scale, weights_zero_point, tflite::testing::simple_bias_dims, in TF_LITE_MICRO_TEST()
444 const int weights_zero_point = 0; in TF_LITE_MICRO_TEST() local
461 weights_zero_point, tflite::testing::relu_bias_dims, in TF_LITE_MICRO_TEST()
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h1157 const uint8* weights_data, uint8 weights_zero_point, in GEMVForLstmCell() argument
1187 const int16x8_t weights_offset_vec = vdupq_n_s16(-weights_zero_point); in GEMVForLstmCell()
3139 int32 weights_zero_point = params.weights_zero_point; in LstmCell() local
3215 weights_data_uint8, weights_zero_point, bias_shape, in LstmCell()
3243 -weights_zero_point, -128, output_pipeline); in LstmCell()
3416 const Dims<4>& activ_temp_dims, int32 weights_zero_point, in LstmCell() argument
3420 op_params.weights_zero_point = weights_zero_point; in LstmCell()
Doptimized_ops.h2914 int32 weights_zero_point = params.weights_zero_point; in LstmCell() local
2990 lhs_params.zero_point = weights_zero_point; in LstmCell()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h661 int32 weights_zero_point = params.weights_zero_point; in LstmCell() local
742 weights_data_uint8[out_c * fc_accum_depth + d] - weights_zero_point; in LstmCell()
Dlegacy_reference_ops.h602 const Dims<4>& activ_temp_dims, int32 weights_zero_point, in LstmCell() argument
606 op_params.weights_zero_point = weights_zero_point; in LstmCell()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h999 int32_t weights_zero_point; member
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/
Dtypes.h1098 int32_t weights_zero_point;
/external/tensorflow/tensorflow/lite/kernels/
Dlstm.cc2347 op_params.weights_zero_point = weights->params.zero_point; in Eval()