Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc624 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()
Dhlo_instructions.h398 int64 all_gather_dimension() const { return all_gather_dimension_; } in all_gather_dimension()
416 int64 all_gather_dimension_; variable