aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/constant_folding.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/common_runtime/constant_folding.h')
-rw-r--r--tensorflow/core/common_runtime/constant_folding.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tensorflow/core/common_runtime/constant_folding.h b/tensorflow/core/common_runtime/constant_folding.h
index 4c71b7bd27..a9a84f761b 100644
--- a/tensorflow/core/common_runtime/constant_folding.h
+++ b/tensorflow/core/common_runtime/constant_folding.h
@@ -45,10 +45,6 @@ struct ConstantFoldingOptions {
// optimization.
int64 max_constant_size_in_bytes = 10 * 1024 * 1024;
- // If disable_memory_output_type_check is true, we will disable output memory
- // type check for constant node replacement.
- bool disable_memory_output_type_check = false;
-
// A generator for the name suffix of constant folded nodes. A
// default id generator that monotonically increases is used if nullptr is
// passed.