Lines Matching refs:inputGateBiasTensor
279 armnn::ScopedTensorHandle inputGateBiasTensor(tensorInfo4); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
293 AllocateAndCopyDataToITensorHandle(&inputGateBiasTensor, inputGateBias.data()); in LstmNoCifgNoPeepholeNoProjectionTestImpl()
306 data.m_InputGateBias = &inputGateBiasTensor; in LstmNoCifgNoPeepholeNoProjectionTestImpl()
939 armnn::ScopedTensorHandle inputGateBiasTensor(tensorInfo20); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
957 AllocateAndCopyDataToITensorHandle(&inputGateBiasTensor, inputGateBias.data()); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl()
975 data.m_InputGateBias = &inputGateBiasTensor; in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl()
1399 armnn::ScopedTensorHandle inputGateBiasTensor(tensorInfo4); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1422 AllocateAndCopyDataToITensorHandle(&inputGateBiasTensor, inputGateBias.data()); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl()
1445 data.m_InputGateBias = &inputGateBiasTensor; in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl()
1618 armnn::ScopedTensorHandle inputGateBiasTensor(biasInfo); in QuantizedLstmTestImpl() local
1634 AllocateAndCopyDataToITensorHandle(&inputGateBiasTensor, inputGateBias.data()); in QuantizedLstmTestImpl()
1650 data.m_InputGateBias = &inputGateBiasTensor; in QuantizedLstmTestImpl()
2085 armnn::ScopedTensorHandle inputGateBiasTensor(biasInfo); in QLstmTestImpl1() local
2108 AllocateAndCopyDataToITensorHandle(&inputGateBiasTensor, inputGateBias.data()); in QLstmTestImpl1()
2131 data.m_InputGateBias = &inputGateBiasTensor; in QLstmTestImpl1()