Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dchlo_ops.cc93 auto shape_large = shape_x.size() > shape_y.size() ? shape_x : shape_y; in GetBroadcastType() local
109 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()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc395 auto shape_large = shape_x.size() > shape_y.size() ? shape_x : shape_y; in GetStaticBroadcastType() local
406 llvm::SmallVector<int64_t, 4> out_shape(shape_large.begin(), in GetStaticBroadcastType()
407 shape_large.end()); in GetStaticBroadcastType()