Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc2455 int lhs_rhs_or_output) { in PartitionDot() argument
2461 if (lhs_rhs_or_output == 0) { in PartitionDot()
2463 } else if (lhs_rhs_or_output == 1) { in PartitionDot()
2466 CHECK_EQ(lhs_rhs_or_output, 2); in PartitionDot()