Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Doptimize_mhlo.cc121 auto gather_start_indices = gather.start_indices(); in matchAndRewrite() local
123 gather_start_indices.getType().cast<ShapedType>(); in matchAndRewrite()
128 slice_start_indices.push_back(gather_start_indices); in matchAndRewrite()
135 gather.getLoc(), gather_start_indices, start, limit, stride); in matchAndRewrite()