Lines Matching refs:GetConstTensorForTfLiteTensor
59 params.m_InputToInputWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 1); in VisitUnidirectionalSequenceLstmOperator()
62 params.m_InputToForgetWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 2); in VisitUnidirectionalSequenceLstmOperator()
63 params.m_InputToCellWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 3); in VisitUnidirectionalSequenceLstmOperator()
64 params.m_InputToOutputWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 4); in VisitUnidirectionalSequenceLstmOperator()
69 … params.m_RecurrentToInputWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 5); in VisitUnidirectionalSequenceLstmOperator()
72 params.m_RecurrentToForgetWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 6); in VisitUnidirectionalSequenceLstmOperator()
73 params.m_RecurrentToCellWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 7); in VisitUnidirectionalSequenceLstmOperator()
74 params.m_RecurrentToOutputWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 8); in VisitUnidirectionalSequenceLstmOperator()
79 params.m_CellToInputWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 9); in VisitUnidirectionalSequenceLstmOperator()
84 params.m_CellToForgetWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 10); in VisitUnidirectionalSequenceLstmOperator()
89 params.m_CellToOutputWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 11); in VisitUnidirectionalSequenceLstmOperator()
95 params.m_InputGateBias = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 12); in VisitUnidirectionalSequenceLstmOperator()
98 params.m_ForgetGateBias = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 13); in VisitUnidirectionalSequenceLstmOperator()
99 params.m_CellBias = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 14); in VisitUnidirectionalSequenceLstmOperator()
100 params.m_OutputGateBias = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 15); in VisitUnidirectionalSequenceLstmOperator()
105 params.m_ProjectionWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 16); in VisitUnidirectionalSequenceLstmOperator()
110 params.m_ProjectionBias = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 17); in VisitUnidirectionalSequenceLstmOperator()
120 … params.m_InputLayerNormWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 20); in VisitUnidirectionalSequenceLstmOperator()
125 … params.m_ForgetLayerNormWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 21); in VisitUnidirectionalSequenceLstmOperator()
130 … params.m_CellLayerNormWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 22); in VisitUnidirectionalSequenceLstmOperator()
135 … params.m_OutputLayerNormWeights = GetConstTensorForTfLiteTensor(tfLiteTensors, tfLiteNode, 23); in VisitUnidirectionalSequenceLstmOperator()