Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp1589 auto isDefByConstant = [](Value operand) { in verify() local
1592 if (llvm::all_of(op.input_shape(), isDefByConstant) && in verify()
1593 llvm::all_of(op.output_shape(), isDefByConstant)) { in verify()