Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 39 for Eintrag (0.1 sec)

  1. README.md

    **Android**                   | [![Status](https://storage.googleapis.com/tensorflow-kokoro-build-badges/android.svg)](https://storage.googleapis.com/tensorflow-kokoro-build-badges/android.html)               | [Download](https://bintray.com/google/tensorflow/tensorflow/_latestVersion)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 05 15:00:10 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

        - On artifact javaparser-core-3.6.11.jar (com.github.javaparser:javaparser-core:3.6.11) in repository 'MavenRepo': Artifact was signed with key '8756c4f765c9ac3cb6b85d62379ce192d401ab61' (Bintray (by JFrog) <****>) and passed verification but the key isn't in your trusted keys list.
    ----
    
    [NOTE]
    ====
    The key IDs that Gradle shows in error messages are the key IDs found in the signature file it tries to verify.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  3. src/encoding/xml/marshal_test.go

    			InFieldName: "D",
    		},
    		ExpectXML: `<Parent>` +
    			`<InTag>A</InTag>` +
    			`<InXMLName>B</InXMLName>` +
    			`<InXMLNameTag>C</InXMLNameTag>` +
    			`<InFieldName>D</InFieldName>` +
    			`</Parent>`,
    		MarshalOnly: true,
    	},
    	{
    		Value: &NamePrecedence{
    			XMLName:     Name{Local: "Parent"},
    			FromTag:     XMLNameWithoutTag{XMLName: Name{Local: "InTag"}, Value: "A"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r25/TaskProgressCrossVersionSpec.groovy

            when:
            def events = ProgressEvents.create()
            withConnection {
                ProjectConnection connection ->
                    connection.newBuild().withArguments("-Dorg.gradle.parallel.intra=true", '--parallel', '--max-workers=2').forTasks('parallelTasks').addProgressListener(events).run()
            }
    
            then:
            events.tasks.size() == 3
    
            def runTasks = events.operation("Run tasks")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/xla_platform_info.cc

      }
      *compilation_device_type = DeviceType(registration->compilation_device_name);
    
      TF_ASSIGN_OR_RETURN(auto allowed_gpus, GetAllowedGpus(flr));
      // TODO(b/255826209): Set platform, intra op parallelism threads if required
      // and when supported by GetOrCreatePjRtClient().
      // The `allowed_gpus` argument is used only if the `device_type` is GPU.
      TF_ASSIGN_OR_RETURN(*pjrt_client,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 17:23:27 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top