Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 32 for Eintrag (1.82 sec)

  1. tensorflow/compiler/jit/xla_device.h

      // The name of the device that is used to compile Ops for this XlaDevice.
      const DeviceType jit_device_name_;
      // The platform for this device.
      se::Platform* const platform_;  // Not owned.
      // Intra-op threads to spawn (from SessionOptions).
      const int intra_op_parallelism_threads_;
      // Memory allocator associated with this device.
      Allocator* xla_allocator_ TF_GUARDED_BY(mu_) = nullptr;  // Not owned.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  2. pkg/apis/certificates/validation/validation.go

    	allErrors = append(allErrors, apivalidation.ValidateImmutableField(newBundle.Spec.SignerName, oldBundle.Spec.SignerName, field.NewPath("spec", "signerName"))...)
    	return allErrors
    }
    
    // validateTrustBundle rejects intra-block headers, blocks
    // that don't parse as X.509 CA certificates, and duplicate trust anchors.  It
    // requires that at least one trust anchor is provided.
    func validateTrustBundle(path *field.Path, in string) field.ErrorList {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/networking/v1beta1/types.go

    // one of the following must be set.
    type IngressRuleValue struct {
    	//TODO:
    	// 1. Consider renaming this resource and the associated rules so they
    	// aren't tied to Ingress. They can be used to route intra-cluster traffic.
    	// 2. Consider adding fields for ingress-type specific global options
    	// usable by a loadbalancer, like http keep-alive.
    
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:30 UTC 2023
    - 19.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    Both methods are useful in different circumstances and depend upon the method you are passing the `Closure` instance into.
    
    Some plugins expect simple closures, as with the link:{plugin-portal}plugin/com.jfrog.bintray[Bintray] plugin:
    
    .Use `closureOf<T> {}`
    ====
    include::sample[dir="snippets/kotlinDsl/interoperability-closure-of/kotlin",files="build.gradle.kts[tags=closureOf]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. pkg/apis/networking/types.go

    // one of the following must be set.
    type IngressRuleValue struct {
    	//TODO:
    	// 1. Consider renaming this resource and the associated rules so they
    	// aren't tied to Ingress. They can be used to route intra-cluster traffic.
    	// 2. Consider adding fields for ingress-type specific global options
    	// usable by a loadbalancer, like http keep-alive.
    
    	// +optional
    	HTTP *HTTPIngressRuleValue
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 27.7K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/html.go

    	// are transmuted into other values.
    	s := v.String()
    	return fmt.Sprintf("<span class=\"%s ssa-value\">%s</span>", s, s)
    }
    
    func (v *Value) LongHTML() string {
    	// TODO: Any intra-value formatting?
    	// I'm wary of adding too much visual noise,
    	// but a little bit might be valuable.
    	// We already have visual noise in the form of punctuation
    	// maybe we could replace some of that with formatting.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    [[jcenter_deprecation]]
    === The `jcenter()` convenience method is now deprecated
    
    JFrog link:https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter[announced] the sunset of the JCenter repository in February 2021. https://blog.gradle.org/jcenter-shutdown[Many Gradle builds] rely on JCenter for project dependencies.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  8. gradle/verification-keyring.keys

    DMer8fgiRT1hebi/csrs79LHH7tVD2ri1X09K0IpRJftm8P9AhrBLXh2eSFkFx6E
    GdHN7VvEuluaXAklE8HzMEOcGgawftBBBOz+T3iAxVHuA93NLWenQvyp3Mk=
    =dwD3
    -----END PGP PUBLIC KEY BLOCK-----
    
    pub    379CE192D401AB61
    uid    Bintray (by JFrog) <bintray@bintray.com>
    
    sub    37AE8263DA3084E5
    sub    37DE9E37C5B67C30
    -----BEGIN PGP PUBLIC KEY BLOCK-----
    Version: BCPG v1.68
    
    mQINBFTi8JIBEACcN1ucQ1uCOZ1owTELQV/6i4q7NbYdJ5wf7yPYfEugSo3yfbo3
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 525.2K bytes
    - Viewed (1)
  9. staging/src/k8s.io/api/extensions/v1beta1/types.go

    // one of the following must be set.
    type IngressRuleValue struct {
    	//TODO:
    	// 1. Consider renaming this resource and the associated rules so they
    	// aren't tied to Ingress. They can be used to route intra-cluster traffic.
    	// 2. Consider adding fields for ingress-type specific global options
    	// usable by a loadbalancer, like http keep-alive.
    
    	// http is a list of http selectors pointing to backends.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  10. src/runtime/map.go

    	oldoverflow *[]*bmap       // keeps overflow buckets of hmap.oldbuckets alive
    	startBucket uintptr        // bucket iteration started at
    	offset      uint8          // intra-bucket offset to start from during iteration (should be big enough to hold bucketCnt-1)
    	wrapped     bool           // already wrapped around from end of bucket array to beginning
    	B           uint8
    	i           uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 57.6K bytes
    - Viewed (0)
Back to top