Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc476 static Value CommonPrefixBroadcast(Location loc, Value higher_rank_value, in CommonPrefixBroadcast() argument
479 builder.create<shape::ShapeOfOp>(loc, higher_rank_value); in CommonPrefixBroadcast()
481 GetExtentsTensorTypeFor(higher_rank_value.getType().cast<TensorType>()); in CommonPrefixBroadcast()
489 loc, higher_rank_value.getType(), lower_rank_value, result_extents, in CommonPrefixBroadcast()