Searched refs:cell_quantized_tensor_ (Results 1 – 1 of 1) sorted by relevance
694 PackWeightToTensor(&cell_quantized_tensor_, cell_quantized_, cell_size_); in GetCellStateQuantized()695 cell_quantized_tensor_.data.int8 = cell_quantized_.data(); in GetCellStateQuantized()696 return &cell_quantized_tensor_; in GetCellStateQuantized()811 TfLiteIntArrayFree(cell_quantized_tensor_.dims); in ~HybridLstmParam()850 TfLiteTensor cell_quantized_tensor_; member in tflite::__anon39d466b60111::HybridLstmParam