Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 512g (0.04 sec)

  1. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+3976(SB)/8,$0x0000000064efe7c0
    
    	/* x^6208 mod p(x), x^6144 mod p(x) */
    DATA ·IEEEConst+3984(SB)/8,$0x00000000ac81ef72
    DATA ·IEEEConst+3992(SB)/8,$0x000000000ac2d904
    
    	/* x^5184 mod p(x), x^5120 mod p(x) */
    DATA ·IEEEConst+4000(SB)/8,$0x0000000133212464
    DATA ·IEEEConst+4008(SB)/8,$0x00000000fd226d14
    
    	/* x^4160 mod p(x), x^4096 mod p(x) */
    DATA ·IEEEConst+4016(SB)/8,$0x00000000e4e45610
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

    f32>>>, %arg19: tensor<!tf_type.resource<tensor<?xf32>>>, %arg20: tensor<!tf_type.resource<tensor<?xf32>>>, %arg21: tensor<!tf_type.resource<tensor<?xf32>>>, %arg22: tensor<!tf_type.resource<tensor<?xf32>>>, %arg23: tensor<!tf_type.resource<tensor<512x?xf32>>>, %arg24: tensor<!tf_type.resource<tensor<?x?xf32>>>, %arg25: tensor<!tf_type.resource<tensor<?xf32>>>, %arg26: tensor<!tf_type.resource<tensor<?x?xf32>>>, %arg27: tensor<f32> {tf._class = ["loc:@md/rnnt_step_decoder/rnnt_decoder/joint/w_b_y/var"]},...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			message:               "message not messageExpression",
    			messageExpression:     fmt.Sprintf(`"%s"`, genString(5121, 'a')),
    			costBudget:            celconfig.RuntimeCELCostBudget,
    			expectedLogErr:        "messageExpression beyond allowable length of 5120",
    			expectedValidationErr: "message not messageExpression",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

          enable_per_channel_quantization: bool,
      ):
        input_shape = (1, 512)
    
        self._create_matmul_model(
            input_shape=input_shape,
            weight_shape=(512, 2),
            saved_model_path=self._input_saved_model_path,
        )
    
        tags = {tag_constants.SERVING}
        quantization_options = quant_opts_pb2.QuantizationOptions(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  5. src/crypto/sha512/sha512_test.go

    	tests := []struct {
    		name    string
    		newHash func() hash.Hash
    		golden  []sha512Test
    	}{
    		{"512/224", New512_224, golden224},
    		{"512/256", New512_256, golden256},
    		{"384", New384, golden384},
    		{"512", New, golden512},
    	}
    
    	for _, tt := range tests {
    		t.Run(tt.name, func(t *testing.T) {
    			for _, test := range tt.golden {
    				h := tt.newHash()
    				h2 := tt.newHash()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  6. src/crypto/internal/nistec/fiat/p521_fiat64.go

    	x9 := (uint64(arg1[57]) << 8)
    	x10 := arg1[56]
    	x11 := (uint64(arg1[55]) << 56)
    	x12 := (uint64(arg1[54]) << 48)
    	x13 := (uint64(arg1[53]) << 40)
    	x14 := (uint64(arg1[52]) << 32)
    	x15 := (uint64(arg1[51]) << 24)
    	x16 := (uint64(arg1[50]) << 16)
    	x17 := (uint64(arg1[49]) << 8)
    	x18 := arg1[48]
    	x19 := (uint64(arg1[47]) << 56)
    	x20 := (uint64(arg1[46]) << 48)
    	x21 := (uint64(arg1[45]) << 40)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 167K bytes
    - Viewed (0)
Back to top