Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc1160 auto next_r = r; in PartitionBaseCase() local
1174 next_r = ccw_cp_output; in PartitionBaseCase()
1195 auto second_next_r = next_r; in PartitionBaseCase()
1198 : next_r; in PartitionBaseCase()
1219 outputs, get_partial_bid_results(next_l, next_r, o, cw_cp_output, in PartitionBaseCase()
1278 auto next_r = r; in PartitionBaseCase() local
1288 next_r = cp_output; in PartitionBaseCase()
1300 auto second_next_r = next_r; in PartitionBaseCase()
1301 cp_input = windowed_op_is_lhs ? next_l : next_r; in PartitionBaseCase()
1312 TF_ASSIGN_OR_RETURN(o, get_partial_unid_result(next_l, next_r, o, i)); in PartitionBaseCase()