MCPcopy 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

MemcpyD2HMultiIOKernelFunction · 0.45
SetKernelFunction · 0.45
ExpandAspectRatiosFunction · 0.45
init_from_configMethod · 0.45
RnnKernelFunction · 0.45
AddGradKernelFunction · 0.45
ReduceMeanGradKernelFunction · 0.45
LogsumexpKernelFunction · 0.45
NMSFastFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected