Searched refs:operand_dim_idx (Results 1 – 1 of 1) sorted by relevance
1385 for (int64 operand_dim_idx = 0; in ReductionPreservesLayout() local1386 operand_dim_idx < operand_shape.dimensions_size(); operand_dim_idx++) { in ReductionPreservesLayout()1387 int64 operand_dim = operand_shape.layout().minor_to_major(operand_dim_idx); in ReductionPreservesLayout()