MCPcopy Create free account
hub / github.com/apache/tvm-ffi / ObjectRef

Method ObjectRef

include/tvm/ffi/object.h:761–761  ·  view source on GitHub ↗

! \brief default constructor */

Source from the content-addressed store, hash-verified

759 public:
760 /*! \brief default constructor */
761 ObjectRef() = default;
762 /*! \brief copy constructor */
763 ObjectRef(const ObjectRef& other) = default;
764 /*! \brief move constructor */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected