MCPcopy Create free account
hub / github.com/OAID/Tengine / SetName

Method SetName

executor/include/device_driver.hpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 return name_;
88 }
89 void SetName(const std::string& name)
90 {
91 name_ = name;
92 }
93 bool AutoProbe(void)
94 {
95 return auto_probe_;

Callers 2

AddConstNodeToSubGraphFunction · 0.45
LoadDeviceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected