Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dindexed_array_analysis.cc207 EraseAt(&simulated_index, source->source_dim()); in FoldGatherOfGather()
214 EraseAt(&simulated_index, source_dim); in FoldGatherOfGather()
565 EraseAt(&new_source_shape_dims, output_dim); in ReshapeToAddDegenerateDims()
714 EraseAt(&new_scalar_indexed_source_shape, output_dim_after_reshape); in FoldReshapeOfGatherNoDegenerateDims()
902 EraseAt(&simulated_index, output_dims[i]); in ComputeArrayForElementwiseBinaryOp()
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h506 void EraseAt(C* c, int64 index) { in EraseAt() function