Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dslicing.cc216 GatherDimensionNumbers gather_dnums; in TorchGather() local
217 gather_dnums.set_index_vector_dim(input_shape.rank()); in TorchGather()
219 gather_dnums.add_collapsed_slice_dims(i); in TorchGather()
220 gather_dnums.add_start_index_map(i); in TorchGather()
222 return Gather(input, gather_indices, gather_dnums, slice_sizes); in TorchGather()
279 GatherDimensionNumbers gather_dnums; in TorchIndexSelect() local
280 gather_dnums.set_index_vector_dim(index_shape.rank()); in TorchIndexSelect()
289 index = ConcatInDim(builder, to_concat, gather_dnums.index_vector_dim()); in TorchIndexSelect()
294 gather_dnums.add_collapsed_slice_dims(i); in TorchIndexSelect()
295 gather_dnums.add_start_index_map(i); in TorchIndexSelect()
[all …]