Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for cg_mu_ (0.18 sec)

  1. tensorflow/cc/training/queue_runner.cc

      if (!cg_mu_) {
        return Status(absl::StatusCode::kFailedPrecondition,
                      "This QueueRunner doesn't collect a cost graph.");
      }
      mutex_lock l(*cg_mu_);
      cost_graph->MergeFrom(*cost_graph_);
      return absl::OkStatus();
    }
    
    void QueueRunner::SetRunArgumentsAndCostGraph(const RunOptions& run_options) {
      cg_mu_.reset(new mutex());
      {
        mutex_lock l(*cg_mu_);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 08:30:37 UTC 2024
    - 7K bytes
    - Viewed (0)
  2. tensorflow/cc/training/queue_runner.h

      std::unique_ptr<BlockingCounter> counter_;
    
      Coordinator* coord_;
    
      std::atomic<bool> stopped_;
    
      mutex cb_mu_;
      std::vector<std::function<void(Status)>> callbacks_;
    
      mutable std::unique_ptr<mutex> cg_mu_;
      std::unique_ptr<CostGraphDef> cost_graph_ TF_GUARDED_BY(cg_mu_);
      RunOptions run_options_;
    };
    
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 31 18:27:00 UTC 2022
    - 5K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    CN you write MC/NG × CG as above, then the perpendicular velocity of any other emerging Ray CE which was AD/EF × CF, will be equal to the square Root of CD_q_ + (_MCq/NGq_ × CG_q_). And by squaring these Equals, and adding to them the Equals AD_q_ and MC_q_ - CD_q_, and dividing the Sums by the Equals CF_q_ + EF_q_ and CG_q_ + NG_q_, you will have _MCq/NGq_ equal to _ADq/EFq_. Whence AD, the Sine of Incidence, is to EF the Sine of Refraction, as MC to NG, that is, in a given _ratio_. And this Demonstration...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/testdata/Isaac.Newton-Opticks.txt

    emerging Ray CE which was AD/EF × CF, will be equal to the square Root
    of CD_q_ + (_MCq/NGq_ × CG_q_). And by squaring these Equals, and adding
    to them the Equals AD_q_ and MC_q_ - CD_q_, and dividing the Sums by the
    Equals CF_q_ + EF_q_ and CG_q_ + NG_q_, you will have _MCq/NGq_ equal to
    _ADq/EFq_. Whence AD, the Sine of Incidence, is to EF the Sine of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  5. src/internal/trace/traceviewer/static/trace_viewer_full.html

    function subGarbageCollectionEventName(event){const topEvent=findParent(event,isTopGarbageCollectionEvent);const prefix=topEvent?topGarbageCollectionEventName(topEvent):'unknown';const name=event.title.replace('V8.GC_MC_','').replace('V8.GC_SCAVENGER_','').replace('V8.GC_','').replace(/_/g,'-').toLowerCase();return prefix+'-'+name;}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top