aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_domain_metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_domain_metadata.h')
-rw-r--r--tensorflow/compiler/xla/service/hlo_domain_metadata.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_domain_metadata.h b/tensorflow/compiler/xla/service/hlo_domain_metadata.h
index aa0308100a..f855f2a1fc 100644
--- a/tensorflow/compiler/xla/service/hlo_domain_metadata.h
+++ b/tensorflow/compiler/xla/service/hlo_domain_metadata.h
@@ -71,12 +71,6 @@ class DomainMetadata {
// Returns a string representation of the metadata.
virtual string ToString() const = 0;
-
- // Given a reachable set (the set of instructions which are reachable from
- // each other via user/operand pathways, without crossing a kDomain
- // instruciton), makes sure that all of them have metadata attributes which
- // are coherent with this metadata object.
- virtual Status NormalizeInstructions(const Domain& domain) const = 0;
};
} // namespace xla