Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 819 for combinations (0.12 sec)

  1. tensorflow/c/c_api.h

    // This function creates a new TF_Session (which is created on success) using
    // `session_options`, and then initializes state (restoring tensors and other
    // assets) using `run_options`.
    //
    // Any NULL and non-NULL value combinations for (`run_options, `meta_graph_def`)
    // are valid.
    //
    // - `export_dir` must be set to the path of the exported SavedModel.
    // - `tags` must include the set of tags used to identify one MetaGraphDef in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  2. pkg/registry/core/service/storage/alloc.go

    	if len(el) > 0 {
    		return errors.NewInvalid(api.Kind("Service"), service.Name, el)
    	}
    
    	// Special-case: headless + selectorless.  This has to happen before other
    	// checks because it explicitly allows combinations of inputs that would
    	// otherwise be errors.
    	if service.Spec.ClusterIP == api.ClusterIPNone && len(service.Spec.Selector) == 0 {
    		// If IPFamilies was not set by the user, start with the default
    		// family.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:05 UTC 2023
    - 37.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      _also_ apply in that case). \n Practically, this means that each
                      listener in a set MUST have a unique combination of Port, Protocol,
                      and, if supported by the protocol, Hostname. \n Some combinations
                      of port, protocol, and TLS settings are considered Core support
                      and MUST be supported by implementations based on their targeted
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/ppc64.s

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This contains the majority of valid opcode combinations
    // available in cmd/internal/obj/ppc64/asm9.go with
    // their valid instruction encodings.
    
    #include "../../../../../runtime/textflag.h"
    
    // In case of index mode instructions, usage of
    // (Rx)(R0) is equivalent to (Rx+R0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  5. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheProblemReportingIntegrationTest.groovy

            where:
            [registrationPoint, listenerType] << [
                ["addListener", "useLogger"],
                ["BuildAdapter", "TaskExecutionAdapter", "TestAdapter", "TestOutputAdapter"]
            ].combinations()
        }
    
        def "reports registration of unsupported build listener implementing supported listener too on #registrationPoint"() {
            given:
            buildFile("""
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

                           const char* /*test_names*/, int /*index*/) {
        return true;
      }
    };
    
    // TypeParameterizedTestCase<Fixture, Tests, Types>::Register()
    // registers *all combinations* of 'Tests' and 'Types' with Google
    // Test.  The return value is insignificant - we just need to return
    // something such that we can call this function in a namespace scope.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

                           const char* /*test_names*/, int /*index*/) {
        return true;
      }
    };
    
    // TypeParameterizedTestCase<Fixture, Tests, Types>::Register()
    // registers *all combinations* of 'Tests' and 'Types' with Google
    // Test.  The return value is insignificant - we just need to return
    // something such that we can call this function in a namespace scope.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 43.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/envelope_test.go

    	keyID2 := "id2"
    	annotations2 := map[string][]byte{"x": {9, 10}, "y": {11, 12}}
    	encryptedDEKSourceType2 := kmstypes.EncryptedDEKSourceType_HKDF_SHA256_XNONCE_AES_GCM_SEED
    
    	// generate all possible combinations of the above
    	testCases := []struct {
    		encryptedDEKSourceType kmstypes.EncryptedDEKSourceType
    		encryptedDEKSource     []byte
    		keyID                  string
    		annotations            map[string][]byte
    	}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 25 16:50:20 UTC 2023
    - 47.2K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/ppc64/asm9.go

    }
    
    // optab contains an array to be sliced of accepted operand combinations for an
    // instruction. Unused arguments and fields are not explicitly enumerated, and
    // should not be listed for clarity. Unused arguments and values should always
    // assume the default value for the given type.
    //
    // optab does not list every valid ppc64 opcode, it enumerates representative
    // operand combinations for a class of instruction.  The variable oprange indexes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    //  ValuesIn(begin,end)          container, or an iterator range [begin, end).
    //  Bool()                     - Yields sequence {false, true}.
    //  Combine(g1, g2, ..., gN)   - Yields all combinations (the Cartesian product
    //                               for the math savvy) of the values generated
    //                               by the N generators.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 74.1K bytes
    - Viewed (0)
Back to top