Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for Eintrag (0.17 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. 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)
  5. 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)
  6. 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)
Back to top