aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cmake/tf_tools.cmake
diff options
context:
space:
mode:
authorGravatar Scott Tseng <scott.tseng@kikatech.com>2018-02-09 00:58:36 +0800
committerGravatar Rasmus Munk Larsen <rmlarsen@google.com>2018-02-08 08:58:36 -0800
commit576216ffa81a06c91e946e39862bcf33926a5237 (patch)
tree6bdcee3971a9ecab4131836338aa64303cda8f5b /tensorflow/contrib/cmake/tf_tools.cmake
parent7c2c44d1fee37294ce34a8cfc2d4fb2a2f3f71b9 (diff)
Enable some passes for graph_transform on Windows (#16121)
* Enable some passes for graph_transform on Windows Don't know why but the following passes are disabled on Windows: * quantize_weights * quantize_nodes * round_weights This patch re-enabled them. * Fix BUILD file in response to format checker
Diffstat (limited to 'tensorflow/contrib/cmake/tf_tools.cmake')
-rw-r--r--tensorflow/contrib/cmake/tf_tools.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/contrib/cmake/tf_tools.cmake b/tensorflow/contrib/cmake/tf_tools.cmake
index cb58a2e7df..58c7df95c8 100644
--- a/tensorflow/contrib/cmake/tf_tools.cmake
+++ b/tensorflow/contrib/cmake/tf_tools.cmake
@@ -48,9 +48,6 @@ file(GLOB_RECURSE tf_tools_transform_graph_lib_exclude_srcs
"${tensorflow_source_dir}/tensorflow/tools/graph_transforms/compare_graphs.cc"
"${tensorflow_source_dir}/tensorflow/tools/graph_transforms/summarize_graph_main.cc"
"${tensorflow_source_dir}/tensorflow/tools/graph_transforms/transform_graph_main.cc"
- "${tensorflow_source_dir}/tensorflow/tools/graph_transforms/quantize_nodes.cc"
- "${tensorflow_source_dir}/tensorflow/tools/graph_transforms/quantize_weights.cc"
- "${tensorflow_source_dir}/tensorflow/tools/graph_transforms/round_weights.cc"
)
list(REMOVE_ITEM tf_tools_transform_graph_lib_srcs ${tf_tools_transform_graph_lib_exclude_srcs})