- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for parallel_device_testlib (0.1 sec)
-
tensorflow/c/eager/parallel_device/BUILD
"@com_google_absl//absl/status", "@com_google_googletest//:gtest_main", ], ) cc_library( name = "parallel_device_testlib", testonly = 1, srcs = ["parallel_device_testlib.cc"], hdrs = ["parallel_device_testlib.h"], deps = [ ":parallel_device", ":parallel_device_lib", "//tensorflow/c:c_api", "//tensorflow/c:c_api_experimental",
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Oct 21 04:14:14 UTC 2024 - 5.4K bytes - Viewed (0) -
tensorflow/c/eager/parallel_device/parallel_device_lib_test.cc
#include "absl/status/status.h" #include "tensorflow/c/c_api_experimental.h" #include "tensorflow/c/eager/c_api.h" #include "tensorflow/c/eager/c_api_experimental.h" #include "tensorflow/c/eager/parallel_device/parallel_device_testlib.h" #include "tensorflow/c/eager/tfe_context_internal.h" #include "tensorflow/c/tf_buffer.h" #include "tensorflow/c/tf_datatype.h" #include "tensorflow/c/tf_status.h" #include "xla/tsl/lib/core/status_test_util.h"
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Oct 21 04:14:14 UTC 2024 - 15.6K bytes - Viewed (0)