Searched refs:quantized_input_ptr_batch (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | kernel_utils.cc | 125 TfLiteFusedActivation activation, int8_t* quantized_input_ptr_batch, in RnnBatchStep() argument 134 output_batch_leading_dim, activation, quantized_input_ptr_batch, in RnnBatchStep() 147 TfLiteFusedActivation activation, int8_t* quantized_input_ptr_batch, in RnnBatchStep() argument 169 quantized_input_ptr_batch + offset, &unused_min, &unused_max, in RnnBatchStep() 176 input_weights_ptr, num_units, input_size, quantized_input_ptr_batch, in RnnBatchStep() 244 quantized_input_ptr_batch + offset, &unused_min, &unused_max, in RnnBatchStep() 253 quantized_input_ptr_batch + k * input_size, &scaling_factors[k], in RnnBatchStep()
|
D | kernel_utils.h | 71 TfLiteFusedActivation activation, int8_t* quantized_input_ptr_batch, 82 TfLiteFusedActivation activation, int8_t* quantized_input_ptr_batch,
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | svdf.cc | 303 int8_t* quantized_input_ptr_batch; in EvalHybrid() local 306 quantized_input_ptr_batch = in EvalHybrid() 311 quantized_input_ptr_batch = input_quantized->data.int8; in EvalHybrid() 339 quantized_input_ptr_batch + offset, &unused_min, &unused_max, in EvalHybrid() 350 weights_feature_ptr, num_filters, input_size, quantized_input_ptr_batch, in EvalHybrid()
|
D | lstm_eval.cc | 471 float* recovered_cell_weights, int8_t* quantized_input_ptr_batch, in LstmStepWithAuxInput() 509 input_ptr_batch + offset, n_input, quantized_input_ptr_batch + offset, in LstmStepWithAuxInput() 520 quantized_input_ptr_batch, product_scaling_factors, n_batch, in LstmStepWithAuxInput() 529 input_to_forget_weights_ptr, n_cell, n_input, quantized_input_ptr_batch, in LstmStepWithAuxInput() 538 input_to_cell_weights_ptr, n_cell, n_input, quantized_input_ptr_batch, in LstmStepWithAuxInput() 546 input_to_output_weights_ptr, n_cell, n_input, quantized_input_ptr_batch, in LstmStepWithAuxInput()
|
D | conv.cc | 602 int8_t* quantized_input_ptr_batch = input_quantized->data.int8; in EvalHybrid() local 611 input->data.f + offset, input_size, quantized_input_ptr_batch + offset, in EvalHybrid() 652 quantized_input_ptr_batch, GetTensorShape(filter), filter_ptr, in EvalHybrid()
|