Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 91 for Region (0.1 sec)

  1. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// A path is matched against the path of an incoming request. Currently it can
    	// contain characters disallowed from the conventional "path" part of a URL
    	// as defined by RFC 3986. Paths must begin with a '/'.
    	// A backend defines the referenced service endpoint to which the traffic
    	// will be forwarded to.
    	HTTP *HTTPIngressRuleValue `json:"http,omitempty" protobuf:"bytes,1,opt,name=http"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

      "tf.NoOp"() {_xla_compile_device_type = "TPU", _replication_info = "cluster_test_fn"} : () -> ()
      func.return
    }
    
    
    // Test cluster formation with ops with attached regions within a cluster.
    // Nested op's that are moved should get their _replication_info and device
    // attributes cleared.
    // CHECK-LABEL: func @cluster_ops_with_regions
    func.func @cluster_ops_with_regions() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  3. src/crypto/tls/handshake_client_test.go

    	// the rsa_pss_rsae_* SignatureSchemes. Assert that RSASSA-PSS certificates don't
    	// parse, or that they don't carry *rsa.PublicKey keys.
    	b, _ := pem.Decode([]byte(`
    -----BEGIN CERTIFICATE-----
    MIIDZTCCAhygAwIBAgIUCF2x0FyTgZG0CC9QTDjGWkB5vgEwPgYJKoZIhvcNAQEK
    MDGgDTALBglghkgBZQMEAgGhGjAYBgkqhkiG9w0BAQgwCwYJYIZIAWUDBAIBogQC
    AgDeMBIxEDAOBgNVBAMMB1JTQS1QU1MwHhcNMTgwNjI3MjI0NDM2WhcNMTgwNzI3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

          const int64_t filter_rank) const {
        // Register all dimensions as candidates.
        auto seq_range = llvm::seq(int64_t{0}, filter_rank);
        SmallVector<int64_t> quantization_dimension_candidates(seq_range.begin(),
                                                               seq_range.end());
    
        // Erase all contracting dimensions from the candidates.
        for (const int64_t contracting_dim :
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  5. tensorflow/cc/gradients/math_grad.cc

    bool IsFloatingPointDtype(DataType dtype) {
      static constexpr DataType valid_dtypes[] = {
          DT_FLOAT, DT_HALF, DT_DOUBLE, DT_BFLOAT16, DT_COMPLEX64, DT_COMPLEX128};
      return std::find(std::begin(valid_dtypes), std::end(valid_dtypes), dtype) !=
             std::end(valid_dtypes);
    }
    
    Status CastGrad(const Scope& scope, const Operation& op,
                    const std::vector<Output>& grad_inputs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/DefaultConfiguration.java

         */
        private DefaultConfiguration createCopy(Set<Dependency> dependencies, Set<DependencyConstraint> dependencyConstraints) {
            // Begin by allowing everything, and setting deprecations for disallowed roles in a new role implementation
            boolean deprecateConsumption = !canBeConsumed || consumptionDeprecated;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 85.4K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/xcoff.go

    	r.SetSym(extsym.Sym())
    	r.SetSiz(uint8(ctxt.Arch.PtrSize))
    	// TODO: maybe this could be
    	// sb.SetSize(0)
    	// sb.SetData(nil)
    	// sb.AddAddr(ctxt.Arch, extsym.Sym())
    	// If the size is not 0 to begin with, I don't think the added 8 bytes
    	// of zeros are necessary.
    }
    
    // Xcoffadddynrel adds a dynamic relocation in a XCOFF file.
    // This relocation will be made by the loader.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

    great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster.\n\nThe scheme must be \"https\"; the URL must begin with \"https://\".\n\nA path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier.\n\nAttempting to use a user or basic auth e.g. \"user:password@\"...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  9. pkg/apis/admissionregistration/types.go

    	// which run an apiserver which might need to make calls to this
    	// webhook. Such installs are likely to be non-portable, i.e., not easy
    	// to turn up in a new cluster.
    	//
    	// The scheme must be "https"; the URL must begin with "https://".
    	//
    	// A path is optional, and if present may be any string permissible in
    	// a URL. You may use the path to pass an arbitrary string to the
    	// webhook, for example, a cluster identifier.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  10. pkg/kubelet/kuberuntime/kuberuntime_container.go

    	close(containerResults)
    
    	for containerResult := range containerResults {
    		syncResults = append(syncResults, containerResult)
    	}
    	return
    }
    
    // pruneInitContainersBeforeStart ensures that before we begin creating init
    // containers, we have reduced the number of outstanding init containers still
    // present. This reduces load on the container garbage collector by only
    // preserving the most recent terminated init container.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
Back to top