Home
last modified time | relevance | path

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

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