Home
last modified time | relevance | path

Searched refs:mlirDenseElementsAttrGetDoubleSplatValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir-c/
DBuiltinAttributes.h374 mlirDenseElementsAttrGetDoubleSplatValue(MlirAttribute attr);
/external/llvm-project/mlir/lib/CAPI/IR/
DBuiltinAttributes.cpp468 double mlirDenseElementsAttrGetDoubleSplatValue(MlirAttribute attr) { in mlirDenseElementsAttrGetDoubleSplatValue() function
/external/llvm-project/mlir/test/CAPI/
Dir.c945 fabs(mlirDenseElementsAttrGetDoubleSplatValue(splatDouble) - 1.0) > 1E-6) in printBuiltinAttributes()