Home
last modified time | relevance | path

Searched defs:SetInput (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DRNNTest.cpp175 void SetInput(int offset, float* begin, float* end) { in SetInput() function in android::nn::wrapper::BasicRNNOpModel
H A DLayerNormLSTMTest.cpp188 void SetInput(int offset, const float* begin, const float* end) { in SetInput() function in android::nn::wrapper::LayerNormLSTMOpModel
H A DSVDFTest.cpp280 void SetInput(int offset, float* begin, float* end) { in SetInput() function in android::nn::wrapper::SVDFOpModel
H A DLSTMTest.cpp177 void SetInput(int offset, float* begin, float* end) { in SetInput() function in android::nn::wrapper::LSTMOpModel
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidation.cpp1575 TEST_F(ValidationTestExecution, SetInput) { in TEST_F() argument