Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _XlaInternalScope (0.38 sec)

  1. tensorflow/compiler/jit/cluster_scoping_pass.cc

      }
    
      return std::nullopt;
    }
    
    void SetXlaInternalScope(Node* node, StringPiece scope) {
      node->AddAttr(kXlaInternalScopeAttr, scope);
    }
    
    // NB! We append a new scope as suffix to the _XlaInternalScope attribute
    // instead of overriding the old value.  In other words, appending scope B to
    // scope A creates the conjunction of the scopes A and B (i.e, A & B) and,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      // Look for either _XlaScope or _XlaInternalScope on both nodes to guide
      // clustering.  If both nodes have a scope and the scopes do not match, do
      // not cluster along this edge.  If even one of the nodes lacks a scope
      // attribute, then it is treated as a "bridge" and a cluster may be created
      // along it.
      //
      // The difference between _XlaScope and _XlaInternalScope is that _XlaScope is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top