Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ DisableFCPadding
Method
DisableFCPadding
paddle/fluid/inference/api/analysis_config.cc:213–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
void AnalysisConfig::DisableFCPadding() {
214
use_fc_padding_ = false;
215
216
Update();
217
}
218
219
void AnalysisConfig::EnableXpu(int l3_size,
220
bool l3_locked,
Callers
2
PD_ConfigDisableFCPadding
Function · 0.45
SetConfig
Function · 0.45
Calls
1
Update
Function · 0.85
Tested by
1
SetConfig
Function · 0.36