(self, runtime_thread_num)
| 204 | self.gpuid = format_gpu_to_strlist(gpuid) |
| 205 | |
| 206 | def set_runtime_thread_num(self, runtime_thread_num): |
| 207 | self.runtime_thread_num = runtime_thread_num |
| 208 | |
| 209 | def set_batch_infer_size(self, batch_infer_size): |
| 210 | self.batch_infer_size = batch_infer_size |
no outgoing calls