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