aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/graph_transforms/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/graph_transforms/BUILD')
-rw-r--r--tensorflow/tools/graph_transforms/BUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/tensorflow/tools/graph_transforms/BUILD b/tensorflow/tools/graph_transforms/BUILD
index b5465b7fb3..8601b3d0f1 100644
--- a/tensorflow/tools/graph_transforms/BUILD
+++ b/tensorflow/tools/graph_transforms/BUILD
@@ -99,22 +99,21 @@ cc_library(
"freeze_requantization_ranges.cc",
"fuse_convolutions.cc",
"insert_logging.cc",
- "remove_ema.cc",
"obfuscate_names.cc",
+ "quantize_nodes.cc",
+ "quantize_weights.cc",
"remove_attribute.cc",
"remove_device.cc",
+ "remove_ema.cc",
"remove_nodes.cc",
"rename_attribute.cc",
"rename_op.cc",
+ "round_weights.cc",
"set_device.cc",
"sort_by_execution_order.cc",
"sparsify_gather.cc",
"strip_unused_nodes.cc",
- ] + if_not_windows([
- "quantize_nodes.cc",
- "quantize_weights.cc",
- "round_weights.cc",
- ]),
+ ],
hdrs = [
"fold_constants_lib.h",
],