Searched refs:has_scalar_indices (Results 1 – 2 of 2) sorted by relevance
159 bool has_scalar_indices = start_indices->shape().dimensions_size() == 1; in GatherLoopBody() local160 CHECK_EQ(has_scalar_indices, in GatherLoopBody()170 if (has_scalar_indices) { in GatherLoopBody()
229 bool has_scalar_indices = scatter_indices->shape().dimensions_size() == 1; in ScatterLoopBody() local239 if (has_scalar_indices) { in ScatterLoopBody()