(self, cpu_math_thread_num)
| 297 | self.gpu_memory_mb = gpu_memory_mb |
| 298 | |
| 299 | def set_cpu_math_thread_num(self, cpu_math_thread_num): |
| 300 | self.cpu_math_thread_num = cpu_math_thread_num |
| 301 | |
| 302 | def set_trt_workspace_size(self, trt_workspace_size): |
| 303 | self.trt_workspace_size = trt_workspace_size |
no outgoing calls
no test coverage detected