Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        if (cluster_in) {
          TF_ASSIGN_OR_RETURN(bool devices_compatible,
                              AreDevicesCompatible(cluster_to, *cluster_in));
          if (!devices_compatible) {
            return true;
          }
          TF_ASSIGN_OR_RETURN(devices_compatible,
                              AreDevicesCompatible(cluster_from, *cluster_in));
          if (!devices_compatible) {
            return true;
          }
        }
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top