Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 944 for has_name (0.17 sec)

  1. tensorflow/compiler/mlir/lite/metrics/types_util.h

          hash_result ^= std::hash<std::string>{}(v.subcomponent()) << 1;
        }
        if (v.has_error_code()) {
          hash_result ^= std::hash<int>{}(v.error_code()) << 2;
        }
        if (v.has_operator_() && v.operator_().has_name()) {
          hash_result ^= std::hash<std::string>{}(v.operator_().name()) << 3;
        }
        return hash_result;
      }
    };
    
    // The comparison function for ConverterErrorData.
    struct ConverterErrorDataComparison {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Sep 01 16:09:28 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/codeQuality/codeQuality/groovy/src/main/java/org/gradle/sample/bad_name.java

    package org.gradle.sample;
    
    class bad_name {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 48 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/codeQuality/codeQuality/kotlin/src/main/java/org/gradle/sample/bad_name.java

    package org.gradle.sample;
    
    class bad_name {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 48 bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/invalid/httproute/invalid-hostname.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: invalid-hostname
    spec:
      hostnames:
      - http://a<
      rules:
      - backendRefs:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 172 bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/internal/configure/NativeBinaryRulesTest.groovy

        def "test shared library"() {
            def binary = initBinary(SharedLibraryBinarySpecInternal, NativeLibrarySpec)
    
            when:
            toolProvider.getSharedLibraryName("base_name") >> "shared_library_name"
            toolProvider.getSharedLibraryLinkFileName("base_name") >> "shared_library_link_name"
    
            and:
            NativeBinaryRules.assignTools(binary, toolChains, tmpDir.testDirectory)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/invalid/gateway/hostname-tcp.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: Gateway
    metadata:
      name: hostname-tcp
    spec:
      gatewayClassName: acme-lb
      listeners:
      - name: example
        hostname: example.com
        protocol: TCP
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 213 bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/invalid/gateway/hostname-udp.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: Gateway
    metadata:
      name: hostname-udp
    spec:
      gatewayClassName: acme-lb
      listeners:
      - name: example
        hostname: example.com
        protocol: UDP
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 213 bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/invalid/httproute/invalid-httredirect-hostname.yaml

    kind: HTTPRoute
    metadata:
      name: invalid-backend-port
    spec:
      rules:
      - backendRefs:
        - name: my-service
          port: 8080
        filters:
        - type: RequestRedirect
          requestRedirect:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 286 bytes
    - Viewed (0)
  9. releasenotes/notes/gw-hostname-resolution.yaml

    dwq <******@****.***> 1680884276 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 07 16:17:56 UTC 2023
    - 370 bytes
    - Viewed (0)
  10. guava-testlib/src/com/google/common/testing/RelationshipTester.java

      private final String relationshipName;
      private final String hashName;
      private final ItemReporter itemReporter;
      private final List<ImmutableList<T>> groups = Lists.newArrayList();
    
      RelationshipTester(
          Equivalence<? super T> equivalence,
          String relationshipName,
          String hashName,
          ItemReporter itemReporter) {
        this.equivalence = checkNotNull(equivalence);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Apr 25 11:57:12 UTC 2023
    - 5.9K bytes
    - Viewed (0)
Back to top