Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for insert_pending_op (0.26 sec)

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

          pending_call_nodes;
      // Cache the host device for each TPU cluster.
      std::unordered_map<Operation*, std::optional<std::string>> cluster_to_host;
    
      auto insert_pending_op = [&](Operation* op,
                                   tf_device::ClusterOp tpu_cluster) {
        // Add callee nodes to pending_call_nodes.
        if (CallOpInterface call = dyn_cast<CallOpInterface>(op)) {
    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