Home
last modified time | relevance | path

Searched refs:inputLayerNormWeightsDimensions (Results 1 – 4 of 4) sorted by relevance

/external/android-nn-driver/test/
DUnidirectionalSequenceLstm.hpp131 const hidl_vec<uint32_t>& inputLayerNormWeightsDimensions, in UnidirectionalSequenceLstmTestImpl()
266 inputLayerNormWeightsDimensions, in UnidirectionalSequenceLstmTestImpl()
269 CreateNoValueLifeTime(inputLayerNormWeightsDimensions)); in UnidirectionalSequenceLstmTestImpl()
493 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
554inputLayerNormWeightsDimensions, inputLayerNormWeightsValue, in UnidirectionalSequenceLstmLayerFloat32TestImpl()
698 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
759inputLayerNormWeightsDimensions, inputLayerNormWeightsValue, in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl()
938 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
999inputLayerNormWeightsDimensions, inputLayerNormWeightsValue, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl()
1153 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{numUnits}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
[all …]
DLstm.hpp129 const hidl_vec<uint32_t>& inputLayerNormWeightsDimensions, in LstmTestImpl()
270 inputLayerNormWeightsDimensions, in LstmTestImpl()
273 CreateNoValueLifeTime(inputLayerNormWeightsDimensions)); in LstmTestImpl()
784 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in LstmNoCifgNoPeepholeNoProjection() local
842 inputLayerNormWeightsDimensions, inputLayerNormWeightsValue, in LstmNoCifgNoPeepholeNoProjection()
974 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in LstmCifgPeepholeNoProjection() local
1032 inputLayerNormWeightsDimensions, inputLayerNormWeightsValue, in LstmCifgPeepholeNoProjection()
1671 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in LstmNoCifgPeepholeProjection() local
1751 inputLayerNormWeightsDimensions, inputLayerNormWeightsValue, in LstmNoCifgPeepholeProjection()
1884 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in LstmCifgPeepholeNoProjectionBatch2() local
[all …]
/external/android-nn-driver/test/1.3/
DQLstm.cpp102 const hidl_vec<uint32_t>& inputLayerNormWeightsDimensions, in QLstmTestImpl()
348 inputLayerNormWeightsDimensions, in QLstmTestImpl()
351 CreateNoValueLifeTime(inputLayerNormWeightsDimensions), in QLstmTestImpl()
606 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{numUnits}; in QLstmWithProjection() local
657 inputLayerNormWeightsDimensions, inputLayerNormWeightsValue, in QLstmWithProjection()
766 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in QLstmWithNoProjection() local
817 inputLayerNormWeightsDimensions, inputLayerNormWeightsValue, in QLstmWithNoProjection()
927 hidl_vec<uint32_t> inputLayerNormWeightsDimensions{0}; in DynamicOutputQLstmWithNoProjection() local
978 inputLayerNormWeightsDimensions, inputLayerNormWeightsValue, in DynamicOutputQLstmWithNoProjection()
/external/armnn/src/armnn/test/
DConstTensorLayerVisitor.cpp2162 std::vector<unsigned int> inputLayerNormWeightsDimensions = {1, 1, 3, 3}; variable
2164 … TensorInfo(4, inputLayerNormWeightsDimensions.data(), DataType::QSymmS16, 0.0f, 0, true),