MCPcopy 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
295void Shaper::Clear() {
296 shape_map_.clear();
297}
298
299std::ostream &operator<<(std::ostream &os, const Shaper &shaper) {
300 for (const auto &p : shaper.shape_map_) {

Callers 1

CompileMethod · 0.45

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected