Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1385 for (int64 operand_dim_idx = 0; in ReductionPreservesLayout() local
1386 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()