Managed reference to BufferLoadNode.
More...
#include <expr.h>
|
| | BufferLoad (Buffer buffer, ffi::Array< PrimExpr > indices, ffi::Optional< PrimExpr > predicate=std::nullopt, Span span=Span()) |
| |
| | TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (BufferLoad, PrimExpr, BufferLoadNode) |
| |
| | TVM_DEFINE_OBJECT_REF_COW_METHOD (BufferLoadNode) |
| |
| | PrimExpr (Call call) |
| | Construct from a call after checking that its result type is PrimType. More...
|
| |
| | PrimExpr (int32_t value) |
| | construct from integer. More...
|
| |
| | PrimExpr (float value) |
| | construct from float. More...
|
| |
| | TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (PrimExpr, TypedExpr< PrimType >, ExprNode) |
| |
| PrimType | ty () const |
| |
| | TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (TypedExpr, Expr, ExprNode) |
| |
| bool | operator== (const Expr &other) const =delete |
| |
| bool | operator!= (const Expr &other) const =delete |
| |
| bool | operator< (const Expr &other) const =delete |
| |
| | TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE (Expr, ffi::ObjectRef, ExprNode) |
| |
Managed reference to BufferLoadNode.
- See also
- BufferLoadNode
◆ BufferLoad()
| tvm::tirx::BufferLoad::BufferLoad |
( |
Buffer |
buffer, |
|
|
ffi::Array< PrimExpr > |
indices, |
|
|
ffi::Optional< PrimExpr > |
predicate = std::nullopt, |
|
|
Span |
span = Span() |
|
) |
| |
|
explicit |
◆ TVM_DEFINE_OBJECT_REF_COW_METHOD()
| tvm::tirx::BufferLoad::TVM_DEFINE_OBJECT_REF_COW_METHOD |
( |
BufferLoadNode |
| ) |
|
◆ TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE()
◆ _type_container_is_exact
| constexpr bool tvm::tirx::BufferLoad::_type_container_is_exact = true |
|
staticconstexpr |
The documentation for this class was generated from the following file: