Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dgather_expander.cc185 int64 index_vector_size = start_indices->shape().dimensions(1); in GatherLoopBody() local
189 {1, index_vector_size})); in GatherLoopBody()
Dscatter_expander.cc248 int index_vector_size = scatter_indices->shape().dimensions(1); in ScatterLoopBody() local
252 {1, index_vector_size})); in ScatterLoopBody()
Dhlo_evaluator.cc854 int64 index_vector_size = in OutputBatchIndexToInputIndex() local
856 index_vector_.resize(index_vector_size); in OutputBatchIndexToInputIndex()
Delemental_ir_emitter.cc1948 int64 index_vector_size = in EmitElementalGather() local
1950 for (int64 i = 0; i < index_vector_size; i++) { in EmitElementalGather()
Dhlo_evaluator_typed_visitor.h2128 int64 index_vector_size = in UpdateScatterIndexToInputIndex() local
2130 index_vector_.resize(index_vector_size); in UpdateScatterIndexToInputIndex()