Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dbidirectional_sequence_lstm.cc726 TfLiteTensor* bw_cell_state_quantized; in Prepare() local
729 &bw_cell_state_quantized)); in Prepare()
730 bw_cell_state_quantized->type = fw_input_to_output_weights->type; in Prepare()
731 bw_cell_state_quantized->allocation_type = kTfLiteArenaRw; in Prepare()
732 if (!TfLiteIntArrayEqual(bw_cell_state_quantized->dims, in Prepare()
737 context->ResizeTensor(context, bw_cell_state_quantized, in Prepare()
1235 TfLiteTensor* bw_cell_state_quantized; in Eval() local
1238 &bw_cell_state_quantized)); in Eval()
1335 bw_cell_state_quantized, bw_activation_state, bw_cell_state, in Eval()