Commit 0e324a7 1 parent 8bcd7e7 commit 0e324a7 Copy full SHA for 0e324a7
File tree 3 files changed +6
-0
lines changed
tensorflow/core/common_runtime/next_pluggable_device/c
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ tf_cc_test(
45
45
"//tensorflow/c:c_api" ,
46
46
"//tensorflow/c:tf_status_headers" ,
47
47
"//tensorflow/core/platform:status" ,
48
+ "@com_google_absl//absl/log" ,
49
+ "@com_google_absl//absl/status" ,
48
50
"@com_google_googletest//:gtest_main" ,
49
51
"@tf_runtime//:hostcontext_alwayslink" ,
50
52
],
@@ -170,6 +172,7 @@ tf_cc_test(
170
172
"@com_google_absl//absl/status" ,
171
173
"@com_google_absl//absl/strings" ,
172
174
"@com_google_absl//absl/synchronization" ,
175
+ "@com_google_absl//absl/types:span" ,
173
176
"@com_google_googletest//:gtest_main" ,
174
177
"@local_tsl//tsl/platform:status" ,
175
178
"@local_xla//xla/tsl/lib/core:status_test_util" ,
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ limitations under the License.
21
21
#include < utility>
22
22
23
23
#include < gtest/gtest.h>
24
+ #include " absl/log/log.h"
25
+ #include " absl/status/status.h"
24
26
#include " tensorflow/c/tf_status.h"
25
27
#include " tensorflow/core/common_runtime/next_pluggable_device/c/example_plugin.h"
26
28
#include " tensorflow/core/platform/status.h"
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ limitations under the License.
25
25
#include " absl/status/status.h"
26
26
#include " absl/strings/str_cat.h"
27
27
#include " absl/synchronization/notification.h"
28
+ #include " absl/types/span.h"
28
29
#include " xla/tsl/framework/allocator.h"
29
30
#include " xla/tsl/lib/core/status_test_util.h"
30
31
#include " tensorflow/core/common_runtime/device_mgr.h"
You can’t perform that action at this time.
0 commit comments