MCPcopy Create free account

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

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

MethodEntry
src/ffi/function.cc:62
MethodEnumDef
! * \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
MethodEnumObj
include/tvm/ffi/enum.h:64
MethodEnumerateChildren
src/ffi/extra/dataclass.cc:180
MethodEqual
src/ffi/extra/structural_equal.cc:452
MethodErase
! * \brief Remove a ListNode * \param iter The node to be removed */
include/tvm/ffi/container/map_base.h:659
MethodErase
! * \brief Remove a position in SmallMapBaseObj * \param index The position to be removed */
include/tvm/ffi/container/map_base.h:1278
MethodError
! * \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
MethodErrorBuilder
include/tvm/ffi/error.h:342
MethodErrorObj
include/tvm/ffi/error.h:68
MethodErrorObjFromStd
include/tvm/ffi/error.h:91
FunctionError_HandleReturnCode
[Error.HandleReturnCode.begin]
examples/abi_overview/example_code.c:266
FunctionError_RaiseException
[Error.RaiseException.begin]
examples/abi_overview/example_code.c:281
FunctionEscapeString
! * \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
MethodExpected
! * \brief Implicit constructor from a success value. * \param value The success value. */ NOLINTNEXTLINE(google-explicit-constructor,runtime
include/tvm/ffi/expected.h:102
MethodExpected<T> CallExpected
include/tvm/ffi/function.h:661
MethodExternCFunctionObjImpl
include/tvm/ffi/function.h:218
MethodExternCFunctionObjNullHandleImpl
include/tvm/ffi/function.h:207
FunctionFFIConvertFromAnyViewToObjectRef
include/tvm/ffi/reflection/creator.h:105
FunctionFFIStructuralHash
src/ffi/extra/structural_hash.cc:375
MethodFastMathSafeIsInf
src/ffi/extra/json_writer.cc:78
MethodFastMathSafeIsNaN
src/ffi/extra/json_writer.cc:57
MethodFastMathSafeNaN
src/ffi/extra/json_parser.cc:328
MethodFastMathSafeNegInf
src/ffi/extra/json_parser.cc:315
MethodFastMathSafePosInf
src/ffi/extra/json_parser.cc:302
MethodFeed
tests/cpp/test_reflection.cc:643
MethodFeedChild
src/ffi/extra/dataclass.cc:349
MethodFeedChild
src/ffi/extra/dataclass.cc:979
MethodFeedChild
src/ffi/extra/dataclass.cc:1253
MethodFibHash
! * \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
MethodFieldGetter
! * \brief Constructor * \param field_info The field info. */
include/tvm/ffi/reflection/accessor.h:92
MethodFieldGetter
include/tvm/ffi/reflection/registry.h:389
MethodFieldSetter
! * \brief Constructor * \param field_info The field info. */
include/tvm/ffi/reflection/accessor.h:132
MethodFieldSetter
include/tvm/ffi/reflection/registry.h:396
MethodFill
include/tvm/ffi/function.h:305
MethodFinalizeFrame
src/ffi/extra/dataclass.cc:388
MethodFinalizeFrame
src/ffi/extra/dataclass.cc:1003
MethodFinalizeFrame
src/ffi/extra/dataclass.cc:1255
MethodFindAccessPaths
src/ffi/extra/visit_error_context.cc:310
MethodFindInProcessModules
addons/tvm_ffi_orcjit/src/ffi/llvm_patches/win_dll_import_generator.cc:61
MethodFindOrderIndependentHash
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
MethodFixupDeferredReferences
src/ffi/extra/dataclass.cc:457
MethodFixupDict
src/ffi/extra/dataclass.cc:487
MethodFixupList
src/ffi/extra/dataclass.cc:472
MethodFixupObject
src/ffi/extra/dataclass.cc:527
MethodForwardPyErrorToFFI
! * \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
MethodFreeData
tests/cpp/test_tensor.cc:28
MethodFreeData
tests/cpp/test_example.cc:128
MethodFreeData
tests/cpp/extra/test_c_env_api.cc:37
MethodFreeData
examples/quickstart/load/load_cpp.cc:53
MethodFreeData
examples/quickstart/load/load_cuda.cc:58
FunctionFreeFeed
tests/cpp/test_reflection.cc:657
MethodFromDLPack
! * \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
MethodFromDLPackVersioned
! * \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
MethodFromEnvAlloc
! * \brief Create a Tensor from the TVMFFIEnvTensorAlloc API * * This function can be used together with TVMFFIEnvSetDLPackManagedTensorAlloc
include/tvm/ffi/container/tensor.h:536
MethodFromExternC
! * \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
FunctionFromJSONGraphString
(_0: str, /)
python/tvm_ffi/_ffi_api.py:56
FunctionFromJSONGraphString
string version of the api
src/ffi/extra/serialization.cc:448
MethodFromNDAlloc
include/tvm/ffi/container/tensor.h:474
MethodFromNDAllocStrided
include/tvm/ffi/container/tensor.h:500
MethodFromPacked
include/tvm/ffi/function.h:341
MethodFromPackedInplace
include/tvm/ffi/function.h:369
MethodFromPackedInternal
include/tvm/ffi/function.h:712
MethodFromSteps
NOLINTNEXTLINE(performance-unnecessary-value-param)
include/tvm/ffi/reflection/access_path.h:333
MethodFromTyped
include/tvm/ffi/function.h:536
MethodFunction
! \brief Constructor from null */
include/tvm/ffi/function.h:323
FunctionFunctionFromExternC
(_0: c_void_p, _1: c_void_p, _2: c_void_p, /)
python/tvm_ffi/_ffi_api.py:57
FunctionFunctionListGlobalNamesFunctor
()
python/tvm_ffi/_ffi_api.py:58
MethodFunctionObj
! \brief Make default constructor protected. */
include/tvm/ffi/function.h:139
MethodFunctionObjImpl
include/tvm/ffi/function.h:172
FunctionFunctionRemoveGlobal
(_0: str, /)
python/tvm_ffi/_ffi_api.py:59
FunctionFunction_Construct
[Function.Construct.begin]
examples/abi_overview/example_code.c:212
FunctionFunction_RetrieveGlobal
[Function.GetGlobal.begin]
examples/abi_overview/example_code.c:236
FunctionFunction_SetGlobal
[Function.SetGlobal.begin]
examples/abi_overview/example_code.c:246
MethodGet
src/ffi/extra/module.cc:51
MethodGet
include/tvm/ffi/enum.h:130
MethodGet
! \return The value associated with the key, std::nullopt if not found */
include/tvm/ffi/container/map.h:245
MethodGet
! \return The value associated with the key, std::nullopt if not found */
include/tvm/ffi/container/dict.h:250
MethodGetAnyEqualTypeAttrColumn
! * \brief Get the type attribute column for any equal. * \return The type attribute column for any equal. */
include/tvm/ffi/any.h:778
MethodGetAnyHashTypeAttrColumn
! * \brief Get the type attribute column for any hash. * \return The type attribute column for any hash. */
include/tvm/ffi/any.h:647
MethodGetArrayObj
! \return The underlying ArrayObj */
include/tvm/ffi/container/tuple.h:230
MethodGetDictObj
! \brief Return data_ as type of pointer of DictObj */
include/tvm/ffi/container/dict.h:333
MethodGetEnumEntriesColumn
! * \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
FunctionGetErrorString
Helper to get error name/string based on API
include/tvm/ffi/extra/cuda/internal/unified_api.h:103
FunctionGetFieldGetter
! * \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
MethodGetFieldSkipMask
src/ffi/extra/dataclass.cc:295
MethodGetFieldSkipMask
src/ffi/extra/dataclass.cc:950
MethodGetFieldSkipMask
src/ffi/extra/dataclass.cc:1239
MethodGetFirstMismatch
src/ffi/extra/structural_equal.cc:461
FunctionGetFirstStructuralMismatch
(_0: Any, _1: Any, _2: bool, _3: bool, /)
python/tvm_ffi/_ffi_api.py:60
MethodGetFunc
include/tvm/ffi/extra/stl.h:608
MethodGetFunction
src/ffi/extra/library_module.cc:45
MethodGetFunction
addons/tvm_ffi_orcjit/src/ffi/orcjit_dylib.cc:169
FunctionGetFunctionDoc
! * \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
MethodGetFunctionDoc
src/ffi/extra/library_module.cc:73
MethodGetFunctionFromImports
src/ffi/extra/module_internal.h:69
FunctionGetFunctionMetadata
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
MethodGetFunctionMetadata
src/ffi/extra/library_module.cc:61
MethodGetGlobal
! * \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
FunctionGetGlobalFuncMetadata
(_0: str, /)
python/tvm_ffi/_ffi_api.py:61
← previousnext →1,301–1,400 of 5,333, ranked by callers