Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ clear
Method
clear
paddle/utils/small_vector.h:642–645 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
640
}
641
642
void clear() {
643
this->destroy_range(this->begin(), this->end());
644
this->Size = 0;
645
}
646
647
private:
648
template <bool ForOverwrite>
Callers
2
small_vector.h
File · 0.45
split_string
Function · 0.45
Calls
3
destroy_range
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected