Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dbidirectional_sequence_lstm.cc678 TfLiteTensor* fw_activation_state_quantized; in Prepare() local
681 &fw_activation_state_quantized)); in Prepare()
682 fw_activation_state_quantized->type = fw_input_to_output_weights->type; in Prepare()
683 fw_activation_state_quantized->allocation_type = kTfLiteArenaRw; in Prepare()
684 if (!TfLiteIntArrayEqual(fw_activation_state_quantized->dims, in Prepare()
689 context, context->ResizeTensor(context, fw_activation_state_quantized, in Prepare()
1223 TfLiteTensor* fw_activation_state_quantized; in Eval() local
1226 &fw_activation_state_quantized)); in Eval()
1293 aux_input_quantized, fw_activation_state_quantized, in Eval()