MCPcopy Create free account
hub / github.com/PaddlePaddle/Serving / set_cpu_math_thread_num

Method set_cpu_math_thread_num

python/paddle_serving_server/server.py:299–300  ·  view source on GitHub ↗
(self, cpu_math_thread_num)

Source from the content-addressed store, hash-verified

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

Callers 1

start_gpu_card_modelFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected