MCPcopy Create free account

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

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

FunctionBacktraceCreateErrorCallback
src/ffi/backtrace.cc:48
FunctionBacktraceErrorCallback
src/ffi/backtrace.cc:71
FunctionBacktraceFullCallback
src/ffi/backtrace.cc:87
FunctionBacktraceSyminfoCallback
src/ffi/backtrace.cc:75
MethodBlockDeleter
! * \brief Deleter for the Block * \param data The pointer to the Block */
include/tvm/ffi/container/map_base.h:371
MethodBufferInStream
! * \brief constructor * \param p_buffer the head pointer of the memory region. * \param buffer_size the size of the memorybuffer */
src/ffi/extra/buffer_stream.h:48
FunctionBytes
(_0: bytes, /)
python/tvm_ffi/_ffi_api.py:43
MethodBytesBaseCell
include/tvm/ffi/string.h:110
MethodBytesObjStdImpl
include/tvm/ffi/string.h:95
MethodCUDADeviceGuard
include/tvm/ffi/extra/cuda/device_guard.h:45
MethodCalcCapacityImpl
include/tvm/ffi/container/array.h:547
MethodCalcNumBlocks
! \brief Construct the number of blocks in the hash table */
include/tvm/ffi/container/map_base.h:910
MethodCalcTableSize
! * \brief Calculate the power-of-2 table size given the lower-bound of required capacity. * \param cap The lower-bound of the required capacity
include/tvm/ffi/container/map_base.h:917
MethodCallAux
include/tvm/ffi/reflection/overload.h:166
MethodCallCustomAnyEqual
! * \brief Call the custom any equal function registered in type attribute column. * \param custom_any_equal The custom any equal function objec
include/tvm/ffi/any.h:792
MethodCallCustomAnyHash
! * \brief Call the custom any hash function registered in type attribute column. * \param custom_any_hash The custom any hash function object o
include/tvm/ffi/any.h:660
FunctionCallFunction
[Function.Call.begin]
examples/abi_overview/example_code.c:223
FunctionCallLLVM
! \brief Check an llvm::Error and throw on failure. */
addons/tvm_ffi_orcjit/src/ffi/orcjit_utils.h:43
MethodCallPacked
! * \brief Call the function in packed format. * \param args The arguments * \param num_args The number of arguments * \param result The r
include/tvm/ffi/function.h:125
MethodCheckAnyFast
include/tvm/ffi/extra/stl.h:209
MethodCheckAnyFast
include/tvm/ffi/extra/stl.h:256
MethodCheckAnyFast
include/tvm/ffi/extra/stl.h:468
MethodCheckAnyFast
include/tvm/ffi/extra/stl.h:532
MethodCheckAnyFast
include/tvm/ffi/extra/stl.h:568
MethodCheckAnyStrict
include/tvm/ffi/expected.h:214
MethodCheckAnyStrict
include/tvm/ffi/string.h:1017
MethodCheckAnyStrict
include/tvm/ffi/string.h:1064
MethodCheckAnyStrict
include/tvm/ffi/dtype.h:162
MethodCheckAnyStrict
include/tvm/ffi/type_traits.h:154
MethodCheckAnyStrict
include/tvm/ffi/type_traits.h:356
MethodCheckAnyStrict
include/tvm/ffi/type_traits.h:398
MethodCheckAnyStrict
include/tvm/ffi/type_traits.h:443
MethodCheckAnyStrict
include/tvm/ffi/type_traits.h:491
MethodCheckAnyStrict
include/tvm/ffi/type_traits.h:532
MethodCheckAnyStrict
include/tvm/ffi/type_traits.h:598
MethodCheckAnyStrict
include/tvm/ffi/type_traits.h:754
MethodCheckAnyStrict
include/tvm/ffi/type_traits.h:801
MethodCheckAnyStrict
include/tvm/ffi/function.h:909
MethodCheckAnyStrict
include/tvm/ffi/any.h:563
MethodCheckAnyStrict
include/tvm/ffi/container/variant.h:251
MethodCheckAnyStrict
include/tvm/ffi/container/map_base.h:1592
MethodCheckAnyStrict
include/tvm/ffi/container/tensor.h:901
MethodCheckAnyStrict
include/tvm/ffi/container/tuple.h:271
MethodCheckAnyStrict
include/tvm/ffi/container/seq_base.h:282
MethodCheckAnyStrict
include/tvm/ffi/extra/stl.h:314
MethodCheckAnyStrict
include/tvm/ffi/extra/stl.h:423
MethodCheckAnyStrict
include/tvm/ffi/extra/stl.h:490
MethodCheckAnyStrictHelper
include/tvm/ffi/container/tuple.h:280
MethodCleanupAllFrames
src/ffi/extra/dataclass.cc:1544
MethodClearImports
src/ffi/extra/module.cc:122
MethodCompareArray
NOLINTNEXTLINE(performance-unnecessary-value-param)
src/ffi/extra/structural_equal.cc:333
MethodCompareBytes
src/ffi/extra/dataclass.cc:1665
MethodCompareFields
Compare an object's fields (generic walk or via the custom __ffi_s_equal__ callback). Does not touch the FreeVar def-region clamp — the caller (Compar
src/ffi/extra/structural_equal.cc:208
MethodCompareList
NOLINTNEXTLINE(performance-unnecessary-value-param)
src/ffi/extra/structural_equal.cc:338
MethodCompareMap
src/ffi/extra/structural_equal.cc:288
MethodCompareObject
src/ffi/extra/structural_equal.cc:136
MethodComparePOD
src/ffi/extra/dataclass.cc:1593
MethodCompareSequence
NOLINTNEXTLINE(performance-unnecessary-value-param)
src/ffi/extra/structural_equal.cc:344
MethodCompareShape
NOLINTNEXTLINE(performance-unnecessary-value-param)
src/ffi/extra/structural_equal.cc:377
MethodCompareShape
src/ffi/extra/dataclass.cc:1684
MethodCompareString
src/ffi/extra/dataclass.cc:1652
MethodCompareTensor
NOLINTNEXTLINE(performance-unnecessary-value-param)
src/ffi/extra/structural_equal.cc:390
MethodConcat
! * \brief Concatenate two char sequences * * \param lhs Pointers to the lhs char array * \param lhs_size The size of the lhs char array
include/tvm/ffi/string.h:797
MethodConstructFromAny
include/tvm/ffi/extra/stl.h:94
FunctionConstructLaunchConfig
! * \brief Construct a launch configuration with optional cluster dimensions. * * \param kernel The kernel handle. * \param stream The CUDA stream
include/tvm/ffi/extra/cuda/internal/unified_api.h:223
MethodConstructMap
include/tvm/ffi/extra/stl.h:189
MethodConstructTupleAux
include/tvm/ffi/extra/stl.h:475
FunctionContainerFindFirstNonCPUDevice
(_0: Any, /)
python/tvm_ffi/_ffi_api.py:44
FunctionContainerTypeStr
include/tvm/ffi/container/container_details.h:202
MethodConvertFallbackValue
include/tvm/ffi/container/shape.h:335
MethodCopyFrom
! * \brief Constructs a container and copy from another * \param cap The capacity of the container * \param from Source of the copy * \ret
include/tvm/ffi/container/array.h:54
MethodCopyFrom
include/tvm/ffi/container/map_base.h:782
MethodCopyFrom
include/tvm/ffi/container/map_base.h:1349
MethodCopyFrom
include/tvm/ffi/container/map_base.h:1500
MethodCopyFromAnyView
include/tvm/ffi/string.h:241
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/expected.h:218
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/string.h:1022
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/string.h:1069
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/dtype.h:166
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/type_traits.h:361
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/type_traits.h:403
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/type_traits.h:448
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/type_traits.h:495
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/type_traits.h:536
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/type_traits.h:606
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/type_traits.h:759
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/type_traits.h:806
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/function.h:913
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/any.h:568
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/container/variant.h:255
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/container/tensor.h:905
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/extra/stl.h:319
MethodCopyFromAnyViewAfterCheck
include/tvm/ffi/extra/stl.h:427
MethodCopyOnWrite
! * \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/array.h:661
MethodCopyToAnyView
include/tvm/ffi/expected.h:198
MethodCopyToAnyView
include/tvm/ffi/string.h:1009
MethodCopyToAnyView
include/tvm/ffi/string.h:1056
MethodCopyToAnyView
include/tvm/ffi/string.h:1099
MethodCopyToAnyView
include/tvm/ffi/string.h:1115
MethodCopyToAnyView
include/tvm/ffi/string.h:1144
← previousnext →1,101–1,200 of 5,333, ranked by callers