Searched refs:weights_zero_point (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | fully_connected_test.cc | 297 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/ |
D | legacy_optimized_ops.h | 1157 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()
|
D | optimized_ops.h | 2914 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/ |
D | reference_ops.h | 661 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()
|
D | legacy_reference_ops.h | 602 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/ |
D | types.h | 999 int32_t weights_zero_point; member
|
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/ |
D | types.h | 1098 int32_t weights_zero_point;
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | lstm.cc | 2347 op_params.weights_zero_point = weights->params.zero_point; in Eval()
|