Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for no_oss (0.15 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

          ('none', None, False, False, quant_opts_pb2.TF, False, 'SAME'),
          ('relu', nn_ops.relu, False, False, quant_opts_pb2.TF, False, 'SAME'),
          ('relu6', nn_ops.relu6, False, False, quant_opts_pb2.TF, False, 'SAME'),
          ('with_bias', None, True, False, quant_opts_pb2.TF, False, 'SAME'),
          (
              'with_bias_and_relu',
              nn_ops.relu,
              True,
              False,
              quant_opts_pb2.TF,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

        # shellcheck disable=SC2153
        ./easyrsa --batch "--req-cn=${PRIMARY_CN}@$(date +%s)" build-ca nopass
        # SANS (expected to be) defined by caller
        # shellcheck disable=SC2153
        ./easyrsa --subject-alt-name="${SANS}" build-server-full "${MASTER_NAME}" nopass
        ./easyrsa build-client-full kube-apiserver nopass
    
        kube::util::ensure-cfssl "${KUBE_TEMP}/cfssl"
    
        # make the config for the signer
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

                final Type fieldType,
                final BytecodeFragment initializer
            ) {
                addLazyGetter(methodName, returnType, methodDescriptor, null, fieldName, fieldType, initializer, BytecodeFragment.NO_OP);
            }
    
            private void addLazyGetter(
                String methodName,
                Type returnType,
                String methodDescriptor,
                @Nullable String signature,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    ybo.faith
    yombo.me
    homelink.one
    ybo.party
    ybo.review
    ybo.science
    ybo.trade
    
    // Yunohost : https://yunohost.org
    // Submitted by Valentin Grimaud <******@****.***>
    ynh.fr
    nohost.me
    noho.st
    
    // ZaNiC : http://www.za.net/
    // Submitted by registry <******@****.***>
    za.net
    za.org
    
    // Zine EOOD : https://zine.bg/
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top