Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DDataLayoutInterfaces.h79 LogicalResult verifyDataLayoutSpec(DataLayoutSpecInterface spec, Location loc);
H A DDataLayoutInterfaces.td144 return ::mlir::detail::verifyDataLayoutSpec($_attr, loc);
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp474 LogicalResult mlir::detail::verifyDataLayoutSpec(DataLayoutSpecInterface spec, in verifyDataLayoutSpec() function in mlir::detail