Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp937 auto rawArray = ArrayRef<char>(reinterpret_cast<const char *>(content.data()), in get() local
939 return Base::get(context, shapedType, eltType, rawArray) in get()