MLIR  19.0.0git
Public Member Functions | Public Attributes | List of all members
VectorShape Struct Reference

Public Member Functions

bool empty () const
 

Public Attributes

ArrayRef< int64_t > sizes
 
ArrayRef< bool > scalableFlags
 

Detailed Description

Definition at line 43 of file PolynomialApproximation.cpp.

Member Function Documentation

◆ empty()

bool VectorShape::empty ( ) const
inline

Definition at line 47 of file PolynomialApproximation.cpp.

Referenced by broadcast().

Member Data Documentation

◆ scalableFlags

ArrayRef<bool> VectorShape::scalableFlags

Definition at line 45 of file PolynomialApproximation.cpp.

Referenced by broadcast().

◆ sizes

ArrayRef<int64_t> VectorShape::sizes

Definition at line 44 of file PolynomialApproximation.cpp.

Referenced by broadcast().


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