Searched defs:SetInput (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ | ||
H A D | RNNTest.cpp | 175 void SetInput(int offset, float* begin, float* end) { in SetInput() function in android::nn::wrapper::BasicRNNOpModel |
H A D | LayerNormLSTMTest.cpp | 188 void SetInput(int offset, const float* begin, const float* end) { in SetInput() function in android::nn::wrapper::LayerNormLSTMOpModel |
H A D | SVDFTest.cpp | 280 void SetInput(int offset, float* begin, float* end) { in SetInput() function in android::nn::wrapper::SVDFOpModel |
H A D | LSTMTest.cpp | 177 void SetInput(int offset, float* begin, float* end) { in SetInput() function in android::nn::wrapper::LSTMOpModel |
/aosp12/packages/modules/NeuralNetworks/runtime/test/ | ||
H A D | TestValidation.cpp | 1575 TEST_F(ValidationTestExecution, SetInput) { in TEST_F() argument |