Searched refs:process (Results 1 – 13 of 13) sorted by relevance
50 executed in parallel. Tests are running in a separate process so crashes can be detected and53 * parallel-inference-stress-in-process: same as parallel-inference-stress but the tests are running54 in the same process of the test so in case of crash the testing app will crash too57 It spawns a separate process each running a set of parallel threads compiling different models.58 The process is then forcibly terminated. The test validates that the targeted driver is not61 * multi-process-inference-stress: this extends the `parallel-inference-stress` running inference62 on a single model in multiple processes and threads with different probabilities in client process65 * multi-process-model-load-stress: this extends the `parallel-inference-stress` running inference66 on a single model in multiple processes and threads with different probabilities in client process
82 parallel-inference-stress-in-process)90 multi-process-inference-stress)95 multi-process-model-load-stress)
136 process = subprocess.Popen(145 while process.poll() is None:146 line += process.stdout.read(1)157 stdout, stderr = process.communicate()160 logging.error('ret_code: %s', process.returncode)163 self._subprocess = process
113 process = controller.process_name118 test=test_name, process=process, time=time)
63 kill = lambda process:process.kill() argument
165 kill = lambda process:process.kill() argument
6 # This file is cached in process memory of instances for 10min
35 // process the large file group.
30 // task in process
176 // the target process name used by systrace
1394 def process(self, msg, kwargs): member in AndroidDeviceLoggerAdapter
116 process that requires permission under the Licensed Rights, such