Home
last modified time | relevance | path

Searched refs:arrayValues (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/Utils/
H A DCoversionUtils.h45 SmallVector<T> &arrayValues) { in getValuesFromIntArrayAttribute() argument
47 arrayValues.push_back(val.cast<IntegerAttr>().getValue().getSExtValue()); in getValuesFromIntArrayAttribute()
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeTransposeConv.cpp30 SmallVector<T> &arrayValues) { in getValuesFromIntArrayAttribute() argument
32 arrayValues.push_back(val.cast<IntegerAttr>().getValue().getSExtValue()); in getValuesFromIntArrayAttribute()