StructInfo of shape value.
More...
#include <struct_info.h>
|
Optional< 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_DECLARE_FINAL_OBJECT_INFO()
◆ _type_key
constexpr const char* tvm::relax::ShapeStructInfoNode::_type_key = "relax.ShapeStructInfo" |
|
staticconstexpr |
◆ ndim
int tvm::relax::ShapeStructInfoNode::ndim |
The number of dimension of the shape, can be unknown.
- See also
- kUnknownNDim
◆ values
Optional<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: