Searched refs:bw_cell_state_quantized (Results 1 – 1 of 1) sorted by relevance
726 TfLiteTensor* bw_cell_state_quantized; in Prepare() local729 &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() local1238 &bw_cell_state_quantized)); in Eval()1335 bw_cell_state_quantized, bw_activation_state, bw_cell_state, in Eval()