Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LogNotContractableAndReturnFalse (0.19 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      if (!devices_compatible) {
        return LogNotContractableAndReturnFalse(
            from, to, "the two nodes have incompatible devices");
      }
    
      if (from->xla_scope().has_value() && to->xla_scope().has_value() &&
          *from->xla_scope() != *to->xla_scope()) {
        return LogNotContractableAndReturnFalse(
            from, to, "the two nodes have mismatching XLA scopes");
      }
    
    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