Home
last modified time | relevance | path

Searched refs:quantized_input_ptr_batch (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dkernel_utils.cc124 TfLiteFusedActivation activation, int8_t* quantized_input_ptr_batch, in RnnBatchStep() argument
135 output_batch_leading_dim, activation, quantized_input_ptr_batch, in RnnBatchStep()
150 TfLiteFusedActivation activation, int8_t* quantized_input_ptr_batch, in RnnBatchStep() argument
193 input_ptr_batch, batch_size, input_size, quantized_input_ptr_batch, in RnnBatchStep()
200 input_weights_ptr, num_units, input_size, quantized_input_ptr_batch, in RnnBatchStep()
264 input_ptr_batch, batch_size, input_size, quantized_input_ptr_batch, in RnnBatchStep()
274 quantized_input_ptr_batch + k * input_size, &scaling_factors[k], in RnnBatchStep()
H A Dkernel_utils.h71 TfLiteFusedActivation activation, int8_t* quantized_input_ptr_batch,
84 TfLiteFusedActivation activation, int8_t* quantized_input_ptr_batch,
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dconv.cc973 int8_t* quantized_input_ptr_batch = in EvalHybridPerChannel() local
990 quantized_input_ptr_batch + offset, &scaling_factors_ptr[b], in EvalHybridPerChannel()
1030 quantized_input_ptr_batch, GetTensorShape(filter), filter_ptr, in EvalHybridPerChannel()
1049 quantized_input_ptr_batch, GetTensorShape(filter), filter_ptr, in EvalHybridPerChannel()
1084 int8_t* quantized_input_ptr_batch = in EvalHybrid() local
1099 input_ptr + offset, input_size, quantized_input_ptr_batch + offset, in EvalHybrid()
1124 quantized_input_ptr_batch, GetTensorShape(filter), in EvalHybrid()
H A Ddepthwise_conv.cc469 int8_t* quantized_input_ptr_batch = input_quantized->data.int8; in EvalHybridPerChannel() local
485 quantized_input_ptr_batch + offset, &scaling_factors_ptr[b], in EvalHybridPerChannel()
508 quantized_input_ptr_batch, GetTensorShape(filter), in EvalHybridPerChannel()
516 quantized_input_ptr_batch, GetTensorShape(filter), in EvalHybridPerChannel()