Searched refs:cellClippingThresholdValue (Results 1 – 2 of 2) sorted by relevance
/external/android-nn-driver/test/ |
D | UnidirectionalSequenceLstm.hpp | 127 const std::vector<float>& cellClippingThresholdValue, in UnidirectionalSequenceLstmTestImpl() 250 cellClippingThresholdValue, in UnidirectionalSequenceLstmTestImpl() 481 std::vector<float> cellClippingThresholdValue{10.0f}; in UnidirectionalSequenceLstmLayerFloat32TestImpl() local 550 … cellClippingThresholdDimensions, cellClippingThresholdValue, in UnidirectionalSequenceLstmLayerFloat32TestImpl() 686 std::vector<float> cellClippingThresholdValue{10.0f}; in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() local 755 … cellClippingThresholdDimensions, cellClippingThresholdValue, in UnidirectionalSequenceLstmLayerFloat32TimeMajorTestImpl() 926 std::vector<float> cellClippingThresholdValue{10.0f}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() local 995 … cellClippingThresholdDimensions, cellClippingThresholdValue, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionTestImpl() 1141 std::vector<float> cellClippingThresholdValue{10.0f}; in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() local 1210 … cellClippingThresholdDimensions, cellClippingThresholdValue, in UnidirectionalSequenceLstmLayerNoCifgWithPeepholeWithProjectionWithLayerNormTestImpl() [all …]
|
D | Lstm.hpp | 126 const std::vector<float>& cellClippingThresholdValue, in LstmTestImpl() 249 cellClippingThresholdValue, in LstmTestImpl() 775 std::vector<float> cellClippingThresholdValue{0.0f}; in LstmNoCifgNoPeepholeNoProjection() local 840 cellClippingThresholdDimensions, cellClippingThresholdValue, in LstmNoCifgNoPeepholeNoProjection() 965 std::vector<float> cellClippingThresholdValue{0.0f}; in LstmCifgPeepholeNoProjection() local 1030 cellClippingThresholdDimensions, cellClippingThresholdValue, in LstmCifgPeepholeNoProjection() 1662 std::vector<float> cellClippingThresholdValue{0.0f}; in LstmNoCifgPeepholeProjection() local 1749 cellClippingThresholdDimensions, cellClippingThresholdValue, in LstmNoCifgPeepholeProjection() 1875 std::vector<float> cellClippingThresholdValue{0.0f}; in LstmCifgPeepholeNoProjectionBatch2() local 1943 cellClippingThresholdDimensions, cellClippingThresholdValue, in LstmCifgPeepholeNoProjectionBatch2() [all …]
|