Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm-ffi
/ functions
Functions
5,333 in github.com/apache/tvm-ffi
⨍
Functions
5,333
◇
Types & classes
1,261
↳
Endpoints
2
Function
PyClassRegisterTypeAttrColumns
! * \brief Combined registration for Python-defined types: * ``__ffi_init__``, ``__ffi_new__``, ``__ffi_shallow_copy__`` */
src/ffi/extra/dataclass.cc:2037
Method
RValueRef
! \brief only allow move constructor from rvalue of T */
include/tvm/ffi/rvalue_ref.h:75
Function
RaiseError
! * \brief Raise a runtime error to demonstrate error propagation. * * \param msg The error message to raise. * * \code{.py} * import my_ffi_ext
examples/python_packaging/src/extension.cc:60
Method
RawDataDeleter
include/tvm/ffi/container/list.h:112
Method
RawObjectPtrFromObjectRef
include/tvm/ffi/object.h:1188
Method
RawObjectPtrFromUnowned
include/tvm/ffi/object.h:1162
Method
RecursiveComparer
src/ffi/extra/dataclass.cc:1227
Function
RecursiveEq
src/ffi/extra/dataclass.cc:2126
Function
RecursiveGe
src/ffi/extra/dataclass.cc:2146
Function
RecursiveGt
src/ffi/extra/dataclass.cc:2141
Function
RecursiveHash
src/ffi/extra/dataclass.cc:2121
Function
RecursiveLe
src/ffi/extra/dataclass.cc:2136
Function
RecursiveLt
src/ffi/extra/dataclass.cc:2131
Method
Register
include/tvm/ffi/reflection/overload.h:219
Method
RegisterExtraInfo
include/tvm/ffi/reflection/overload.h:436
Method
RegisterExtraInfo
include/tvm/ffi/reflection/registry.h:900
Method
RegisterField
include/tvm/ffi/reflection/overload.h:453
Method
RegisterField
include/tvm/ffi/reflection/registry.h:917
Method
RegisterFunc
NOLINTNEXTLINE(performance-unnecessary-value-param)
include/tvm/ffi/reflection/registry.h:568
Method
RegisterMethod
include/tvm/ffi/reflection/overload.h:484
Method
RegisterMethod
include/tvm/ffi/reflection/registry.h:948
Method
RegisterReflection
src/ffi/extra/module_internal.h:96
Method
RegisterReflection
tests/cpp/testing_object.h:90
Method
RegisterReflection
tests/cpp/testing_object.h:159
Method
RegisterReflection
tests/cpp/testing_object.h:192
Method
RegisterReflection
tests/cpp/testing_object.h:227
Method
RegisterReflection
tests/cpp/testing_object.h:262
Method
RegisterReflection
tests/cpp/testing_object.h:295
Method
RegisterReflection
tests/cpp/testing_object.h:343
Method
RegisterReflection
tests/cpp/testing_object.h:394
Method
RegisterReflection
tests/cpp/testing_object.h:439
Method
RemoveGlobal
* \brief Remove a global function by name * \param name The name of the function */
include/tvm/ffi/function.h:526
Function
ReprPrint
src/ffi/extra/dataclass.cc:2112
Method
ReserveBuiltinTypeIndex
src/ffi/object.cc:430
Method
ReserveDepthOneObjectTypeIndex
src/ffi/object.cc:434
Method
Reverse
! \brief Reverse the elements in-place */
include/tvm/ffi/container/seq_base.h:210
Method
ReverseIterAdapter
include/tvm/ffi/container/container_details.h:117
Method
Root
! * \brief Create a root access path. * \return The root access path. */
include/tvm/ffi/reflection/access_path.h:357
Method
Run
src/ffi/extra/dataclass.cc:278
Method
Run
tests/cpp/test_reflection.cc:652
Method
Run
tests/cpp/test_reflection.cc:663
Method
Run
include/tvm/ffi/function_details.h:55
Method
RuntimeTypeIndex
The following functions are provided by macro TVM_FFI_DECLARE_OBJECT_INFO and TVM_FFI_DECLARE_OBJECT_INFO_FINAL ! * \brief Get the runtime allocate
include/tvm/ffi/object.h:308
Method
SEqHashDefNonRecursive
include/tvm/ffi/reflection/registry.h:233
Method
SEqHashDefRecursive
include/tvm/ffi/reflection/registry.h:222
Method
SEqHashIgnore
include/tvm/ffi/reflection/registry.h:239
Method
SEqual
tests/cpp/testing_object.h:325
Method
SHash
tests/cpp/testing_object.h:336
Method
SafeCall
\cond Doxygen_Suppress Implementing safe call style
include/tvm/ffi/function.h:189
Method
SafeCall
include/tvm/ffi/function.h:229
Function
SaveToBytes
! * \brief Serialize the the module to bytes. * \return The serialized module. */
include/tvm/ffi/extra/module.h:122
Method
SchemaAllTypesObj
Constructor used by refl::init in make_with
src/ffi/testing/testing.cc:740
Method
Search
! * \brief Search for the given key * \param key The key * \return ListNode that associated with the key */
include/tvm/ffi/container/map_base.h:515
Method
SeqBaseObj
include/tvm/ffi/container/seq_base.h:46
Method
SeqTypeTraitsBase
include/tvm/ffi/container/seq_base.h:358
Method
Serialize
src/ffi/extra/serialization.cc:46
Method
Set
! * \brief set i-th element of the array. * \param i The index * \param value The value to be setted. */
include/tvm/ffi/container/array.h:585
Method
Set
! * \brief Set a key-value pair in the Dict (mutates in-place). * \param key The index key. * \param value The value to be set. */
include/tvm/ffi/container/dict.h:235
Method
Set
include/tvm/ffi/container/tuple.h:185
Method
Set
List's own methods ! * \brief set i-th element of the list. * \param i The index * \param value The value to be set. */
include/tvm/ffi/container/list.h:437
Function
SetCubin
! * \brief Set CUBIN module from binary data. * \param cubin CUBIN binary data as Bytes object. */
examples/cubin_launcher/dynamic_cubin/src/lib_dynamic.cc:49
Method
SetData
include/tvm/ffi/container/variant.h:76
Method
SetErrorDefault
src/ffi/extra/json_parser.cc:269
Method
SetGlobal
! * \brief Set global function by name * \param name The name of the function * \param func The function * \param override Whether to over
include/tvm/ffi/function.h:499
Method
SetLinkOrder
addons/tvm_ffi_orcjit/src/ffi/orcjit_dylib.cc:118
Method
SetPyCallbackArg
! * \brief Convert a borrowed TVMFFIAny (AnyView) into a new-reference PyObject*. * \param dlpack_exchange_api The DLPack exchange API (may be N
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:688
Function
SetSafeCallRaised
! * \brief Set a raised safe-call error into TLS. * \param error The error to be raised. */
include/tvm/ffi/error.h:335
Function
Shape
(*args: Any)
python/tvm_ffi/_ffi_api.py:108
Method
ShapeObjStdImpl
include/tvm/ffi/container/shape.h:127
Method
ShapeView
! \brief Default constructor. */
include/tvm/ffi/container/shape.h:45
Method
ShrinkBy
include/tvm/ffi/container/seq_base.h:249
Method
SignFromMemncmp
src/ffi/extra/dataclass.cc:1676
Method
Slab
addons/tvm_ffi_orcjit/src/ffi/orcjit_slab.h:170
Method
Slab
addons/tvm_ffi_orcjit/src/ffi/orcjit_slab.cc:341
Method
SlabPoolExhaustedError
addons/tvm_ffi_orcjit/src/ffi/orcjit_slab.cc:57
Method
SlabPoolMemoryManager
addons/tvm_ffi_orcjit/src/ffi/orcjit_memory_manager.h:90
Method
SlabPoolMemoryManager
addons/tvm_ffi_orcjit/src/ffi/orcjit_memory_manager.cc:42
Method
StaticAdd
tests/cpp/testing_object.h:77
Method
StridesFromShape
! * \brief Create a strides from a shape. * \param shape The input shape. * \return The strides. */
include/tvm/ffi/container/shape.h:246
Function
String
(_0: str, /)
python/tvm_ffi/_ffi_api.py:109
Method
Stringify
NOLINTNEXTLINE(performance-unnecessary-value-param)
src/ffi/extra/json_writer.cc:48
Function
StripCoffPdataXdata
addons/tvm_ffi_orcjit/src/ffi/llvm_patches/win_coff_pdata_strip.cc:44
Method
StructEqualHandler
src/ffi/extra/structural_equal.cc:46
Method
StructuralHashHandler
src/ffi/extra/structural_hash.cc:47
Function
StructuralKeyEqual
(_0: Any, _1: Any, /)
python/tvm_ffi/_ffi_api.py:113
Function
StructuralKeyEqual
src/ffi/extra/reflection_extra.cc:186
Function
StructuralKeyHash
src/ffi/extra/reflection_extra.cc:180
Method
StructuralKeyObj
Default constructor to support reflection-based initialization.
include/tvm/ffi/extra/structural_key.h:49
Method
Sum
examples/python_packaging/src/extension.cc:76
Method
SwitchContainer
! * \brief Move or copy the ArrayObj to new address with the given capacity * \param capacity The capacity requirement of the new address */
include/tvm/ffi/container/array.h:712
Function
SystemLib
(*args: Any)
python/tvm_ffi/_ffi_api.py:114
Method
SystemLibrary
src/ffi/extra/library_module_system_lib.cc:70
Method
TAllFields
tests/cpp/testing_object.h:414
Method
TAllFieldsObj
tests/cpp/testing_object.h:380
Method
TCustomFunc
tests/cpp/testing_object.h:360
Method
TCustomFuncObj
tests/cpp/testing_object.h:322
Method
TDefHolder
tests/cpp/testing_object.h:277
Method
TDefHolderObj
tests/cpp/testing_object.h:258
Function
TEST
tests/cpp/test_rvalue_ref.cc:32
Function
TEST
tests/cpp/test_dict.cc:28
← previous
next →
1,701–1,800 of 5,333, ranked by callers