MCPcopy 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
213void AnalysisConfig::DisableFCPadding() {
214 use_fc_padding_ = false;
215
216 Update();
217}
218
219void AnalysisConfig::EnableXpu(int l3_size,
220 bool l3_locked,

Callers 2

SetConfigFunction · 0.45

Calls 1

UpdateFunction · 0.85

Tested by 1

SetConfigFunction · 0.36