Variable tvm::ffi::is_object_subclass_v

Variable tvm::ffi::is_object_subclass_v#

Variable Documentation#

template<typename T>
constexpr bool tvm::ffi::is_object_subclass_v = std::is_base_of_v<Object, T>#

Whether T is Object or a subclass of Object.

Template Parameters:

T – The type to inspect.