Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ClusterScopingPassImpl (0.13 sec)

  1. tensorflow/compiler/jit/cluster_scoping_pass.cc

    #include "tensorflow/compiler/jit/xla_cluster_util.h"
    #include "tensorflow/core/framework/node_def_util.h"
    #include "tensorflow/core/graph/algorithm.h"
    
    namespace tensorflow {
    namespace {
    
    class ClusterScopingPassImpl {
     public:
      ClusterScopingPassImpl(Graph* graph,
                             OptimizerOptions::GlobalJitLevel global_jit_level)
          : graph_(graph),
            global_jit_level_(global_jit_level),
            unique_scope_id_(0) {}
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top