aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/shape_layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/shape_layout.h')
-rw-r--r--tensorflow/compiler/xla/shape_layout.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/shape_layout.h b/tensorflow/compiler/xla/shape_layout.h
index 36806da599..214cf98854 100644
--- a/tensorflow/compiler/xla/shape_layout.h
+++ b/tensorflow/compiler/xla/shape_layout.h
@@ -72,6 +72,10 @@ class ShapeLayout {
// tuple.
void ResetLayout(const Layout& layout);
+ // Resets the layout on the shape at the provided ShapeIndex to the provided
+ // layout. Shape must be a tuple.
+ void ResetLayout(const Layout& layout, ShapeIndexView shape_index);
+
// Returns a string representation of this object.
string ToString() const { return ShapeUtil::HumanStringWithLayout(shape_); }