Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 534 for withT (0.04 sec)

  1. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    	}{
    		{
    			name:                "A pod that has no required pod affinity scheduling rules can schedule onto a node with no existing pods",
    			pod:                 new(v1.Pod),
    			node:                &node1,
    			wantPreFilterStatus: framework.NewStatus(framework.Skip),
    		},
    		{
    			name: "satisfies with requiredDuringSchedulingIgnoredDuringExecution in PodAffinity using In operator that matches the existing pod",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    ### `-tf-device-cluster-formation`
    
    _Form clusters from instructions assigned to same device_
    
    Clusters operations with the same device assignment id. For each
    cluster, creates a "tf_device.device_launch" op with a Region containing the
    ops in each cluster and replaces the ops with the new launch op.
    
    For example, given the following program:
    
    ```mlir
      %2 = "tf.A"(%arg0) : (tensor<?xi32>) -> tensor<?xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// query parameters (except for the value of continue) and the server may reject a continue value it
    	// does not recognize. If the specified continue value is no longer valid whether due to expiration
    	// (generally five to fifteen minutes) or a configuration change on the server, the server will
    	// respond with a 410 ResourceExpired error together with a continue token. If the client needs a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #  else
    #   define GTEST_HAS_RTTI 0
    #  endif
    
    // Starting with version 4.3.2, gcc defines __GXX_RTTI iff RTTI is enabled.
    # elif defined(__GNUC__) && (GTEST_GCC_VER_ >= 40302)
    
    #  ifdef __GXX_RTTI
    // When building against STLport with the Android NDK and with
    // -frtti -fno-exceptions, the build fails at link time with undefined
    // references to __cxa_bad_typeid. Note sure if STL or toolchain bug,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  5. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/service/DefaultServiceRegistry.java

     * <p>Service interfaces should be annotated with {@link org.gradle.internal.service.scopes.ServiceScope} to indicate their intended usage.</p>
     *
     * <p>Service interfaces can be annotated with {@link org.gradle.internal.service.scopes.StatefulListener} to indicate that services instances that implement the interface should
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:40 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #  else
    #   define GTEST_HAS_RTTI 0
    #  endif
    
    // Starting with version 4.3.2, gcc defines __GXX_RTTI iff RTTI is enabled.
    # elif defined(__GNUC__) && (GTEST_GCC_VER_ >= 40302)
    
    #  ifdef __GXX_RTTI
    // When building against STLport with the Android NDK and with
    // -frtti -fno-exceptions, the build fails at link time with undefined
    // references to __cxa_bad_typeid. Note sure if STL or toolchain bug,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  7. guava/src/com/google/common/util/concurrent/Futures.java

         * outputs users get when calling this with <Foo> and calling it with <@Nullable Foo>. The only
         * difference is that calling it with <Foo> won't work when an input Future has a @Nullable
         * type. So why even make that error possible by giving callers the choice?
         *
         * On the other hand, the current signature is consistent with the similar allAsList method. And
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 64.1K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

                    module('org.gradle.test:lib2:1.1')
                }
            }
        }
    
        // makes sure the extension with a different name is created even if a
        // different one with same contents exists
        def "can configure multiple libraries extension with same contents"() {
            settingsFile << """
                dependencyResolutionManagement {
                    versionCatalogs {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
  9. pkg/apis/storage/validation/validation_test.go

    		// test scenarios with InlineVolumeSpec set
    		volumeAttachment.Spec.Source.InlineVolumeSpec = &inlineSpec
    		old.Spec.Source.InlineVolumeSpec = &inlineSpec
    		if errs := ValidateVolumeAttachmentUpdate(&volumeAttachment, &old); len(errs) != 0 {
    			t.Errorf("expected success: %+v", errs)
    		}
    	}
    
    	// reset old's source with volumeName in case it was left with something else by earlier tests
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    // Generates a fatal failure with a generic message.
    #define GTEST_FAIL() GTEST_FATAL_FAILURE_("Failed")
    
    // Define this macro to 1 to omit the definition of FAIL(), which is a
    // generic name and clashes with some other libraries.
    #if !GTEST_DONT_DEFINE_FAIL
    # define FAIL() GTEST_FAIL()
    #endif
    
    // Generates a success with a generic message.
    #define GTEST_SUCCEED() GTEST_SUCCESS_("Succeeded")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
Back to top