| 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_); |
nothing calls this directly
no outgoing calls
no test coverage detected