Home
last modified time | relevance | path

Searched defs:inputToInputWeightsTensor (Results 1 – 6 of 6) sorted by relevance

/external/armnn/src/backends/backendsCommon/test/layerTests/
DUnidirectionalSequenceLstmTestImpl.cpp140 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo8); in UnidirectionalSequenceLstmTimeMajorSingleBatchTestImpl() local
330 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo12); in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
519 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo12); in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
834 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo6x4); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTest() local
1060 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo5x3); in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTest() local
1419 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8Test() local
1573 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local
1737 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionTest() local
1930 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8NoCifgWithPeepholeWithProjectionWithLayerNormTest() local
DLstmTestImpl.cpp270 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo8); in LstmNoCifgNoPeepholeNoProjectionTestImpl() local
930 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo20x5); in LstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1390 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfo4x5); in LstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1608 armnn::ScopedTensorHandle inputToInputWeightsTensor(inputWeightsInfo); in QuantizedLstmTestImpl() local
2075 armnn::ScopedTensorHandle inputToInputWeightsTensor(inputWeightsInfo); in QLstmTestImpl1() local
/external/armnn/src/backends/reference/workloads/
DRefLstmWorkload.cpp119 std::unique_ptr<Decoder<float>> inputToInputWeightsTensor; in Execute() local
DLstm.cpp26 std::unique_ptr<Decoder<float>>& inputToInputWeightsTensor, in LstmImpl()
DRefUnidirectionalSequenceLstmWorkload.cpp150 std::unique_ptr<Decoder<float>> inputToInputWeightsTensor; in Execute() local
/external/armnn/src/backends/backendsCommon/test/
DQuantizedLstmEndToEndTestImpl.cpp63 … armnn::ConstTensor inputToInputWeightsTensor(inputWeightsInfo, inputToInputWeightsVector.data()); in CreateQuantizedLstmNetwork() local