MLIR  19.0.0git
Public Attributes | List of all members
mlir::vector::ScalableValueBoundsConstraintSet::ConstantOrScalableBound::BoundSize Struct Reference

#include "mlir/Dialect/Vector/IR/ScalableValueBoundsConstraintSet.h"

Public Attributes

int64_t baseSize {0}
 
bool scalable {false}
 

Detailed Description

Definition at line 49 of file ScalableValueBoundsConstraintSet.h.

Member Data Documentation

◆ baseSize

int64_t mlir::vector::ScalableValueBoundsConstraintSet::ConstantOrScalableBound::BoundSize::baseSize {0}

Definition at line 50 of file ScalableValueBoundsConstraintSet.h.

◆ scalable

bool mlir::vector::ScalableValueBoundsConstraintSet::ConstantOrScalableBound::BoundSize::scalable {false}

Definition at line 51 of file ScalableValueBoundsConstraintSet.h.


The documentation for this struct was generated from the following file: