Searched refs:isDefByConstant (Results 1 – 1 of 1) sorted by relevance
1589 auto isDefByConstant = [](Value operand) { in verify() local1592 if (llvm::all_of(op.input_shape(), isDefByConstant) && in verify()1593 llvm::all_of(op.output_shape(), isDefByConstant)) { in verify()