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
TEST
tests/cpp/test_string.cc:27
Function
TEST
tests/cpp/test_reflection.cc:85
Function
TEST
tests/cpp/test_map.cc:31
Function
TEST
tests/cpp/test_overload.cc:66
Function
TEST
tests/cpp/test_any.cc:32
Function
TEST
tests/cpp/test_optional.cc:32
Function
TEST
tests/cpp/test_variant.cc:33
Function
TEST
tests/cpp/test_metadata.cc:66
Function
TEST
tests/cpp/test_list.cc:30
Function
TEST
tests/cpp/test_base.cc:24
Function
TEST
tests/cpp/test_function.cc:36
Function
TEST
tests/cpp/test_array.cc:31
Function
TEST
tests/cpp/test_error.cc:30
Function
TEST
tests/cpp/test_tensor.cc:52
Function
TEST
tests/cpp/test_init_once.cc:83
Function
TEST
tests/cpp/test_example.cc:59
Function
TEST
tests/cpp/test_dtype.cc:29
Function
TEST
tests/cpp/test_tuple.cc:32
Function
TEST
Test implicit construction from success value
tests/cpp/test_expected.cc:38
Function
TEST
tests/cpp/test_object.cc:30
Function
TEST
tests/cpp/test_shape.cc:27
Function
TEST
tests/cpp/extra/test_json_writer.cc:30
Function
TEST
tests/cpp/extra/test_structural_key.cc:31
Function
TEST
tests/cpp/extra/test_structural_equal_hash.cc:39
Function
TEST
tests/cpp/extra/test_c_env_api.cc:62
Function
TEST
tests/cpp/extra/test_serialization.cc:39
Function
TEST
tests/cpp/extra/test_access_path_repr.cc:25
Function
TEST
tests/cpp/extra/test_json_parser.cc:62
Function
TEST
tests/cpp/extra/test_visit_error_context.cc:109
Function
TEST
tests/cpp/extra/test_dataclass.cc:43
Method
TFloat
tests/cpp/testing_object.h:127
Method
TFloatObj
tests/cpp/testing_object.h:116
Method
TFunc
tests/cpp/testing_object.h:309
Method
TFuncObj
need unsafe init constructor or default constructor for json serialization
tests/cpp/testing_object.h:291
Method
TInt
tests/cpp/testing_object.h:75
Method
TIntObj
tests/cpp/testing_object.h:63
Method
TPairRef
tests/cpp/extra/test_visit_error_context.cc:54
Method
TPrimExpr
tests/cpp/testing_object.h:177
Method
TPrimExprObj
tests/cpp/testing_object.h:157
Method
TVMFFIAnyPtrFromAny
include/tvm/ffi/any.h:589
Function
TVMFFIBacktrace
src/ffi/backtrace_win.cc:39
Function
TVMFFIBytesFromByteArray
src/ffi/object.cc:612
Function
TVMFFIEnvModLookupFromImports
src/ffi/extra/module.cc:200
Function
TVMFFIEnvModRegisterContextSymbol
src/ffi/extra/library_module.cc:223
Function
TVMFFIEnvRegisterCAPI
! * \brief Register a symbol into the from the surrounding env. * \param name The name of the symbol. * \param symbol The symbol to register. * \r
src/ffi/extra/env_c_api.cc:143
Function
TVMFFIEnvTensorAllocSetError
src/ffi/extra/env_context.cc:125
Function
TVMFFIErrorCreateWithCauseAndExtraContext
src/ffi/error.cc:116
Function
TVMFFIErrorGetCellPtr
! * \brief Get the data pointer of a ErrorInfo from an Error object. * \param obj The object handle. * \return The cell pointer. */
include/tvm/ffi/c_api.h:1465
Function
TVMFFIInstallSignalHandler
src/ffi/backtrace.cc:167
Method
TVMFFIObjectPtrFromObjectRef
include/tvm/ffi/object.h:1192
Function
TVMFFIOrcJITInitialize
addons/tvm_ffi_orcjit/src/ffi/orcjit_dylib.cc:237
Function
TVMFFIPyArgSetterBool_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:285
Function
TVMFFIPyArgSetterFloat_
--------------------------------------------------------------------------------------------- The following section contains predefined setters for co
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:264
Function
TVMFFIPyArgSetterInt_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:272
Function
TVMFFIPyArgSetterNone_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:293
Method
TVMFFIPyCallContext
! \brief RAII guard constructor to create a TVMFFIPyCallContext */
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:170
Function
TVMFFIPyCallFieldSetter
! * \brief Set a field of a FFI object * \param field_setter The field setter (function pointer or FunctionObj handle) * \param field_flags The fie
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:899
Method
TVMFFIPyCallManager
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:830
Method
TVMFFIPyCallStack
! \brief Constructor to initialize the call stack */
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:131
Function
TVMFFIPyCallback
! * \brief C-callable Python callback entry point (TVMFFISafeCallType shape). * * Forwards to TVMFFIPyCallManager::ThreadLocal()->PyCallback. Desig
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:953
Function
TVMFFIPyCallbackArgSetterBool_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:391
Function
TVMFFIPyCallbackArgSetterFloat_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:403
Function
TVMFFIPyCallbackArgSetterInt_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:397
Function
TVMFFIPyCallbackArgSetterNone_
common callback arg setters that can be quikcly implemented in C++ and used by cython factory note that PyErr is propagated back so we just need to re
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:384
Function
TVMFFIPyCallbackArgSetterSmallBytes_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:416
Function
TVMFFIPyCallbackArgSetterSmallStr_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:409
Method
TVMFFIPyCallbackContext
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:327
Function
TVMFFIPyConstructorCall
! * \brief Call a constructor function with a variable number of arguments * * This function is similar to TVMFFIPyFuncCall, but it will not set th
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:883
Function
TVMFFIPyConvertPyCallback
! * \brief Create an FFI function handle from a Python callable + optional DLPack exchange API. * * Allocates a TVMFFIPyCallbackClosure on the heap
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:973
Function
TVMFFIPyFuncCall
! * \brief Call a function with a variable number of arguments * \param func_handle The handle of the function to call * \param py_arg_tuple The ar
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:857
Function
TVMFFIPyGetArgDispatchMapSize
! * \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:933
Method
TVMFFIPyMLIRPackedSafeCall
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:1057
Function
TVMFFIPyMLIRPackedSafeCallCreate
! * \brief Create a TVMFFIPyMLIRPackedSafeCall handle * \param mlir_packed_safe_call The MLIR packed safe call function * \param keep_alive_object
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:1093
Function
TVMFFIPyMLIRPackedSafeCallDeleter
! * \brief Delete the TVMFFIPyMLIRPackedSafeCall object * \param self The TVMFFIPyMLIRPackedSafeCall object */
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:1115
Function
TVMFFIPyMLIRPackedSafeCallInvoke
! * \brief Call the MLIR packed safe call function * \param self The TVMFFIPyMLIRPackedSafeCall object * \param args The arguments * \param num_ar
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:1106
Function
TVMFFIPyObjectDeleter
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:1123
Function
TVMFFIPyPushExtraTempPyObject
! * \brief Push Extra temporary Python object to the call context that may go beyond one temp per * argument budget, mainly used by value pro
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:1029
Function
TVMFFIPyPushTempFFIObject
! * \brief Push a temporary FFI object to the call context that will be recycled after the call * \param ctx The call context * \param arg The FFI
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:1004
Function
TVMFFIPyPushTempPyObject
! * \brief Push a temporary Python object to the call context that will be recycled after the call * \param ctx The call context * \param arg The P
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:1016
Function
TVMFFIPyPyObjectToFFIAny
! * \brief Convert a Python object to a FFI Any * \param py_arg The python argument to be set * \param out The output argument * \param c_api_ret_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:925
Function
TVMFFIPySetArgumentGenericDispatcher
! * \brief Set an python argument to a FFI Any using the generic dispatcher in call manager * \param ctx The call context * \param py_arg_tvm_ffi_v
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:912
Method
TVMFFIPyWithAttachedThreadState
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:83
Function
TVMFFISegFaultHandler
src/ffi/backtrace.cc:150
Function
TVMFFIShapeGetCellPtr
! * \brief Get the data pointer of a shape array from a shape object. * \param obj The object handle. * \return The cell pointer. */
include/tvm/ffi/c_api.h:1493
Function
TVMFFIStringFromByteArray
string APIs, we blend into object.cc to keep things simple
src/ffi/object.cc:603
Function
TVMFFITensorFromDLPack
src/ffi/tensor.cc:79
Function
TVMFFITensorToDLPack
src/ffi/tensor.cc:97
Function
TVMFFITypeGetOrAllocIndex
src/ffi/object.cc:585
Function
TVM_FFI_STATIC_INIT_BLOCK
src/ffi/tensor.cc:31
Function
TVM_FFI_STATIC_INIT_BLOCK
src/ffi/object.cc:621
Function
TVM_FFI_STATIC_INIT_BLOCK
src/ffi/function.cc:206
Function
TVM_FFI_STATIC_INIT_BLOCK
src/ffi/container.cc:102
Function
TVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/serialization.cc:454
Function
TVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/library_module_dynamic_lib.cc:111
Function
TVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/module.cc:164
Function
TVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/json_parser.cc:732
Function
TVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/reflection_extra.cc:211
Function
TVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/json_writer.cc:277
Function
TVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/structural_hash.cc:383
Function
TVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/library_module_system_lib.cc:128
← previous
next →
1,801–1,900 of 5,333, ranked by callers