Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 42 for key0 (0.05 sec)

  1. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

            *diff = absl::StrCat(map_name, " expected: contains element with key '",
                                 key_to_string(elt_a.first),
                                 "' got: map has no such element");
          }
          return false;
        }
        if (!compare(elt_a.first, elt_a.second, iter->second)) {
          if (diff) {
            *diff = absl::StrCat(map_name, " expected: element with key '",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

    std::optional<string> HostGraphControlRetMapping(const Node* n) {
      if (HasNodeAttr(n->def(), kXlaHasHostTransferAttrName)) {
        return n->name();
      }
      return std::nullopt;
    }
    
    // Add a key placeholder node to the graph. The key placeholder node will be
    // used as input for XlaRecvAtHost/XlaSendFromHost nodes.
    absl::StatusOr<Node*> AddHostComputeKeyPlaceholder(
        const string& xla_cluster_name, Graph* g) {
      NodeDef key_def;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

            "properties": {
              "key": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__policy__v1_openapi.json

            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__autoscaling__v1_openapi.json

            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 152.9K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__events.k8s.io__v1_openapi.json

            "type": "object"
          },
          "io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 142.7K bytes
    - Viewed (0)
  8. src/net/http/transport_test.go

    	}
    
    	resch <- "res1"
    	<-donech
    	keys := tr.IdleConnKeysForTesting()
    	if e, g := 1, len(keys); e != g {
    		t.Fatalf("after first response, expected %d idle conn cache keys; got %d", e, g)
    	}
    	addr := ts.Listener.Addr().String()
    	cacheKey := "|http|" + addr
    	if keys[0] != cacheKey {
    		t.Fatalf("Expected idle cache key %q; got %q", cacheKey, keys[0])
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  9. cmd/object-handlers.go

    // while reading the object from another source.
    // Notice: The S3 client can send secret keys in headers for encryption related jobs,
    // the handler should ensure to remove these keys before sending them to the object layer.
    // Currently these keys are:
    //   - X-Amz-Server-Side-Encryption-Customer-Key
    //   - X-Amz-Copy-Source-Server-Side-Encryption-Customer-Key
    func (api objectAPIHandlers) CopyObjectHandler(w http.ResponseWriter, r *http.Request) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.4.md

          * In 1.4, either that key or this key: `pods.beta.kubernetes.io/init-containers`,can be used.
        * When you GET an object, you will see both annotation keys with the same values.
          You can safely roll back from 1.4 to 1.3, and things with init-containers
          will still work (pods, deployments, etc).
        * If you are running 1.3, only use the alpha annotation, or it may be lost when
          rolling forward.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
Back to top