Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_sharding_util.cc1359 absl::InlinedVector<int64, 1> operand_parallel_dim_to_output( in GatherOutputAlignedOperandParallelDims() local
1378 if (operand_parallel_dim_to_output[j] == -1) { in GatherOutputAlignedOperandParallelDims()
1379 operand_parallel_dim_to_output[j] = operand_parallel_dim; in GatherOutputAlignedOperandParallelDims()
1385 return operand_parallel_dim_to_output; in GatherOutputAlignedOperandParallelDims()