Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dhlo_utils.cc270 auto get_i64_array = [](absl::Span<const int64_t> container) { in CreateGatherDimensionNumbers() local
274 builder.getContext(), get_i64_array(input.offset_dims()), in CreateGatherDimensionNumbers()
275 get_i64_array(input.collapsed_slice_dims()), in CreateGatherDimensionNumbers()
276 get_i64_array(input.start_index_map()), input.index_vector_dim()); in CreateGatherDimensionNumbers()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dmhlo_to_lhlo_with_xla.cc621 auto get_i64_array = [](absl::Span<const int64_t> container) { in GetScatterDimensionNumbers() local
626 context, get_i64_array(xla_scatter_dim.update_window_dims()), in GetScatterDimensionNumbers()
627 get_i64_array(xla_scatter_dim.inserted_window_dims()), in GetScatterDimensionNumbers()
628 get_i64_array(xla_scatter_dim.scatter_dims_to_operand_dims()), in GetScatterDimensionNumbers()