Searched refs:isDefByConstant (Results 1 – 1 of 1) sorted by relevance
2433 auto isDefByConstant = [](Value operand) { in verify() local2436 if (llvm::all_of(getInputShape(), isDefByConstant) && in verify()2437 llvm::all_of(getOutputShape(), isDefByConstant)) { in verify()