Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for FailureOr (0.08 sec)

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

            }
          }
        }
        return WalkResult::advance();
      });
      return other_op;
    }
    
    // Collects ops that need to be moved behind the cluster due to data or control
    // 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) {
    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