Searched refs:shape_large (Results 1 – 2 of 2) sorted by relevance
93 auto shape_large = shape_x.size() > shape_y.size() ? shape_x : shape_y; in GetBroadcastType() local109 shape_large.size() - shape_small.size(), shape_large.size())); in GetBroadcastType()112 llvm::SmallVector<int64_t, 4> out_shape(shape_large.begin(), in GetBroadcastType()113 shape_large.end()); in GetBroadcastType()
395 auto shape_large = shape_x.size() > shape_y.size() ? shape_x : shape_y; in GetStaticBroadcastType() local406 llvm::SmallVector<int64_t, 4> out_shape(shape_large.begin(), in GetStaticBroadcastType()407 shape_large.end()); in GetStaticBroadcastType()