StructInfo of shape value.
More...
#include <struct_info.h>
|
ffi::Optional< ffi::Array< PrimExpr > > | values |
| optionally stores the symbolic value patterns of the shape More...
|
|
int | ndim |
| The number of dimension of the shape, can be unknown. More...
|
|
Span | span |
| Span that points to the original source code. Reserved debug information. More...
|
|
StructInfo of shape value.
◆ IsUnknownNdim()
bool tvm::relax::ShapeStructInfoNode::IsUnknownNdim |
( |
| ) |
const |
|
inline |
- Returns
- Whether the struct info contains unknown ndim.
◆ RegisterReflection()
static void tvm::relax::ShapeStructInfoNode::RegisterReflection |
( |
| ) |
|
|
inlinestatic |
◆ TVM_FFI_DECLARE_OBJECT_INFO_FINAL()
◆ ndim
int tvm::relax::ShapeStructInfoNode::ndim |
The number of dimension of the shape, can be unknown.
- See also
- kUnknownNDim
◆ values
ffi::Optional<ffi::Array<PrimExpr> > tvm::relax::ShapeStructInfoNode::values |
optionally stores the symbolic value patterns of the shape
The documentation for this class was generated from the following file: