Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Drestrict_max_rank.cc91 auto inputTy = input.getType().cast<TensorType>(); in matchAndRewrite() local
150 auto inputTy = input.getType().cast<TensorType>(); in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/
H A Dhlo_ops.cc4283 auto inputTy = input.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
7015 ShapedType inputTy = input.getType().cast<ShapedType>(); in matchAndRewrite() local