Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NodeComparatorID (0.14 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

              }
    
              // Change b).
              if (HasNodeAttr(copy->def(), kXlaHasHostTransferAttrName)) {
                (*host_graph)->AddControlEdge(copy, sequencer);
              }
            },
            NodeComparatorID());
    
        if (!s.ok()) {
          return s;
        }
      }
      // Reset "_device_ordinal" to placeholder value.
      TF_RETURN_IF_ERROR(ResetDeviceOrdinalToPlaceholderValue(host_graph->get()));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
Back to top