Home
last modified time | relevance | path

Searched refs:SetInput (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DLSHProjectionTest.cpp142 m.SetInput({12345, 54321, 67890, 9876, -12345678, -87654321}); in TEST()
154 m.SetInput({12345, 54321, 67890, 9876, -12345678, -87654321}); in TEST()
165 m.SetInput({12345, 54321, 67890, 9876, -12345678, -87654321}); in TEST()
H A DLSTMTest.cpp177 void SetInput(int offset, float* begin, float* end) { in SetInput() function in android::nn::wrapper::LSTMOpModel
364 lstm.SetInput(0, batch0_start, batch0_end); in TEST()
461 lstm.SetInput(0, batch0_start, batch0_end); in TEST()
989 lstm.SetInput(0, batch0_start, batch0_end); in TEST()
993 lstm.SetInput(lstm.num_inputs(), batch1_start, batch1_end); in TEST()
H A DRNNTest.cpp175 void SetInput(int offset, float* begin, float* end) { in SetInput() function in android::nn::wrapper::BasicRNNOpModel
289 rnn.SetInput(0, batch_start, batch_end); in TEST()
290 rnn.SetInput(rnn.input_size(), batch_start, batch_end); in TEST()
H A DSVDFTest.cpp280 void SetInput(int offset, float* begin, float* end) { in SetInput() function in android::nn::wrapper::SVDFOpModel
348 svdf.SetInput(0, batch_start, batch_end); in TEST()
407 svdf.SetInput(0, batch_start, batch_end); in TEST()
H A DLayerNormLSTMTest.cpp188 void SetInput(int offset, const float* begin, const float* end) { in SetInput() function in android::nn::wrapper::LayerNormLSTMOpModel
410 lstm.SetInput(b * n_input, batch_start, batch_end); in TEST()
/aosp12/hardware/interfaces/renderscript/1.0/
H A DIContext.hal924 * TODO: if SetInput/Output corresponds to the Java API setInput() and
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidation.cpp1575 TEST_F(ValidationTestExecution, SetInput) { in TEST_F() argument