Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc220 const SplitShapePair& shape_pair, in CombineShapePair() argument
226 XlaOp result = ConcatInDim(builder, pair, shape_pair.new_concat_dim); in CombineShapePair()
227 const int64 pre_split_size = original_shape.dimensions(shape_pair.split_dim); in CombineShapePair()
230 reshape_dims[shape_pair.split_dim] = in CombineShapePair()
233 if (reshape_dims[shape_pair.split_dim] != pre_split_size) { in CombineShapePair()
244 auto shape_pair = SplitShapeIntoHalves(shape); in ThreeFryRngBit32() local
246 GetThreeFryInputsAndUpdatedState(initial_state, shape_pair.half_shape); in ThreeFryRngBit32()
249 XlaOp result = CombineShapePair(outputs, shape_pair, shape); in ThreeFryRngBit32()
618 auto shape_pair = SplitShapeIntoHalves(shape); in NormalFloatingPointDistribution() local
623 shape_pair.concat_shape); in NormalFloatingPointDistribution()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc2726 for (auto shape_pair : in VerifyUnsortedSegmentReduction() local
2728 int64_t segment_id_dim = std::get<0>(shape_pair); in VerifyUnsortedSegmentReduction()
2729 int64_t data_dim = std::get<1>(shape_pair); in VerifyUnsortedSegmentReduction()