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

Method set_gpu_multi_stream

python/paddle_serving_server/server.py:215–216  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

213 self.use_trt = True
214
215 def set_gpu_multi_stream(self):
216 self.gpu_multi_stream = True
217
218 def set_lite(self):
219 self.use_lite = True

Callers 2

default_rpc_serviceMethod · 0.95
start_gpu_card_modelFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected