Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PickDeviceHelper (0.3 sec)

  1. tensorflow/compiler/jit/device_util_test.cc

    #include "tensorflow/compiler/jit/device_util.h"
    
    #include "tensorflow/core/lib/core/status_test_util.h"
    #include "tensorflow/core/platform/test.h"
    
    namespace tensorflow {
    namespace {
    
    Status PickDeviceHelper(bool allow_mixing_unknown_and_cpu,
                            absl::Span<const absl::string_view> device_names,
                            string* result) {
      jit::DeviceInfoCache cache;
      jit::DeviceSet device_set;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top