tvm_ffi.Object# class tvm_ffi.Object# Bases: object Base class of all TVM FFI objects. __init__()# Methods __init__() same_as(other) Check object identity. same_as(other)# Check object identity. Parameters: other (object) – The other object to compare against. Returns: result – The comparison result. Return type: bool