MCPcopy 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.hFile · 0.45
split_stringFunction · 0.45

Calls 3

destroy_rangeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected