Searched refs:mock_model_runtime (Results 1 – 1 of 1) sorted by relevance
55 def mock_model_runtime(shared_data_folder): function237 def test_multiple_inference_runs_yield_same_result(count, mock_model_runtime): argument241 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): argument260 runtime = mock_model_runtime[0]261 net_id = mock_model_runtime[1]262 input_tensors = mock_model_runtime[2][all …]