Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPick.java520 public String maxType; field in Pick.Position
524 maxType = type; in setMax()
532 + ", maxType: " + maxType; in toString()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc944 auto maxType = op.max().getType().cast<RankedTensorType>(); in Verify() local
945 auto maxShape = maxType.getShape(); in Verify()
946 if (maxShape != operandShape && maxType.getRank() != 0) { in Verify()