Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc1571 optional<std::vector<int64>> rhs_batch_dims; in ParseInstructionRhs() local
1573 &rhs_batch_dims}; in ParseInstructionRhs()
1596 if (rhs_batch_dims) { in ParseInstructionRhs()
1597 *dnum.mutable_rhs_batch_dimensions() = {rhs_batch_dims->begin(), in ParseInstructionRhs()
1598 rhs_batch_dims->end()}; in ParseInstructionRhs()