Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OpSetVector (0.55 sec)

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

    // dependencies.
    mlir::FailureOr<llvm::SmallSetVector<Operation*, 8>> CollectClusterSuccessorOps(
        Block* block, const OpSetVector& cluster_ops,
        const mlir::TF::SideEffectAnalysis::Info& side_effect_analysis,
        bool strict_clusters) {
      OpSetVector cluster_predecessor_ops;
      OpSetVector cluster_successor_ops;
    
      // Collect non-cluster ops that have a dependency to the cluster. For this
    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