Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc934 auto minType = op.min().getType().cast<RankedTensorType>(); in Verify() local
936 auto minShape = minType.getShape(); in Verify()
937 if (minShape != operandShape && minType.getRank() != 0) { in Verify()