Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ clear
Method
clear
paddle/phi/kernels/funcs/fft_cache.h:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
void clear() {
130
_cache_map.clear();
131
_usage_list.clear();
132
}
133
134
void resize(int64_t new_size) {
135
_set_max_size(new_size);
Callers
15
MemcpyD2HMultiIOKernel
Function · 0.45
SetKernel
Function · 0.45
ExpandAspectRatios
Function · 0.45
init_from_config
Method · 0.45
RnnKernel
Function · 0.45
MixedPrecisionAddGradKernel
Function · 0.45
AddGradKernel
Function · 0.45
ReduceMeanGradKernel
Function · 0.45
LogsumexpKernel
Function · 0.45
NMSFast
Function · 0.45
DefaultMixedPrecisionAddGrad
Function · 0.45
DefaultElementwiseAddGrad
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected