Searched refs:all_dimnos (Results 1 – 1 of 1) sorted by relevance
2481 std::vector<int64> all_dimnos(operand_shape->rank()); in ReduceAll() local2482 std::iota(all_dimnos.begin(), all_dimnos.end(), 0); in ReduceAll()2483 return Reduce(operand, init_value, computation, all_dimnos); in ReduceAll()