Searched refs:all_gather_dimension_ (Results 1 – 2 of 2) sorted by relevance
624 all_gather_dimension_(all_gather_dimension),631 result.push_back(StrCat("dimensions={", all_gather_dimension_, "}")); in ExtraAttributesToStringImpl()649 proto.add_dimensions(all_gather_dimension_); in ToProto()661 all_gather_dimension_ == casted_other.all_gather_dimension() && in IdenticalSlowPathIgnoringChannelIdValues()
398 int64 all_gather_dimension() const { return all_gather_dimension_; } in all_gather_dimension()416 int64 all_gather_dimension_; variable