Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mutable_summary (0.22 sec)

  1. tensorflow/compiler/jit/report_clustering_info_pass.cc

    #include "tensorflow/compiler/jit/xla_cluster_util.h"
    
    namespace tensorflow {
    Status ReportClusteringInfoPass::Run(
        const GraphOptimizationPassOptions& options) {
      XlaAutoClusteringActivity activity;
      *activity.mutable_summary() = GetXlaAutoClusteringSummary(**options.graph);
      activity.set_global_jit_level(GetGlobalJitLevelForGraph(options));
      activity.set_cpu_global_jit_enabled(
          GetMarkForCompilationPassFlags()->tf_xla_cpu_global_jit);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 15 00:14:19 UTC 2019
    - 1.3K bytes
    - Viewed (0)
Back to top