Searched refs:SingleTuple (Results 1 – 4 of 4) sorted by relevance
99 static HloSharding SingleTuple(const Shape& tuple_shape,
138 HloSharding HloSharding::SingleTuple(const Shape& tuple_shape, in SingleTuple() function in xla::HloSharding150 return shape.IsTuple() ? SingleTuple(shape, sharding) : sharding; in Single()
122 HloSharding::SingleTuple(instruction->shape(), HloSharding::Replicate())); in SetDefaultTupleSharding()901 HloSharding::SingleTuple(instruction->shape(), operand->sharding()), in InferShardingFromOperands()1280 : HloSharding::SingleTuple(instruction.shape(), in GetShardingFromUser()
155 HloSharding sharding = HloSharding::SingleTuple(ShapeUtil::MakeTupleShape({}), in TEST_F()