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

Method _run_inference

python/paddle/base/executor.py:2225–2226  ·  view source on GitHub ↗
(self, exe, feed)

Source from the content-addressed store, hash-verified

2223 return ret
2224
2225 def _run_inference(self, exe, feed):
2226 return exe.run(feed)
2227
2228 def _check_fetch_list(self, fetch_list):
2229 is_fetch_var = lambda var: isinstance(var, (Variable, str, Value))

Callers 1

_run_implMethod · 0.95

Calls 1

runMethod · 0.45

Tested by

no test coverage detected