Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 291 for cat2 (2.66 sec)

  1. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"carpentry_saw":                        "\U0001fa9a",
    	"carrot":                               "\U0001f955",
    	"cartwheeling":                         "\U0001f938",
    	"cat":                                  "\U0001f431",
    	"cat2":                                 "\U0001f408",
    	"cayman_islands":                       "\U0001f1f0\U0001f1fe",
    	"cd":                                   "\U0001f4bf",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/fess/ro/stopwords.txt

    aşadar
    asemenea
    asta
    ăsta
    astăzi
    astea
    ăstea
    ăştia
    asupra
    aţi
    au
    avea
    avem
    aveţi
    azi
    bine
    bucur
    bună
    ca
    că
    căci
    când
    care
    cărei
    căror
    cărui
    cât
    câte
    câţi
    către
    câtva
    ce
    cel
    ceva
    chiar
    cînd
    cine
    cineva
    cît
    cîte
    cîţi
    cîtva
    contra
    cu
    cum
    cumva
    curând
    curînd
    da
    dă
    dacă
    dar
    datorită
    de
    deci
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 1.4K bytes
    - Viewed (0)
  3. pkg/controller/deployment/util/hash_test.go

    )
    
    var podSpec = `
    {
        "metadata": {
            "creationTimestamp": null,
            "labels": {
                "app": "cats"
            }
        },
        "spec": {
            "containers": [
                {
                    "name": "cats",
                    "image": "registry/test/cats:v0.@@VERSION@@.0",
                    "ports": [
                        {
                            "name": "http",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 28 19:00:40 UTC 2019
    - 4K bytes
    - Viewed (0)
  4. security/pkg/pki/testdata/multilevelpki/certs.sh

    # Intermediate CA2
    #openssl genrsa -out int2-key.pem 4096
    openssl req -new -key int2-key.pem -out int2-cert.csr -config int2-cert.cfg -batch -sha256
    
    openssl x509 -req -days 3650 -in int2-cert.csr -sha256 -CA int-cert.pem -CAkey int-key.pem -CAcreateserial -out int2-cert.pem -extensions v3_req -extfile int2-cert.cfg
    
    
    
    cat root-cert.pem > int-cert-chain.pem
    cat int-cert.pem >> int-cert-chain.pem
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Sep 14 20:15:07 UTC 2019
    - 1.8K bytes
    - Viewed (0)
  5. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	VADDECUQ T1, RED2, CAR1, CAR2 // VACCCQ T1, RED2, CAR1, CAR2
    	VADDEUQM T1, RED2, CAR1, T1   // VACQ   T1, RED2, CAR1, T1
    	VADDUQM  T2, CAR2, T2         // VAQ    T2, CAR2, T2
    
    	// ---------------------------------------------------
    
    	VSUBCUQ  T0, PL, CAR1       // VSCBIQ  PL, T0, CAR1
    	VSUBUQM  T0, PL, TT0        // VSQ     PL, T0, TT0
    	VSUBECUQ T1, PH, CAR1, CAR2 // VSBCBIQ T1, PH, CAR1, CAR2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  6. src/crypto/internal/nistec/p256_asm_s390x.s

    	VACQ   T1, RED2, CAR1, T1
    	VAQ    T2, CAR2, T2
    
    	// Last round
    	VPERM T1, T0, SEL1, RED2    // d1 d0 d1 d0
    	VPERM ZER, RED2, SEL2, RED1 // 0  d1 d0  0
    	VSQ   RED1, RED2, RED2      // Guaranteed not to underflow
    
    	VSLDB $8, T1, T0, T0
    	VSLDB $8, T2, T1, T1
    
    	VACCQ  T0, RED1, CAR1
    	VAQ    T0, RED1, T0
    	VACCCQ T1, RED2, CAR1, CAR2
    	VACQ   T1, RED2, CAR1, T1
    	VAQ    T2, CAR2, T2
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  7. security/pkg/pki/testdata/multilevelpki/int2-cert.cfg

    stateOrProvinceName = CA
    stateOrProvinceName_default = CA
    localityName = Sunnyvale
    localityName_default = Sunnyvale
    organizationalUnitName = Istio
    organizationalUnitName_default = Istio
    commonName = Intermediate CA2
    commonName_default = Intermediate CA2
    commonName_max  = 64
    
    [v3_req]
    basicConstraints = CA:TRUE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 06 04:49:04 UTC 2018
    - 528 bytes
    - Viewed (0)
  8. src/debug/pe/symbols_test.go

    	// corresponds to the mingw "crt2.o" object. The object itself was
    	// built using an x86_64 HOST=linux TARGET=windows clang cross
    	// compiler based on LLVM 13. More build details can be found at
    	// https://github.com/mstorsjo/llvm-mingw/releases.
    	f, err := Open("testdata/llvm-mingw-20211002-msvcrt-x86_64-crt2")
    	if err != nil {
    		t.Errorf("open failed with %v", err)
    	}
    	defer f.Close()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 06 18:07:48 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/tf_optimize.mlir

      %cst2 = arith.constant dense<[1.0, 2.0]> : tensor<2xf32>
      %0 = "tf.Conv2D"(%arg0, %cst0) {T = "tfdtype$DT_FLOAT", data_format = "NHWC", dilations = [1, 2, 3, 1], padding = "SAME", strides = [1, 4, 5, 1]} : (tensor<1x112x112x3xf32>, tensor<1x3x3x2xf32>) -> tensor<1x28x23x2xf32>
      %1 = "tf.Mul"(%0, %cst2) : (tensor<1x28x23x2xf32>, tensor<2xf32>) -> tensor<1x28x23x2xf32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 9.5K bytes
    - Viewed (0)
  10. 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)
Back to top