Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TryGetNodeAttr (0.18 sec)

  1. tensorflow/cc/framework/scope.cc

      std::unordered_set<string> current_constraints(colocation_constraints_);
      const AttrSlice attrs = colocate_with_op.node()->attrs();
      std::vector<string> node_constraints;
      if (TryGetNodeAttr(attrs, kColocationAttrName, &node_constraints)) {
        for (const string& entry : node_constraints) {
          StringPiece s(entry);
          if (absl::ConsumePrefix(&s, kColocationGroupPrefix)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:57:22 UTC 2024
    - 20.9K bytes
    - Viewed (0)
Back to top