MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / _compile_inference

Method _compile_inference

python/paddle/base/compiler.py:323–324  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

321 )
322
323 def _compile_inference(self):
324 return core.create_paddle_predictor(self._infer_config)
325
326 def _compile(self, scope, place):
327 """Compile the program based on the configs.

Callers 1

_compileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected