Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/python/pyarmnn/test/
H A Dtest_runtime.py55 def mock_model_runtime(shared_data_folder): function
237 def test_multiple_inference_runs_yield_same_result(count, mock_model_runtime): argument
241 runtime = mock_model_runtime[0]
242 net_id = mock_model_runtime[1]
243 input_tensors = mock_model_runtime[2]
244 output_tensors = mock_model_runtime[3]
258 def test_aarch64_inference_results(mock_model_runtime): argument
260 runtime = mock_model_runtime[0]
261 net_id = mock_model_runtime[1]
262 input_tensors = mock_model_runtime[2]
[all …]