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.
1 parent 96050a2 commit 4acb832Copy full SHA for 4acb832
tensorflow_serving/servables/tensorflow/test_util/fake_thread_pool_factory.cc
@@ -21,11 +21,11 @@ namespace tensorflow {
21
namespace serving {
22
namespace test_util {
23
24
-Status FakeThreadPoolFactory::Create(
+absl::Status FakeThreadPoolFactory::Create(
25
const FakeThreadPoolFactoryConfig& config,
26
std::unique_ptr<ThreadPoolFactory>* result) {
27
*result = std::make_unique<FakeThreadPoolFactory>(config);
28
- return Status();
+ return absl::Status();
29
}
30
31
REGISTER_THREAD_POOL_FACTORY(FakeThreadPoolFactory,
0 commit comments