MCPcopy Create free account

hub / github.com/apache/tvm-ffi / functions

Functions5,333 in github.com/apache/tvm-ffi

MethodWriteList
src/ffi/extra/json_writer.cc:195
MethodWriteLiteral
src/ffi/extra/json_writer.cc:145
MethodWriteObject
src/ffi/extra/json_writer.cc:227
MethodWriteSequence
src/ffi/extra/json_writer.cc:206
MethodWriteString
src/ffi/extra/json_writer.cc:188
FunctionWriteToFile
! * \brief Write the current module to file with given format (for further compilation). * * \param file_name The file to be saved to. * \
include/tvm/ffi/extra/module.h:110
Method_GetOrAllocRuntimeTypeIndex
! * \brief Internal function to get or allocate a runtime index. */
include/tvm/ffi/object.h:312
Function_LEAF_IDENTITY
Identity function cached for known leaf types.
python/tvm_ffi/utils/unpack_dataclass.py:261
Function_PyClassRegisterTypeAttrColumns
(_0: int, _1: int, /)
python/tvm_ffi/_ffi_api.py:117
Function_RegisterFFIInit
(_0: int, /)
python/tvm_ffi/_ffi_api.py:118
Function__PtrType operator->
include/tvm/ffi/object.h:1042
Method__add__
Concatenate two arrays.
python/tvm_ffi/container.py:262
Method__bool__
Return True if the array is non-empty.
python/tvm_ffi/container.py:258
Method__bool__
Return True if the list is non-empty.
python/tvm_ffi/container.py:421
Method__bool__
Return True if the map is non-empty.
python/tvm_ffi/container.py:609
Method__bool__
Return True if the dict is non-empty.
python/tvm_ffi/container.py:722
Method__bool__
(self)
tests/python/test_type_converter.py:3695
Method__bool__
(self)
tests/python/test_type_converter.py:3714
Method__c_ffi_init__
(_0: int, _1: int, /)
examples/python_packaging/python/my_ffi_extension/_ffi_api.py:54
Method__call__
Call the module's entry function (`main`).
python/tvm_ffi/module.py:296
Method__call__
Construct enum variants from existing variants, payloads, or names. Normal object construction is still delegated to ``Object`` / dataclass
python/tvm_ffi/dataclasses/enum.py:301
Method__call__
(self, x: int)
tests/python/test_type_converter.py:260
Method__call__
(self)
tests/python/test_type_converter.py:3773
Method__contains__
Check if the array contains a value.
python/tvm_ffi/container.py:234
Method__contains__
Check if the list contains a value.
python/tvm_ffi/container.py:397
Method__contains__
(self, k: object)
python/tvm_ffi/container.py:457
Method__contains__
(self, item: object)
python/tvm_ffi/container.py:509
Method__contains__
Return True if the map contains key `k`.
python/tvm_ffi/container.py:572
Method__contains__
Return True if the dict contains key `k`.
python/tvm_ffi/container.py:697
Method__contains__
(self, variant: object)
python/tvm_ffi/dataclasses/enum.py:648
Function__copy__
(self: Any)
python/tvm_ffi/_dunder.py:170
Method__cuda_stream__
(self)
tests/python/test_device.py:125
Method__cuda_stream__
(self)
tests/python/test_type_converter.py:3386
Method__cuda_stream__
(self)
tests/python/test_type_converter.py:3406
Function__deepcopy__
(self: Any, memo: Any = None)
python/tvm_ffi/_dunder.py:190
Method__deepcopy__
(self, memo: Any = None)
python/tvm_ffi/container.py:205
Method__deepcopy__
(self, memo: Any = None)
python/tvm_ffi/container.py:280
Method__deepcopy__
(self, memo: Any = None)
python/tvm_ffi/container.py:557
Method__deepcopy__
(self, memo: Any = None)
python/tvm_ffi/container.py:671
Method__delitem__
(self, index: SupportsIndex)
python/tvm_ffi/container.py:328
Method__delitem__
Delete the entry for key `k`.
python/tvm_ffi/container.py:691
Method__dlpack__
(self)
tests/python/test_type_converter.py:3463
Method__dlpack_c_exchange_api__
(self)
tests/python/test_type_converter.py:3490
Method__dlpack_data_type__
(self)
tests/python/test_type_converter.py:2663
Method__dlpack_device__
(self)
tests/python/test_function.py:354
Method__dlpack_device__
(self)
tests/python/test_type_converter.py:3044
Method__dlpack_device__
(self)
tests/python/test_type_converter.py:3428
Method__dlpack_device__
(self)
tests/python/test_type_converter.py:3454
Method__enter__
Enter both Torch and FFI stream contexts.
python/tvm_ffi/stream.py:81
Method__enter__
Acquire the lock upon entering the context. This method blocks until the lock is acquired.
python/tvm_ffi/utils/lockfile.py:60
Function__eq__
(self: Any, other: Any)
python/tvm_ffi/_dunder.py:370
Method__eq__
Return whether two access paths are equal.
python/tvm_ffi/access_path.py:125
Method__eq__
Compare by structural equality.
python/tvm_ffi/structural.py:231
Method__eq__
(self, other: object)
tests/python/test_dataclass_py_class.py:1007
Method__exit__
Exit both Torch and FFI stream contexts.
python/tvm_ffi/stream.py:92
Method__exit__
Context manager protocol: release the lock upon exiting the 'with' block.
python/tvm_ffi/utils/lockfile.py:68
Method__ffi_compare__
(self, other: _PyCmp, fn_cmp: _Callable_cmp[..., _Any_cmp])
tests/python/test_dataclass_compare.py:1316
Method__ffi_custom__
(self)
tests/python/test_typed_method.py:316
Method__ffi_custom_op__
(self, y: int)
tests/python/test_dataclass_py_class.py:4896
Method__ffi_eq__
(self, other: _PyEqHash, fn_eq: _Callable_cmp[..., _Any_cmp])
tests/python/test_dataclass_compare.py:1301
Method__ffi_eq__
(self, other: _PyCmp, fn_eq: _Callable_cmp[..., _Any_cmp])
tests/python/test_dataclass_compare.py:1313
Method__ffi_hash__
(self, fn_hash: _Callable_hash[..., _Any_hash])
tests/python/test_dataclass_hash.py:995
Method__ffi_hash__
(self, fn_hash: _Callable_cmp[..., _Any_cmp])
tests/python/test_dataclass_compare.py:1298
Method__ffi_hash__
(self, fn_hash: _Callable_cmp[..., _Any_cmp])
tests/python/test_dataclass_compare.py:1310
Function__ffi_init__
(self: Any, *args: Any, **kwargs: Any)
python/tvm_ffi/registry.py:436
Method__ffi_init__
(self, _0: Any, /)
python/tvm_ffi/structural.py:210
Method__ffi_init__
(self, v_i64: int = ..., v_f64: float = ..., v_str: str = ...)
python/tvm_ffi/testing/testing.py:75
Method__ffi_init__
(self, _0: int, _1: int, /)
python/tvm_ffi/testing/testing.py:93
Method__ffi_init__
(self, v_map: Mapping[Any, Any], v_array: Sequence[Any], v_i64: int = ..., v_f64: float = ..., v_str: str = ..
python/tvm_ffi/testing/testing.py:111
Method__ffi_init__
(self, _0: int, /)
python/tvm_ffi/testing/testing.py:127
Method__ffi_init__
(self, _0: int, _1: str, _2: int, /)
python/tvm_ffi/testing/testing.py:214
Method__ffi_init__
(self, _0: int, _1: str, _2: int, /)
python/tvm_ffi/testing/testing.py:232
Method__ffi_init__
(self, _0: int, _1: str, /)
python/tvm_ffi/testing/testing.py:249
Method__ffi_init__
(self, _0: int, _1: str, /)
python/tvm_ffi/testing/testing.py:266
Method__ffi_init__
(self, _0: int, _1: str, /)
python/tvm_ffi/testing/testing.py:283
Method__ffi_init__
(self, v_i64: int, v_i32: int)
python/tvm_ffi/testing/testing.py:297
Method__ffi_init__
(self, v_i64: int, v_i32: int, v_f64: float, v_f32: float = ...)
python/tvm_ffi/testing/testing.py:318
Method__ffi_init__
(self, v_i64: int, v_i32: int, v_f64: float, v_bool: bool, v_f32: float = ..., v_str: str = ...)
python/tvm_ffi/testing/testing.py:332
Method__ffi_init__
(self, required_field: int)
python/tvm_ffi/testing/testing.py:347
Method__ffi_init__
(self, *, x: int, y: int, z: int, w: int = ...)
python/tvm_ffi/testing/testing.py:363
Method__ffi_init__
(self, a: int, d: int = ..., *, c: int)
python/tvm_ffi/testing/testing.py:383
Method__ffi_init__
(self, x: int, y: int)
python/tvm_ffi/testing/testing.py:401
Method__ffi_init__
(self)
python/tvm_ffi/testing/testing.py:420
Method__ffi_init__
(self, p_required: int, p_default: int = ..., *, k_required: int, k_default: int = ...)
python/tvm_ffi/testing/testing.py:441
Method__ffi_init__
(self, parent_required: int, parent_default: int = ...)
python/tvm_ffi/testing/testing.py:474
Method__ffi_init__
(self, parent_required: int, child_required: int, parent_default: int = ..., *, child_kw_only: int)
python/tvm_ffi/testing/testing.py:492
Method__ffi_repr__
(self, fn_repr: _Callable_repr[..., _Any_repr])
tests/python/test_dataclass_repr.py:745
Method__ffi_repr__
(self, fn_repr: _Callable_repr[..., _Any_repr])
tests/python/test_dataclass_repr.py:761
Method__ffi_repr__
(self, fn_repr: Any)
tests/python/test_typed_method.py:331
Method__ffi_repr__
(self, fn_repr: Any)
tests/python/test_dataclass_py_class.py:4879
Method__ffi_repr__
(self, fn_repr: Any)
tests/python/test_dataclass_py_class.py:4911
Method__ffi_shallow_copy__
(self)
tests/python/test_dataclass_py_class.py:4876
Method__ffi_shallow_copy__
(self, /)
examples/python_packaging/python/my_ffi_extension/_ffi_api.py:52
Method__from_tvm_ffi_object__
Construct from a given tvm object.
python/tvm_ffi/_tensor.py:73
Function__ge__
(self: Any, other: Any)
python/tvm_ffi/_dunder.py:404
Method__get__
(self, instance: Any, owner: type | None = None)
python/tvm_ffi/dataclasses/enum.py:209
Method__getattr__
Accessor to allow getting functions as attributes.
python/tvm_ffi/module.py:163
Method__getitem__
Return function by name using item access (module["func"]).
python/tvm_ffi/module.py:290
Method__getitem__
(self, idx: SupportsIndex, /)
python/tvm_ffi/container.py:213
Method__getitem__
(self, idx: SupportsIndex, /)
python/tvm_ffi/container.py:288
← previousnext →2,001–2,100 of 5,333, ranked by callers