Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for crt2 (0.07 sec)

  1. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %cst2 = arith.constant dense<[1.0, 2.0]> : tensor<2xf32>
      %0 = "tfl.fully_connected"(%arg0, %cst0, %cst1) {fused_activation_function = "NONE", keep_num_dims = false, weights_format = "DEFAULT"} : (tensor<1x3xf32>, tensor<2x3xf32>, tensor<2xf32>) -> tensor<1x2xf32>
      // %cst2 isn't broadcast-compatible to %cst0, but tf.Mul is able to fold them.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // CHECK-DAG: %[[CST1:.*]] = "tf.Const"() <{value = dense<2.000000e+00> : tensor<192x8xbf16>}> : () -> tensor<192x8xbf16>
    // CHECK-DAG: %[[CST2:.*]] = "tf.Const"() <{value = dense<2.000000e+00> : tensor<192x8xbf16>}> : () -> tensor<192x8xbf16>
    // CHECK: %[[RESULT:.*]] = "tf.FloorMod"(%arg0, %[[CST2]]) : (tensor<192x8xbf16>, tensor<192x8xbf16>) -> tensor<192x8xbf16>
    // CHECK: return %[[RESULT]] : tensor<192x8xbf16>
    // CHECK: }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.24.md

    - Kubeadm: removed the restriction that the `ca.crt` can only contain one certificate. If there is more than one certificate in the `ca.crt` file, kubeadm will pick the first one by default. ([#107327](https://github.com/kubernetes/kubernetes/pull/107327), [@SataQiu](https://github.com/SataQiu))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 24 00:02:43 UTC 2023
    - 473.4K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	//
    	// Required fields:
    	// - Secret.Data["tls.key"] - TLS private key.
    	//   Secret.Data["tls.crt"] - TLS certificate.
    	// TODO: Consider supporting different formats, specifying CA/destinationCA.
    	SecretTypeTLS SecretType = "kubernetes.io/tls"
    
    	// TLSCertKey is the key for tls certificates in a TLS secret.
    	TLSCertKey = "tls.crt"
    	// TLSPrivateKeyKey is the key for the private key field in a TLS secret.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
    
      <mime-type type="application/x-x509-cert">
        <alias type="application/x-x509-ca-cert"/>
        <alias type="application/x-x509-user-cert"/>
        <glob pattern="*.crt"/>
      </mime-type>
      <mime-type type="application/x-x509-cert;format=pem">
        <sub-class-of type="application/x-x509-cert"/>
        <glob pattern="*.pem"/>
        <magic priority="50">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK-DAG: %[[CST1_0:.+]] = arith.constant 1
      // CHECK-DAG: %[[GETEXTENT1:.+]] = tensor.extract %[[SHAPEOF]][%[[CST1_0]]]
      // CHECK-DAG: %[[CST2:.+]] = arith.constant 2
      // CHECK-DAG: %[[GETEXTENT2:.+]] = tensor.extract %[[SHAPEOF]][%[[CST2]]]
      // CHECK-DAG: %[[TOEXTENTS:.+]] = tensor.from_elements %[[GETEXTENT0]], %[[CST1]], %[[GETEXTENT1]], %[[GETEXTENT2]]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	//
    	// Required fields:
    	// - Secret.Data["tls.key"] - TLS private key.
    	//   Secret.Data["tls.crt"] - TLS certificate.
    	// TODO: Consider supporting different formats, specifying CA/destinationCA.
    	SecretTypeTLS SecretType = "kubernetes.io/tls"
    
    	// TLSCertKey is the key for tls certificates in a TLS secret.
    	TLSCertKey = "tls.crt"
    	// TLSPrivateKeyKey is the key for the private key field in a TLS secret.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.29.md

    - Kubeadm: changed the "system:masters" Group in the apiserver-kubelet-client.crt certificate Subject to be "kubeadm:cluster-admins" which is a less privileged Group. ([#121837](https://github.com/kubernetes/kubernetes/pull/121837), [@neolit123](https://github.com/neolit123))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
Back to top