We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c81b2c2 + 84ef62d commit 1b8d61bCopy full SHA for 1b8d61b
tensorflow_serving/util/BUILD
@@ -106,6 +106,7 @@ cc_test(
106
deps = [
107
":prometheus_exporter",
108
"//tensorflow_serving/core/test_util:test_main",
109
+ "@com_google_absl//absl/memory",
110
"@com_google_absl//absl/strings",
111
"@org_tensorflow//tensorflow/core:lib",
112
],
tensorflow_serving/util/prometheus_exporter_test.cc
@@ -16,6 +16,7 @@ limitations under the License.
16
#include "tensorflow_serving/util/prometheus_exporter.h"
17
18
#include <gtest/gtest.h>
19
+#include "absl/memory/memory.h"
20
#include "absl/strings/str_cat.h"
21
#include "absl/strings/str_join.h"
22
#include "tensorflow/core/lib/monitoring/counter.h"
0 commit comments