Searched refs:fw_activation_state (Results 1 – 1 of 1) sorted by relevance
535 TfLiteTensor* fw_activation_state = in Prepare() local537 TF_LITE_ENSURE(context, fw_activation_state != nullptr); in Prepare()545 TF_LITE_ENSURE_EQ(context, NumElements(fw_activation_state), in Prepare()685 fw_activation_state->dims)) { in Prepare()687 TfLiteIntArrayCopy(fw_activation_state->dims); in Prepare()1034 TfLiteTensor* fw_activation_state = in Eval() local1036 TFLITE_DCHECK(fw_activation_state != nullptr); in Eval()1192 fw_scratch_buffer, fw_activation_state, fw_cell_state, fw_output); in Eval()1294 fw_cell_state_quantized, fw_activation_state, fw_cell_state, in Eval()