Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dindexed_array_analysis.cc229 std::vector<int64_t> output_dims_for_index_array; in FoldGatherOfGather() local
233 output_dims_for_index_array.push_back(gathered_index_components_seen); in FoldGatherOfGather()
250 x, y, source_dim_for_index_array, output_dims_for_index_array, in FoldGatherOfGather()