MCPcopy Create free account

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

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

↓ 1 callersMethodAttrMissing
include/tvm/ffi/reflection/access_path.h:391
↓ 1 callersFunctionBacktraceCreate
src/ffi/backtrace.cc:52
↓ 1 callersFunctionBase64Decode
! * \brief Decode a base64 string into a byte array * \param bytes The bytes to be decoded * \return The decoded byte array */
include/tvm/ffi/extra/base64.h:86
↓ 1 callersFunctionBase64Encode
! * \brief Encode a byte array into a base64 string * \param bytes The byte array to encode * \return The base64 encoded string */
include/tvm/ffi/extra/base64.h:38
↓ 1 callersFunctionBindFieldArgs
! * \brief Bind packed arguments to fields on an existing object. * * Handles both positional-only and KWARGS calling conventions, sets fields * v
src/ffi/extra/dataclass.cc:1923
↓ 1 callersFunctionBuildAutoInitInfo
! * \brief Build AutoInitInfo by analysing reflected fields for a type. */
src/ffi/extra/dataclass.cc:1890
↓ 1 callersMethodClearFreeSlabs
addons/tvm_ffi_orcjit/src/ffi/orcjit_session.cc:291
↓ 1 callersMethodConstructorCall
* \brief Call a constructor with a variable number of arguments * * This function is similar to FuncCall, but it will not set the * stream an
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:565
↓ 1 callersMethodCopyIfNotUnique
! \brief Copy on write */
include/tvm/ffi/container/tuple.h:215
↓ 1 callersMethodCopyOnWrite
! * \brief copy on write semantics * Do nothing if current handle is the unique copy of the array. * Otherwise make a new copy of the array
include/tvm/ffi/container/map.h:267
↓ 1 callersMethodCreateDynamicLibrary
addons/tvm_ffi_orcjit/src/ffi/orcjit_session.cc:206
↓ 1 callersFunctionCreateNewOverload
include/tvm/ffi/reflection/overload.h:201
↓ 1 callersFunctionDLDataTypeCodeAsCStr
* \brief Convert a DLDataTypeCode to a string. * \param os The output stream. * \param type_code The DLDataTypeCode to convert. */
include/tvm/ffi/dtype.h:52
↓ 1 callersFunctionDLDataTypeToString_
! * \brief Printer function for DLDataType. * \param os The output stream. * \param dtype The DLDataType to print. * \return The output stream
src/ffi/dtype.cc:162
↓ 1 callersMethodDeRefItr
! * \brief De-reference the pointer * \param index The pointer to be dereferenced * \return The result */
include/tvm/ffi/container/map_base.h:899
↓ 1 callersMethodDecItr
! * \brief Decrement the pointer * \param index The pointer to be decremented * \return The decreased pointer */
include/tvm/ffi/container/map_base.h:885
↓ 1 callersMethodDecWeakRef
! \brief decrease weak reference count */
include/tvm/ffi/object.h:444
↓ 1 callersFunctionDeviceTypeName
! * \brief Convert a DLDeviceType to a short name string. */
src/ffi/extra/dataclass.cc:549
↓ 1 callersFunctionDrainCxaAtexit
addons/tvm_ffi_orcjit/src/ffi/llvm_patches/macho_cxa_atexit_shim.cc:78
↓ 1 callersFunctionEmpty
tests/cpp/extra/test_c_env_api.cc:40
↓ 1 callersMethodEnvCheckSignals
src/ffi/extra/env_c_api.cc:90
↓ 1 callersFunctionEnvErrorAlreadySet
! * \brief Error object for EnvErrorAlreadySet * * This error can be thrown by EnvCheckSignals to indicate * that there is an error set in the f
include/tvm/ffi/error.h:316
↓ 1 callersFunctionExampleAny
tests/cpp/test_example.cc:32
↓ 1 callersFunctionExampleArray
tests/cpp/test_example.cc:166
↓ 1 callersFunctionExampleErrorHandling
tests/cpp/test_example.cc:107
↓ 1 callersFunctionExampleFunctionFromPacked
tests/cpp/test_example.cc:61
↓ 1 callersFunctionExampleFunctionFromTyped
tests/cpp/test_example.cc:74
↓ 1 callersFunctionExampleFunctionPassFunction
tests/cpp/test_example.cc:82
↓ 1 callersFunctionExampleMap
tests/cpp/test_example.cc:198
↓ 1 callersFunctionExampleObjectPtr
tests/cpp/test_example.cc:261
↓ 1 callersFunctionExampleObjectRef
tests/cpp/test_example.cc:268
↓ 1 callersFunctionExampleObjectRefAny
tests/cpp/test_example.cc:275
↓ 1 callersFunctionExampleOptional
tests/cpp/test_example.cc:210
↓ 1 callersFunctionExampleString
tests/cpp/test_example.cc:156
↓ 1 callersFunctionExampleTensor
tests/cpp/test_example.cc:131
↓ 1 callersFunctionExampleTensorDLPack
tests/cpp/test_example.cc:139
↓ 1 callersFunctionExampleTuple
tests/cpp/test_example.cc:184
↓ 1 callersFunctionExampleVariant
tests/cpp/test_example.cc:223
↓ 1 callersFunctionExamplegGlobalFunctionRegistry
tests/cpp/test_example.cc:94
↓ 1 callersFunctionFinalize
examples/stable_c_abi/src/load.c:81
↓ 1 callersMethodFinalizeFrame
src/ffi/extra/dataclass.cc:677
↓ 1 callersMethodFind
src/ffi/extra/visit_error_context.cc:76
↓ 1 callersFunctionFindFirstNonCPUDevice
! * \brief Recursively scan an Any element for the first non-CPU tensor device. * \param elem The element to inspect. * \param out Output device; w
src/ffi/container.cc:42
↓ 1 callersMethodFreeData
src/ffi/tensor.cc:62
↓ 1 callersFunctionFromJSONGraph
src/ffi/extra/serialization.cc:445
↓ 1 callersMethodFuncCall
! * \brief Call a function with a variable number of arguments * \param func_handle The handle of the function to call * \param py_arg_tuple
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:476
↓ 1 callersFunctionFuncThrowError
tests/cpp/test_example.cc:102
↓ 1 callersMethodGetArgDispatchMapSize
! * \brief Get the size of the arg dispatch map * \return The size of the arg dispatch map */
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:679
↓ 1 callersMethodGetArrayObj
! \return The underlying ArrayObj */
include/tvm/ffi/container/array.h:588
↓ 1 callersFunctionGetBacktraceLimit
src/ffi/backtrace_utils.h:42
↓ 1 callersMethodGetCallable
include/tvm/ffi/function.h:180
↓ 1 callersMethodGetCurrentPos
! * \brief Get the current position. * \return The current position. */
src/ffi/extra/json_parser.cc:71
↓ 1 callersFunctionGetDeviceAttribute
include/tvm/ffi/extra/cuda/internal/unified_api.h:274
↓ 1 callersFunctionGetDeviceCount
Additional wrappers for device operations used in CubinLauncher
include/tvm/ffi/extra/cuda/internal/unified_api.h:266
↓ 1 callersFunctionGetDeviceHandle
include/tvm/ffi/extra/cuda/internal/unified_api.h:143
↓ 1 callersMethodGetFieldSkipMask
src/ffi/extra/dataclass.cc:652
↓ 1 callersMethodGetFunctionDoc
src/ffi/extra/module.cc:89
↓ 1 callersMethodGetFunctionMetadata
src/ffi/extra/module.cc:75
↓ 1 callersFunctionGetKernelSharedMem
include/tvm/ffi/extra/cuda/internal/unified_api.h:167
↓ 1 callersFunctionGetKwargsObject
src/ffi/object.cc:506
↓ 1 callersMethodGetOrCreateModule
src/ffi/extra/library_module_system_lib.cc:102
↓ 1 callersMethodGetOrCreateNodeIndex
src/ffi/extra/serialization.cc:60
↓ 1 callersMethodGetOrDecodeNode
src/ffi/extra/serialization.cc:272
↓ 1 callersFunctionGetRegisteredTypeKeys
()
python/tvm_ffi/_ffi_api.py:64
↓ 1 callersMethodGetRegisteredTypeKeys
src/ffi/object.cc:207
↓ 1 callersMethodGetStream
src/ffi/extra/env_context.cc:50
↓ 1 callersMethodGetSymbolWithSymbolPrefix
! * \brief Get the symbol address for a given name with the tvm ffi symbol prefix. * \param name The name of the symbol. * \return The symbol
src/ffi/extra/module_internal.h:58
↓ 1 callersMethodGetTryCallPtr
include/tvm/ffi/reflection/overload.h:129
↓ 1 callersMethodGetTypeAttrColumn
src/ffi/object.cc:332
↓ 1 callersMethodGetTypeEntry
src/ffi/object.cc:198
↓ 1 callersMethodHandleOverloadFailure
include/tvm/ffi/reflection/overload.h:244
↓ 1 callersMethodHashAny
src/ffi/extra/structural_hash.cc:49
↓ 1 callersMethodHashAny
src/ffi/extra/dataclass.cc:941
↓ 1 callersMethodImplementsFunction
src/ffi/extra/module.cc:124
↓ 1 callersMethodIncItr
! * \brief Increment the pointer * \param index The pointer to be incremented * \return The increased pointer */
include/tvm/ffi/container/map_base.h:872
↓ 1 callersMethodIncWeakRef
! \brief increase weak reference count */
include/tvm/ffi/object.h:367
↓ 1 callersMethodIndexFromHash
! \brief Construct from hash code */
include/tvm/ffi/container/map_base.h:901
↓ 1 callersMethodInitContextSymbols
src/ffi/extra/library_module.cc:168
↓ 1 callersMethodInitRange
include/tvm/ffi/container/array.h:139
↓ 1 callersMethodInitSpaceForSize
include/tvm/ffi/string.h:385
↓ 1 callersFunctionInitialize
[aux.begin]
examples/stable_c_abi/src/load.c:72
↓ 1 callersFunctionInplaceConvertAnyViewToAny
! * \brief Helper function to inplace convert any view to any. * \param data The pointer that represents the format as any view. * \param extra_any
include/tvm/ffi/any.h:200
↓ 1 callersMethodInplaceSwitchTo
include/tvm/ffi/container/map_base.h:1486
↓ 1 callersFunctionInstallCxaAtexitShim
addons/tvm_ffi_orcjit/src/ffi/llvm_patches/macho_cxa_atexit_shim.cc:70
↓ 1 callersMethodIterListPushBack
! * \brief Insert the entry into tail of iterator list * \param node The node to be inserted * \note this function does not change data conte
include/tvm/ffi/container/map_base.h:473
↓ 1 callersFunctionLaunchKernel
include/tvm/ffi/extra/cuda/internal/unified_api.h:155
↓ 1 callersFunctionLaunchKernelEx
! * \brief Launch a kernel using the extended launch API with launch attributes. * * This enables features like cluster dimensions (SM90+) that req
include/tvm/ffi/extra/cuda/internal/unified_api.h:202
↓ 1 callersFunctionList
(*args: Any)
python/tvm_ffi/_ffi_api.py:65
↓ 1 callersMethodListNames
src/ffi/function.cc:121
↓ 1 callersFunctionLoadModuleFromBytes
src/ffi/extra/library_module.cc:89
↓ 1 callersFunctionMakeInit
src/ffi/extra/dataclass.cc:2014
↓ 1 callersMethodMapLhsToRhs
src/ffi/extra/structural_equal.cc:410
↓ 1 callersMethodMapRhsToLhs
src/ffi/extra/structural_equal.cc:422
↓ 1 callersMethodMoveFromRaised
src/ffi/error.cc:63
↓ 1 callersMethodMoveToAny
include/tvm/ffi/container/variant.h:56
↓ 1 callersMethodMutableEnd
include/tvm/ffi/container/seq_base.h:233
↓ 1 callersMethodNextNumber
! * \brief Parse the next number. * \param out The output number. * \return Whether the next number parsing is successful. */
src/ffi/extra/json_parser.cc:151
↓ 1 callersMethodNextStringWithFullHandling
Full string parsing with escape and unicode handling
src/ffi/extra/json_parser.cc:342
↓ 1 callersMethodNumChildren
src/ffi/extra/dataclass.cc:125
↓ 1 callersMethodOnEnter
src/ffi/extra/dataclass.cc:654
← previousnext →601–700 of 5,333, ranked by callers