Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for after_open (0.17 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

      if (!external_operands.empty()) host_ops.push_back(recv_at_host);
      Operation* after_op = recv_at_host;
      for (Operation* cluster_op : clustered_ops) {
        cluster_op->moveAfter(after_op);
        cluster_op->removeAttr(StringAttr::get(op.getContext(), kDeviceAttr));
        after_op = cluster_op;
        host_ops.push_back(cluster_op);
      }
    
      if (!external_outputs.empty()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
Back to top