Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_gather_to_torch_index_select.cc34 auto start_indices_ty = start_indices.getType().cast<ShapedType>(); in matchAndRewrite() local
35 if (!start_indices_ty.hasRank()) { in matchAndRewrite()
46 std::max<int64_t>(0, start_indices_ty.getRank() - 1); in matchAndRewrite()
57 if (!start_indices_ty.getShape().empty() && in matchAndRewrite()
58 start_indices_ty.getShape().back() != 1) { in matchAndRewrite()
104 llvm::to_vector<4>(start_indices_ty.getShape()); in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc988 auto start_indices_ty = start_indices.getType().dyn_cast<RankedTensorType>(); in CanBeTranslatedToDynamicSlice() local
989 if (!start_indices_ty) return false; in CanBeTranslatedToDynamicSlice()