MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / object

Method object

imperative/python/src/external_convert.h:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 : m_obj(obj), m_device(CompNodeValue::make(device)) {}
65
66 py::object object() const { return m_obj; }
67
68 CompNodeValue::ref_t device() const { return m_device; }
69

Callers 3

_external_objMethod · 0.45
apply_transformationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected