Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PartitionedClusterOutputMap (0.27 sec)

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

    // of a cluster must be partitioned, so the output is a map from cluster
    // output ids to ops.
    std::tuple<PartitionedClusterOutputMap,
               llvm::SmallVector<mlir::TF::IdentityOp, 8>>
    GetPartitionedOutputsAndIdentityOps(mlir::tf_device::ClusterOp cluster) {
      PartitionedClusterOutputMap partitioned_outputs;
      llvm::SmallVector<mlir::TF::IdentityOp, 8> erase_list;
    
      for (auto [cluster_result_id, cluster_result] :
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 39.3K bytes
    - Viewed (0)
Back to top