Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for registerTabs (0.45 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_graph_optimization_pass.cc

    tensorflow::CreateTensorFlowGraphOptimizationPass(
        const std::vector<std::string>& pass_names) {
      return std::make_unique<GraphOptByNamePass>(pass_names);
    }
    
    void tensorflow::RegisterGraphOptimizationPasses() {
      ::mlir::registerPass([]() -> std::unique_ptr<::mlir::Pass> {
        return std::make_unique<GraphOptByNamePass>();
      });
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top