Lines Matching refs:outputStateInTensorInfo
165 armnn::TensorInfo outputStateInTensorInfo({batchSize , outputSize}, ArmnnType, qScale, qOffset); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
190 tensorHandleFactory.CreateTensorHandle(outputStateInTensorInfo); in LstmNoCifgNoPeepholeNoProjectionTestImpl()
204 AddInputToWorkload(data, info, outputStateInTensorInfo, outputStateInHandle.get()); in LstmNoCifgNoPeepholeNoProjectionTestImpl()
360 armnn::TensorInfo outputStateInTensorInfo({batchSize , outputSize}, ArmnnType, qScale, qOffset); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
386 tensorHandleFactory.CreateTensorHandle(outputStateInTensorInfo); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl()
400 AddInputToWorkload(data, info, outputStateInTensorInfo, outputStateInHandle.get()); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl()
1041 armnn::TensorInfo outputStateInTensorInfo({batchSize, outputSize}, ArmnnType, qScale, qOffset); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl() local
1191 tensorHandleFactory.CreateTensorHandle(outputStateInTensorInfo); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl()
1206 AddInputToWorkload(data, info, outputStateInTensorInfo, outputStateInHandle.get()); in LstmLayerWithCifgWithPeepholeNoProjectionTestImpl()
1267 armnn::TensorInfo outputStateInTensorInfo({batchSize , outputSize}, ArmnnType, qScale, qOffset); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1293 tensorHandleFactory.CreateTensorHandle(outputStateInTensorInfo); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl()
1307 AddInputToWorkload(data, info, outputStateInTensorInfo, outputStateInHandle.get()); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl()