Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cluster_to_host (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/tpu_cluster_util.cc

            return WalkResult::interrupt();
          host_device = host_device_value;
        }
        cluster_to_host[tpu_cluster.getOperation()] = host_device;
        return tpu_cluster.walk([&](Operation* op) {
          insert_pending_op(op, tpu_cluster);
          return callback(op, tpu_cluster,
                          cluster_to_host[tpu_cluster.getOperation()]);
        });
      });
      if (result.wasInterrupted()) return failure();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 04:50:13 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top