Searched refs:cell_gate_bias_tensor_ (Results 1 – 1 of 1) sorted by relevance
118 TfLiteIntArrayFree(cell_gate_bias_tensor_.dims); in ~BaseLstmParam()285 TfLiteTensor cell_gate_bias_tensor_; member in tflite::__anonb312a86f0111::BaseLstmParam365 PackWeightToTensor(&cell_gate_bias_tensor_, cell_gate_bias_, in GetCellBias()367 cell_gate_bias_tensor_.data.i32 = cell_gate_bias_.data(); in GetCellBias()368 return &cell_gate_bias_tensor_; in GetCellBias()756 PackWeightToTensor(&cell_gate_bias_tensor_, cell_float_bias_, in GetCellBias()758 cell_gate_bias_tensor_.data.f = cell_float_bias_.data(); in GetCellBias()759 return &cell_gate_bias_tensor_; in GetCellBias()