heterocl.tvm.container module¶
Container data structures used in TVM DSL.
-
class
Array
(handle)[source]¶ Bases:
heterocl.tvm._ffi.node.NodeBase
Array container of TVM.
You do not need to create Array explicitly. Normally python list and tuple will be converted automatically to Array during tvm function call. You may get Array in return values of TVM function call.
-
class
LoweredFunc
(handle)[source]¶ Bases:
heterocl.tvm._ffi.node.NodeBase
Represent a LoweredFunc in TVM.
-
DeviceFunc
= 2¶
-
HostFunc
= 1¶
-
MixedFunc
= 0¶
-