Searched refs:getDenseAttribute (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/CAPI/IR/ |
D | BuiltinAttributes.cpp | 383 static MlirAttribute getDenseAttribute(MlirType shapedType, in getDenseAttribute() function 394 return getDenseAttribute(shapedType, numElements, elements); in mlirDenseElementsAttrUInt32Get() 399 return getDenseAttribute(shapedType, numElements, elements); in mlirDenseElementsAttrInt32Get() 404 return getDenseAttribute(shapedType, numElements, elements); in mlirDenseElementsAttrUInt64Get() 409 return getDenseAttribute(shapedType, numElements, elements); in mlirDenseElementsAttrInt64Get() 414 return getDenseAttribute(shapedType, numElements, elements); in mlirDenseElementsAttrFloatGet() 419 return getDenseAttribute(shapedType, numElements, elements); in mlirDenseElementsAttrDoubleGet()
|