Searched refs:tensorInfoNumInput (Results 1 – 1 of 1) sorted by relevance
1401 armnn::TensorInfo tensorInfoNumInput({numUnits, inputSize}, armnn::DataType::QAsymmS8, 0.1f, 0); in UnidirectionalSequenceLstmLayerInt8Test() local1419 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8Test()1420 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8Test()1421 armnn::ScopedTensorHandle inputToCellWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8Test()1422 armnn::ScopedTensorHandle inputToOutputWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8Test()1554 armnn::TensorInfo tensorInfoNumInput({numUnits, inputSize}, armnn::DataType::QAsymmS8, 0.1f, 0); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest() local1573 armnn::ScopedTensorHandle inputToInputWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest()1574 armnn::ScopedTensorHandle inputToForgetWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest()1575 armnn::ScopedTensorHandle inputToCellWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest()1576 armnn::ScopedTensorHandle inputToOutputWeightsTensor(tensorInfoNumInput); in UnidirectionalSequenceLstmLayerInt8TimeMajorTest()[all …]