Home
last modified time | relevance | path

Searched defs:cellToInputWeightsDimensions (Results 1 – 4 of 4) sorted by relevance

/external/android-nn-driver/test/
DUnidirectionalSequenceLstm.hpp102 const hidl_vec<uint32_t>& cellToInputWeightsDimensions, in UnidirectionalSequenceLstmTestImpl()
438 hidl_vec<uint32_t> cellToInputWeightsDimensions{0}; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local
643 hidl_vec<uint32_t> cellToInputWeightsDimensions{0}; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local
871 hidl_vec<uint32_t> cellToInputWeightsDimensions{numUnits}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local
1094 hidl_vec<uint32_t> cellToInputWeightsDimensions{numUnits}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local
1295 hidl_vec<uint32_t> cellToInputWeightsDimensions{0}; in UnidirectionalSequenceLstmWithCifgWithPeepholeNoProjectionTestImpl() local
DLstm.hpp101 const hidl_vec<uint32_t>& cellToInputWeightsDimensions, in LstmTestImpl()
732 hidl_vec<uint32_t> cellToInputWeightsDimensions{0}; in LstmNoCifgNoPeepholeNoProjection() local
922 hidl_vec<uint32_t> cellToInputWeightsDimensions{0}; in LstmCifgPeepholeNoProjection() local
1511 hidl_vec<uint32_t> cellToInputWeightsDimensions{numUnits}; in LstmNoCifgPeepholeProjection() local
1832 hidl_vec<uint32_t> cellToInputWeightsDimensions{0}; in LstmCifgPeepholeNoProjectionBatch2() local
2032 hidl_vec<uint32_t> cellToInputWeightsDimensions{numUnits}; in LstmNoCifgPeepholeProjectionNoClippingLayerNorm() local
2228 hidl_vec<uint32_t> cellToInputWeightsDimensions{0}; in LstmCifgPeepholeProjectionNoClippingLayerNorm() local
/external/android-nn-driver/test/1.3/
DQLstm.cpp80 const hidl_vec<uint32_t>& cellToInputWeightsDimensions, in QLstmTestImpl()
572 hidl_vec<uint32_t> cellToInputWeightsDimensions{0}; in QLstmWithProjection() local
732 hidl_vec<uint32_t> cellToInputWeightsDimensions{0}; in QLstmWithNoProjection() local
893 hidl_vec<uint32_t> cellToInputWeightsDimensions{0}; in DynamicOutputQLstmWithNoProjection() local
/external/armnn/src/armnn/test/
DConstTensorLayerVisitor.cpp1115 std::vector<unsigned int> cellToInputWeightsDimensions = {1, 1, 3, 3}; variable
1828 std::vector<unsigned int> cellToInputWeightsDimensions = {1, 1, 3, 3}; variable