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

Method __tvm_ffi_object__

tests/python/test_object.py:198–199  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

196 self.backend_obj = backend_obj
197
198 def __tvm_ffi_object__(self) -> Any:
199 return self.backend_obj
200
201 x = tvm_ffi.convert([])
202 assert isinstance(x, tvm_ffi.Object)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected