Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LOG_FIRST_N (0.18 sec)

  1. tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc

      if (overall_state == MlirOptimizationPassState::Disabled) {
        if (VLOG_IS_ON(1)) {
          LOG_FIRST_N(INFO, 1)
              << "None of the MLIR Optimization Passes are enabled "
              << "(registered " << registry_->passes().size() << ")";
        }
        return absl::OkStatus();
      }
    
      if (VLOG_IS_ON(1)) {
        LOG_FIRST_N(INFO, 1) << "MLIR Graph Optimization Passes."
                             << " Enabled: " << num_passes_enabled
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph.cc

        std::vector<tpu::ShardingAndIndex>* arg_core_mapping,
        std::vector<std::vector<xla::Shape>>* per_core_arg_shapes,
        xla::CompileOnlyClient* client,
        XlaCompiler::CompilationResult* compilation_result) {
      LOG_FIRST_N(INFO, 1) << "Compiling MLIR computation to XLA HLO using the "
                              "old (non-MLIR) tf2xla bridge";
    
      CompilationTimer timer;
      *compilation_result = {};
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top