提交 84d5bf11 编写于 作者: G Gunhan Gulsoy 提交者: TensorFlower Gardener

Fix DCHECK not defined issue in profiler.

PiperOrigin-RevId: 286256041
Change-Id: Ie61edb82e440deda698d21b7655ecde550c97ca2
上级 201f19e4
......@@ -40,6 +40,7 @@ cc_library(
srcs = ["op_metrics_db_combiner.cc"],
hdrs = ["op_metrics_db_combiner.h"],
deps = [
"//tensorflow/core/platform:logging",
"//tensorflow/core/profiler/protobuf:op_metrics_proto_cc",
"//tensorflow/core/profiler/utils:op_metrics_db_utils",
],
......
......@@ -15,6 +15,8 @@ limitations under the License.
#include "tensorflow/core/profiler/convert/op_metrics_db_combiner.h"
#include "tensorflow/core/platform/logging.h"
namespace tensorflow {
namespace profiler {
namespace {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册