Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ empty
Method
empty
paddle/utils/small_vector.h:62–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
IteratorT begin() const { return begin_iterator; }
61
IteratorT end() const { return end_iterator; }
62
bool empty() const { return begin_iterator == end_iterator; }
63
};
64
65
/// Convenience function for iterating over sub-ranges.
Callers
1
small_vector
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected