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
Method
Entry
src/ffi/function.cc:62
Method
EnumDef
! * \brief Register a new instance named ``instance_name`` on ``EnumClsObj``. * \param instance_name The instance's string name (e.g., ``"Add"``
include/tvm/ffi/reflection/enum_def.h:76
Method
EnumObj
include/tvm/ffi/enum.h:64
Method
EnumerateChildren
src/ffi/extra/dataclass.cc:180
Method
Equal
src/ffi/extra/structural_equal.cc:452
Method
Erase
! * \brief Remove a ListNode * \param iter The node to be removed */
include/tvm/ffi/container/map_base.h:659
Method
Erase
! * \brief Remove a position in SmallMapBaseObj * \param index The position to be removed */
include/tvm/ffi/container/map_base.h:1278
Method
Error
! * \brief Constructor * \param kind The kind of the error. * \param message The message of the error. * \param backtrace The backtrace of
include/tvm/ffi/error.h:139
Method
ErrorBuilder
include/tvm/ffi/error.h:342
Method
ErrorObj
include/tvm/ffi/error.h:68
Method
ErrorObjFromStd
include/tvm/ffi/error.h:91
Function
Error_HandleReturnCode
[Error.HandleReturnCode.begin]
examples/abi_overview/example_code.c:266
Function
Error_RaiseException
[Error.RaiseException.begin]
examples/abi_overview/example_code.c:281
Function
EscapeString
! * \brief Escape a string for JSON output. * \deprecated Use EscapeStringJSON instead. * \param value The input string * \return The escaped stri
include/tvm/ffi/string.h:883
Method
Expected
! * \brief Implicit constructor from a success value. * \param value The success value. */ NOLINTNEXTLINE(google-explicit-constructor,runtime
include/tvm/ffi/expected.h:102
Method
Expected<T> CallExpected
include/tvm/ffi/function.h:661
Method
ExternCFunctionObjImpl
include/tvm/ffi/function.h:218
Method
ExternCFunctionObjNullHandleImpl
include/tvm/ffi/function.h:207
Function
FFIConvertFromAnyViewToObjectRef
include/tvm/ffi/reflection/creator.h:105
Function
FFIStructuralHash
src/ffi/extra/structural_hash.cc:375
Method
FastMathSafeIsInf
src/ffi/extra/json_writer.cc:78
Method
FastMathSafeIsNaN
src/ffi/extra/json_writer.cc:57
Method
FastMathSafeNaN
src/ffi/extra/json_parser.cc:328
Method
FastMathSafeNegInf
src/ffi/extra/json_parser.cc:315
Method
FastMathSafePosInf
src/ffi/extra/json_parser.cc:302
Method
Feed
tests/cpp/test_reflection.cc:643
Method
FeedChild
src/ffi/extra/dataclass.cc:349
Method
FeedChild
src/ffi/extra/dataclass.cc:979
Method
FeedChild
src/ffi/extra/dataclass.cc:1253
Method
FibHash
! * \brief Fibonacci Hashing, maps a hash code to an index in a power-of-2-sized table. * See also: https://programmingpraxis.com/2018/06/19/fib
include/tvm/ffi/container/map_base.h:940
Method
FieldGetter
! * \brief Constructor * \param field_info The field info. */
include/tvm/ffi/reflection/accessor.h:92
Method
FieldGetter
include/tvm/ffi/reflection/registry.h:389
Method
FieldSetter
! * \brief Constructor * \param field_info The field info. */
include/tvm/ffi/reflection/accessor.h:132
Method
FieldSetter
include/tvm/ffi/reflection/registry.h:396
Method
Fill
include/tvm/ffi/function.h:305
Method
FinalizeFrame
src/ffi/extra/dataclass.cc:388
Method
FinalizeFrame
src/ffi/extra/dataclass.cc:1003
Method
FinalizeFrame
src/ffi/extra/dataclass.cc:1255
Method
FindAccessPaths
src/ffi/extra/visit_error_context.cc:310
Method
FindInProcessModules
addons/tvm_ffi_orcjit/src/ffi/llvm_patches/win_dll_import_generator.cc:61
Method
FindOrderIndependentHash
Find an order independent hash value for a given Any. Order independent hash value means the hash value will remain stable independent of the order we
src/ffi/extra/structural_hash.cc:248
Method
FixupDeferredReferences
src/ffi/extra/dataclass.cc:457
Method
FixupDict
src/ffi/extra/dataclass.cc:487
Method
FixupList
src/ffi/extra/dataclass.cc:472
Method
FixupObject
src/ffi/extra/dataclass.cc:527
Method
ForwardPyErrorToFFI
! * \brief Fetch the current Python exception and forward it to * TVMFFICyErrorSetRaisedFromPyError, then clear the Python error indicato
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:804
Method
FreeData
tests/cpp/test_tensor.cc:28
Method
FreeData
tests/cpp/test_example.cc:128
Method
FreeData
tests/cpp/extra/test_c_env_api.cc:37
Method
FreeData
examples/quickstart/load/load_cpp.cc:53
Method
FreeData
examples/quickstart/load/load_cuda.cc:58
Function
FreeFeed
tests/cpp/test_reflection.cc:657
Method
FromDLPack
! * \brief Create a Tensor from a DLPack managed tensor, pre v1.0 API. * \param tensor The input DLPack managed tensor. * \param require_alig
include/tvm/ffi/container/tensor.h:556
Method
FromDLPackVersioned
! * \brief Create a Tensor from a DLPack managed tensor, post v1.0 API. * \param tensor The input DLPack managed tensor. * \param require_ali
include/tvm/ffi/container/tensor.h:582
Method
FromEnvAlloc
! * \brief Create a Tensor from the TVMFFIEnvTensorAlloc API * * This function can be used together with TVMFFIEnvSetDLPackManagedTensorAlloc
include/tvm/ffi/container/tensor.h:536
Method
FromExternC
! * \brief Create ffi::Function from a C style callbacks. * * self and deleter can be nullptr if the function do not need closure support
include/tvm/ffi/function.h:392
Function
FromJSONGraphString
(_0: str, /)
python/tvm_ffi/_ffi_api.py:56
Function
FromJSONGraphString
string version of the api
src/ffi/extra/serialization.cc:448
Method
FromNDAlloc
include/tvm/ffi/container/tensor.h:474
Method
FromNDAllocStrided
include/tvm/ffi/container/tensor.h:500
Method
FromPacked
include/tvm/ffi/function.h:341
Method
FromPackedInplace
include/tvm/ffi/function.h:369
Method
FromPackedInternal
include/tvm/ffi/function.h:712
Method
FromSteps
NOLINTNEXTLINE(performance-unnecessary-value-param)
include/tvm/ffi/reflection/access_path.h:333
Method
FromTyped
include/tvm/ffi/function.h:536
Method
Function
! \brief Constructor from null */
include/tvm/ffi/function.h:323
Function
FunctionFromExternC
(_0: c_void_p, _1: c_void_p, _2: c_void_p, /)
python/tvm_ffi/_ffi_api.py:57
Function
FunctionListGlobalNamesFunctor
()
python/tvm_ffi/_ffi_api.py:58
Method
FunctionObj
! \brief Make default constructor protected. */
include/tvm/ffi/function.h:139
Method
FunctionObjImpl
include/tvm/ffi/function.h:172
Function
FunctionRemoveGlobal
(_0: str, /)
python/tvm_ffi/_ffi_api.py:59
Function
Function_Construct
[Function.Construct.begin]
examples/abi_overview/example_code.c:212
Function
Function_RetrieveGlobal
[Function.GetGlobal.begin]
examples/abi_overview/example_code.c:236
Function
Function_SetGlobal
[Function.SetGlobal.begin]
examples/abi_overview/example_code.c:246
Method
Get
src/ffi/extra/module.cc:51
Method
Get
include/tvm/ffi/enum.h:130
Method
Get
! \return The value associated with the key, std::nullopt if not found */
include/tvm/ffi/container/map.h:245
Method
Get
! \return The value associated with the key, std::nullopt if not found */
include/tvm/ffi/container/dict.h:250
Method
GetAnyEqualTypeAttrColumn
! * \brief Get the type attribute column for any equal. * \return The type attribute column for any equal. */
include/tvm/ffi/any.h:778
Method
GetAnyHashTypeAttrColumn
! * \brief Get the type attribute column for any hash. * \return The type attribute column for any hash. */
include/tvm/ffi/any.h:647
Method
GetArrayObj
! \return The underlying ArrayObj */
include/tvm/ffi/container/tuple.h:230
Method
GetDictObj
! \brief Return data_ as type of pointer of DictObj */
include/tvm/ffi/container/dict.h:333
Method
GetEnumEntriesColumn
! * \brief Return the process-wide ``__ffi_enum_entries__`` column pointer. * * The column is registered at library init via ``EnsureTypeAttr
include/tvm/ffi/enum.h:102
Function
GetErrorString
Helper to get error name/string based on API
include/tvm/ffi/extra/cuda/internal/unified_api.h:103
Function
GetFieldGetter
! * \brief Return the TVMFFIFieldGetter function pointer for a given field type index. * * \param field_type_index The static type index of the fie
src/ffi/extra/dataclass.cc:1748
Method
GetFieldSkipMask
src/ffi/extra/dataclass.cc:295
Method
GetFieldSkipMask
src/ffi/extra/dataclass.cc:950
Method
GetFieldSkipMask
src/ffi/extra/dataclass.cc:1239
Method
GetFirstMismatch
src/ffi/extra/structural_equal.cc:461
Function
GetFirstStructuralMismatch
(_0: Any, _1: Any, _2: bool, _3: bool, /)
python/tvm_ffi/_ffi_api.py:60
Method
GetFunc
include/tvm/ffi/extra/stl.h:608
Method
GetFunction
src/ffi/extra/library_module.cc:45
Method
GetFunction
addons/tvm_ffi_orcjit/src/ffi/orcjit_dylib.cc:169
Function
GetFunctionDoc
! * \brief Get the docstring of the function, if available. * \param name The name of the function. * \return The documentation string if ava
include/tvm/ffi/extra/module.h:81
Method
GetFunctionDoc
src/ffi/extra/library_module.cc:73
Method
GetFunctionFromImports
src/ffi/extra/module_internal.h:69
Function
GetFunctionMetadata
Rationale: We separate the docstring from the metadata since docstrings can be unstructured and sometimes large, while metadata can be focused on stor
include/tvm/ffi/extra/module.h:101
Method
GetFunctionMetadata
src/ffi/extra/library_module.cc:61
Method
GetGlobal
! * \brief Get global function by name * \param name The function name * \return The global function. * \note This function will return st
include/tvm/ffi/function.h:409
Function
GetGlobalFuncMetadata
(_0: str, /)
python/tvm_ffi/_ffi_api.py:61
← previous
next →
1,301–1,400 of 5,333, ranked by callers