Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for splay_ (0.14 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    		[6]*argField{ap_VecReg_6_10, ap_ImmSigned_11_15}},
    	{VSPLTISH, 0xfc0007ff00000000, 0x1000034c00000000, 0xf80000000000, // Vector Splat Immediate Signed Halfword VX-form (vspltish VRT,SIM)
    		[6]*argField{ap_VecReg_6_10, ap_ImmSigned_11_15}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        // are counted for the average of this window, not padded entries.
    
        // Build all-ones tensor of same shape as the original input.
        ElementsAttr splat = hlo::getSplat(&rewriter, orig_input_type, 1);
        auto all_ones_tensor = rewriter.create<ConstantOp>(loc, splat);
    
        // Get padding for the input.
        DenseIntElementsAttr input_padding_attr =
            GetReduceWindowPaddingAsAttr<num_dims>(input_shape, op.getKsize(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. src/net/http/h2_bundle.go

    			// TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 so there's no
    			// excuses here. If we really must, we could allow an
    			// "AllowInsecureWeakCiphers" option on the server later.
    			// Let's see how it plays out first.
    			sc.rejectConn(http2ErrCodeInadequateSecurity, fmt.Sprintf("Prohibited TLS 1.2 Cipher Suite: %x", sc.tlsState.CipherSuite))
    			return
    		}
    	}
    
    	if opts.Settings != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top