aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/aot/tfcompile_main.cc
diff options
context:
space:
mode:
authorGravatar Eli Bendersky <eliben@google.com>2017-06-22 11:09:13 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-22 11:12:30 -0700
commit583b6cbe60cc37c3fc711803fb5b5bf749e86141 (patch)
tree593261dfeef465a7c8b7ac9459ffd79f4c648b39 /tensorflow/compiler/aot/tfcompile_main.cc
parent4252ab0ac01f0936095b44558e5cbfccf88f6cee (diff)
[XLA] Remove unused flags and move debugging flag to debug options.
PiperOrigin-RevId: 159849759
Diffstat (limited to 'tensorflow/compiler/aot/tfcompile_main.cc')
-rw-r--r--tensorflow/compiler/aot/tfcompile_main.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/compiler/aot/tfcompile_main.cc b/tensorflow/compiler/aot/tfcompile_main.cc
index e03d28cd96..4c3167b502 100644
--- a/tensorflow/compiler/aot/tfcompile_main.cc
+++ b/tensorflow/compiler/aot/tfcompile_main.cc
@@ -24,7 +24,6 @@ limitations under the License.
#include "tensorflow/compiler/aot/tfcompile.pb.h"
#include "tensorflow/compiler/aot/tfcompile_util.h"
#include "tensorflow/compiler/xla/legacy_flags/buffer_assignment_flags.h"
-#include "tensorflow/compiler/xla/legacy_flags/compiler_functor_flags.h"
#include "tensorflow/compiler/xla/legacy_flags/cpu_runtime_flags.h"
#include "tensorflow/compiler/xla/legacy_flags/debug_options_flags.h"
#include "tensorflow/compiler/xla/legacy_flags/hlo_graph_dumper_flags.h"
@@ -134,7 +133,6 @@ int main(int argc, char** argv) {
std::vector<tensorflow::Flag> flag_list;
AppendMainFlags(&flag_list, &flags);
xla::legacy_flags::AppendBufferAssignmentFlags(&flag_list);
- xla::legacy_flags::AppendCompilerFunctorFlags(&flag_list);
xla::legacy_flags::AppendCpuRuntimeFlags(&flag_list);
xla::legacy_flags::AppendHloGraphDumperFlags(&flag_list);
xla::legacy_flags::AppendDebugOptionsFlags(&flag_list);