MCPcopy Create free account

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

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

FunctionTEST
tests/cpp/test_string.cc:27
FunctionTEST
tests/cpp/test_reflection.cc:85
FunctionTEST
tests/cpp/test_map.cc:31
FunctionTEST
tests/cpp/test_overload.cc:66
FunctionTEST
tests/cpp/test_any.cc:32
FunctionTEST
tests/cpp/test_optional.cc:32
FunctionTEST
tests/cpp/test_variant.cc:33
FunctionTEST
tests/cpp/test_metadata.cc:66
FunctionTEST
tests/cpp/test_list.cc:30
FunctionTEST
tests/cpp/test_base.cc:24
FunctionTEST
tests/cpp/test_function.cc:36
FunctionTEST
tests/cpp/test_array.cc:31
FunctionTEST
tests/cpp/test_error.cc:30
FunctionTEST
tests/cpp/test_tensor.cc:52
FunctionTEST
tests/cpp/test_init_once.cc:83
FunctionTEST
tests/cpp/test_example.cc:59
FunctionTEST
tests/cpp/test_dtype.cc:29
FunctionTEST
tests/cpp/test_tuple.cc:32
FunctionTEST
Test implicit construction from success value
tests/cpp/test_expected.cc:38
FunctionTEST
tests/cpp/test_object.cc:30
FunctionTEST
tests/cpp/test_shape.cc:27
FunctionTEST
tests/cpp/extra/test_json_writer.cc:30
FunctionTEST
tests/cpp/extra/test_structural_key.cc:31
FunctionTEST
tests/cpp/extra/test_structural_equal_hash.cc:39
FunctionTEST
tests/cpp/extra/test_c_env_api.cc:62
FunctionTEST
tests/cpp/extra/test_serialization.cc:39
FunctionTEST
tests/cpp/extra/test_access_path_repr.cc:25
FunctionTEST
tests/cpp/extra/test_json_parser.cc:62
FunctionTEST
tests/cpp/extra/test_visit_error_context.cc:109
FunctionTEST
tests/cpp/extra/test_dataclass.cc:43
MethodTFloat
tests/cpp/testing_object.h:127
MethodTFloatObj
tests/cpp/testing_object.h:116
MethodTFunc
tests/cpp/testing_object.h:309
MethodTFuncObj
need unsafe init constructor or default constructor for json serialization
tests/cpp/testing_object.h:291
MethodTInt
tests/cpp/testing_object.h:75
MethodTIntObj
tests/cpp/testing_object.h:63
MethodTPairRef
tests/cpp/extra/test_visit_error_context.cc:54
MethodTPrimExpr
tests/cpp/testing_object.h:177
MethodTPrimExprObj
tests/cpp/testing_object.h:157
MethodTVMFFIAnyPtrFromAny
include/tvm/ffi/any.h:589
FunctionTVMFFIBacktrace
src/ffi/backtrace_win.cc:39
FunctionTVMFFIBytesFromByteArray
src/ffi/object.cc:612
FunctionTVMFFIEnvModLookupFromImports
src/ffi/extra/module.cc:200
FunctionTVMFFIEnvModRegisterContextSymbol
src/ffi/extra/library_module.cc:223
FunctionTVMFFIEnvRegisterCAPI
! * \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
FunctionTVMFFIEnvTensorAllocSetError
src/ffi/extra/env_context.cc:125
FunctionTVMFFIErrorCreateWithCauseAndExtraContext
src/ffi/error.cc:116
FunctionTVMFFIErrorGetCellPtr
! * \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
FunctionTVMFFIInstallSignalHandler
src/ffi/backtrace.cc:167
MethodTVMFFIObjectPtrFromObjectRef
include/tvm/ffi/object.h:1192
FunctionTVMFFIOrcJITInitialize
addons/tvm_ffi_orcjit/src/ffi/orcjit_dylib.cc:237
FunctionTVMFFIPyArgSetterBool_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:285
FunctionTVMFFIPyArgSetterFloat_
--------------------------------------------------------------------------------------------- The following section contains predefined setters for co
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:264
FunctionTVMFFIPyArgSetterInt_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:272
FunctionTVMFFIPyArgSetterNone_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:293
MethodTVMFFIPyCallContext
! \brief RAII guard constructor to create a TVMFFIPyCallContext */
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:170
FunctionTVMFFIPyCallFieldSetter
! * \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
MethodTVMFFIPyCallManager
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:830
MethodTVMFFIPyCallStack
! \brief Constructor to initialize the call stack */
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:131
FunctionTVMFFIPyCallback
! * \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
FunctionTVMFFIPyCallbackArgSetterBool_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:391
FunctionTVMFFIPyCallbackArgSetterFloat_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:403
FunctionTVMFFIPyCallbackArgSetterInt_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:397
FunctionTVMFFIPyCallbackArgSetterNone_
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
FunctionTVMFFIPyCallbackArgSetterSmallBytes_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:416
FunctionTVMFFIPyCallbackArgSetterSmallStr_
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:409
MethodTVMFFIPyCallbackContext
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:327
FunctionTVMFFIPyConstructorCall
! * \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
FunctionTVMFFIPyConvertPyCallback
! * \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
FunctionTVMFFIPyFuncCall
! * \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
FunctionTVMFFIPyGetArgDispatchMapSize
! * \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
MethodTVMFFIPyMLIRPackedSafeCall
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:1057
FunctionTVMFFIPyMLIRPackedSafeCallCreate
! * \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
FunctionTVMFFIPyMLIRPackedSafeCallDeleter
! * \brief Delete the TVMFFIPyMLIRPackedSafeCall object * \param self The TVMFFIPyMLIRPackedSafeCall object */
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:1115
FunctionTVMFFIPyMLIRPackedSafeCallInvoke
! * \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
FunctionTVMFFIPyObjectDeleter
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:1123
FunctionTVMFFIPyPushExtraTempPyObject
! * \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
FunctionTVMFFIPyPushTempFFIObject
! * \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
FunctionTVMFFIPyPushTempPyObject
! * \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
FunctionTVMFFIPyPyObjectToFFIAny
! * \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
FunctionTVMFFIPySetArgumentGenericDispatcher
! * \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
MethodTVMFFIPyWithAttachedThreadState
python/tvm_ffi/cython/tvm_ffi_python_helpers.h:83
FunctionTVMFFISegFaultHandler
src/ffi/backtrace.cc:150
FunctionTVMFFIShapeGetCellPtr
! * \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
FunctionTVMFFIStringFromByteArray
string APIs, we blend into object.cc to keep things simple
src/ffi/object.cc:603
FunctionTVMFFITensorFromDLPack
src/ffi/tensor.cc:79
FunctionTVMFFITensorToDLPack
src/ffi/tensor.cc:97
FunctionTVMFFITypeGetOrAllocIndex
src/ffi/object.cc:585
FunctionTVM_FFI_STATIC_INIT_BLOCK
src/ffi/tensor.cc:31
FunctionTVM_FFI_STATIC_INIT_BLOCK
src/ffi/object.cc:621
FunctionTVM_FFI_STATIC_INIT_BLOCK
src/ffi/function.cc:206
FunctionTVM_FFI_STATIC_INIT_BLOCK
src/ffi/container.cc:102
FunctionTVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/serialization.cc:454
FunctionTVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/library_module_dynamic_lib.cc:111
FunctionTVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/module.cc:164
FunctionTVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/json_parser.cc:732
FunctionTVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/reflection_extra.cc:211
FunctionTVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/json_writer.cc:277
FunctionTVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/structural_hash.cc:383
FunctionTVM_FFI_STATIC_INIT_BLOCK
src/ffi/extra/library_module_system_lib.cc:128
← previousnext →1,801–1,900 of 5,333, ranked by callers