From 0cfd119fad0534588ab45386b45d8514bdd3cc00 Mon Sep 17 00:00:00 2001 From: Qingqing Cao Date: Fri, 25 Aug 2017 12:23:55 +0100 Subject: [PATCH] fix: profiler bazel build usage --- tensorflow/core/profiler/g3doc/command_line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/core/profiler/g3doc/command_line.md b/tensorflow/core/profiler/g3doc/command_line.md index e2839a682f9..fb4207c7841 100644 --- a/tensorflow/core/profiler/g3doc/command_line.md +++ b/tensorflow/core/profiler/g3doc/command_line.md @@ -57,7 +57,7 @@ Note: this feature is not well maintained now. ```shell # Build the tool. -bazel build --config opt third_party/tensorflow/core/profiler/... +bazel build --config opt tensorflow/core/profiler:profiler # Help information, including detail 'option' instructions. bazel-bin/tensorflow/core/profiler/profiler help