Home
last modified time | relevance | path

Searched defs:integer_ty (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/utils/
Dhlo_utils.cc100 static APInt GetScalarLimitOfIntegerType(IntegerType integer_ty, in GetScalarLimitOfIntegerType()
128 } else if (auto integer_ty = ty.dyn_cast<IntegerType>()) { in GetScalarLimitOfType() local