Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1244 auto hlo_gather = xla::Cast<xla::HloGatherInstruction>(instr); in EmitGatherOp() local
1246 hlo_gather->gather_dimension_numbers(), &builder_)); in EmitGatherOp()
1248 std::vector<int64_t>(hlo_gather->gather_slice_sizes().begin(), in EmitGatherOp()
1249 hlo_gather->gather_slice_sizes().end()))); in EmitGatherOp()