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

Method external_stream_enabled

paddle/fluid/inference/api/analysis_config.cc:203–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203bool AnalysisConfig::external_stream_enabled() const {
204 return use_external_stream_;
205}
206
207void AnalysisConfig::DisableGpu() {
208 use_gpu_ = false;

Callers 1

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected