Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h613 return getRawComplex(type, ArrayRef<char>(data, values.size() * sizeof(T)),
993 static DenseElementsAttr getRawComplex(ShapedType type, ArrayRef<char> data,
1085 static DenseElementsAttr getRawComplex(ShapedType type, ArrayRef<char> data,
/external/llvm-project/mlir/lib/IR/
DBuiltinAttributes.cpp942 DenseElementsAttr DenseElementsAttr::getRawComplex(ShapedType type, in getRawComplex() function in DenseElementsAttr
946 return DenseIntOrFPElementsAttr::getRawComplex(type, data, dataEltSize, isInt, in getRawComplex()
1151 DenseElementsAttr DenseIntOrFPElementsAttr::getRawComplex(ShapedType type, in getRawComplex() function in DenseIntOrFPElementsAttr