Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for pass_prefix_ (0.1 sec)

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

            get_filename,
        const std::string &pass_prefix, bool print_module_scope,
        bool print_after_only_on_change, mlir::OpPrintingFlags op_printing_flags)
        : ::tensorflow::BridgeLoggerConfig(
              print_module_scope, print_after_only_on_change, op_printing_flags),
          get_filename_(get_filename),
          pass_prefix_(pass_prefix) {}
    
    void DataDumperLoggerConfig::printBeforeIfEnabled(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 31 00:41:24 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/utils/data_dumper_logger_config.h

      // The pass name (std::string)
      std::function<std::string(const std::string &, mlir::Operation *op)>
          get_filename_;
    
      // The pass prefix.
      std::string pass_prefix_;
    };
    
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 31 00:41:24 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/logging_hooks.cc

                                         mlir::Operation* op) {
            return DEBUG_DATA_DUMPER()->GetDumpFilename(
                module_name.str(), dump_group_name, pass_tag_name);
          },
          /*pass_prefix=*/"",
          /*print_module_scope=*/true));
      pm.enableTiming();
    }
    
    };  // namespace internal
    };  // namespace tf2xla
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 05 14:26:22 UTC 2023
    - 2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/lower_cluster_to_runtime_ops.cc

                                         mlir::Operation* op) {
            return DEBUG_DATA_DUMPER()->GetDumpFilename(
                module_name.str(), dump_group_name, pass_tag_name);
          },
          /*pass_prefix=*/"",
          /*print_module_scope=*/true));
      pm.enableTiming();
    }
    
    }  // namespace
    
    void AddTPULowerClusterToRuntimeOpsPassPipeline(OpPassManager& pm,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top