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

Method Clone

core/include/operator.hpp:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 virtual ~OperatorWithParam() {}
239
240 Operator* Clone(void) override
241 {
242 T* new_obj = new T(*dynamic_cast<T*>(this));
243 new_obj->ParseDefParam();
244 return new_obj;
245 }
246
247 P* GetParam(void)
248 {

Callers

nothing calls this directly

Calls 1

ParseDefParamMethod · 0.80

Tested by

no test coverage detected