Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
203
bool AnalysisConfig::external_stream_enabled() const {
204
return use_external_stream_;
205
}
206
207
void AnalysisConfig::DisableGpu() {
208
use_gpu_ = false;
Callers
1
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected