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

Method RawObjectPtrFromObjectRef

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

Source from the content-addressed store, hash-verified

1186 }
1187
1188 TVM_FFI_INLINE static Object* RawObjectPtrFromObjectRef(const ObjectRef& src) {
1189 return src.data_.data_;
1190 }
1191
1192 TVM_FFI_INLINE static TVMFFIObject* TVMFFIObjectPtrFromObjectRef(const ObjectRef& src) {
1193 return GetHeader(src.data_.data_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected