Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JDAI-CV/DNNLibrary
/ Clear
Method
Clear
common/Shaper.cpp:295–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
}
294
295
void Shaper::Clear() {
296
shape_map_.clear();
297
}
298
299
std::ostream &operator<<(std::ostream &os, const Shaper &shaper) {
300
for (const auto &p : shaper.shape_map_) {
Callers
1
Compile
Method · 0.45
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected