Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AllentDan/LibtorchTutorials
/ size
Method
size
lesson7-Detection/src/utils/tinystr.h:137–137 ·
view source on GitHub ↗
Alias for length()
Source
from the content-addressed store, hash-verified
135
136
// Alias for length()
137
size_type size () const { return rep_->size; }
138
139
// Checks if a TiXmlString is empty
140
bool empty () const { return rep_->size == 0; }
Callers
11
Resize
Method · 0.45
Size
Method · 0.45
end_with
Function · 0.45
StreamIn
Method · 0.45
vec_index
Function · 0.45
jaccard
Function · 0.45
forward
Method · 0.45
get_target
Method · 0.45
get_ignore
Method · 0.45
non_maximum_suppression
Function · 0.45
nms_libtorch
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected