aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_computation.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-03-06 16:29:33 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-03-06 16:38:49 -0800
commit75e15a2b25f731d7ddf4ffc455a4bf8d1c0fd7ca (patch)
treeb6511c78de81d1c0856c113ce790f06ffe5082ec /tensorflow/compiler/xla/service/hlo_computation.h
parent721a60801055190dae18fe3e3933950c75fa9d1c (diff)
[XLA] Store the program shape in the HloModuleProto and HloComputationProto.
PiperOrigin-RevId: 188100425
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_computation.h')
-rw-r--r--tensorflow/compiler/xla/service/hlo_computation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_computation.h b/tensorflow/compiler/xla/service/hlo_computation.h
index 39d864efcb..dd9d346999 100644
--- a/tensorflow/compiler/xla/service/hlo_computation.h
+++ b/tensorflow/compiler/xla/service/hlo_computation.h
@@ -248,7 +248,7 @@ class HloComputation {
ShapeTree<HloInstruction*>* copies_added = nullptr);
// Computes and returns the ProgramShape of this computation (shape of
- // parameters and result without layout).
+ // parameters and result with layout).
ProgramShape ComputeProgramShape() const;
// Return whether `*this` and `other` are functionally equivalent.