Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 48 for 12559 (2.74 sec)

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

        %0 = "tfl.dequantize"(%arg0) : (tensor<1x224x224x3x!quant.uniform<u8:f32, 1.0>>) -> tensor<1x224x224x3xf32>
        %1 = "tfl.dequantize"(%arg1) : (tensor<32x3x3x3x!quant.uniform<u8<1:255>:f32, 1.0>>) -> tensor<32x3x3x3xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  2. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/plugins/JavaGradlePluginPluginPublishingIntegrationTest.groovy

            ivyRepo.module('com.example.foo', 'com.example.foo' + PLUGIN_MARKER_SUFFIX, 'unspecified').assertPublished()
        }
    
        @Issue("https://github.com/gradle/gradle/issues/12259")
        def "when publishing to maven then name and description from plugin block can be overriden by the publishing block when writing pom"() {
            given:
            plugin('foo', 'com.example.foo', 'pluginName', 'pluginDesc')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 13:07:03 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  3. src/image/png/example_test.go

    	img := image.NewNRGBA(image.Rect(0, 0, width, height))
    
    	for y := 0; y < height; y++ {
    		for x := 0; x < width; x++ {
    			img.Set(x, y, color.NRGBA{
    				R: uint8((x + y) & 255),
    				G: uint8((x + y) << 1 & 255),
    				B: uint8((x + y) << 2 & 255),
    				A: 255,
    			})
    		}
    	}
    
    	f, err := os.Create("image.png")
    	if err != nil {
    		log.Fatal(err)
    	}
    
    	if err := png.Encode(f, img); err != nil {
    		f.Close()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 21 19:47:04 UTC 2016
    - 3.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/post-quantize.mlir

      %1 = "tfl.pseudo_qconst"() {qtype = tensor<32x3x3x3x!quant.uniform<u8<1:255>:f32, 0.021826678373682216:151>>, value = dense<-76> : tensor<32x3x3x3xi8>} : () -> tensor<32x3x3x3x!quant.uniform<u8<1:255>:f32, 0.021826678373682216:151>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/prepare-quantize-signed.mlir

    func.func @uint8_to_int8_narrow_range(%arg0: tensor<2x2xf32>) -> tensor<2x2xf32> {
      %1 = "tfl.quantize"(%arg0) {qtype = tensor<2x2x!quant.uniform<u8<1:255>:f32, 1.0:255>>} : (tensor<2x2xf32>) -> tensor<2x2x!quant.uniform<u8<1:255>:f32, 1.0:255>>
      %2 = "tfl.dequantize"(%1) : (tensor<2x2x!quant.uniform<u8<1:255>:f32, 1.0:255>>) -> tensor<2x2xf32>
      func.return %2 : tensor<2x2xf32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  6. src/text/template/funcs.go

    // builtins returns the FuncMap.
    // It is not a global variable so the linker can dead code eliminate
    // more when this isn't called. See golang.org/issue/36021.
    // TODO: revert this back to a global map once golang.org/issue/2559 is fixed.
    func builtins() FuncMap {
    	return FuncMap{
    		"and":      and,
    		"call":     emptyCall,
    		"html":     HTMLEscaper,
    		"index":    index,
    		"slice":    slice,
    		"js":       JSEscaper,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*12590*/ uint16(xArgM16int),
    	/*12591*/ uint16(xMatch),
    	/*12592*/ uint16(xSetOp), uint16(FIDIVR),
    	/*12594*/ uint16(xArgM16int),
    	/*12595*/ uint16(xMatch),
    	/*12596*/ uint16(xSetOp), uint16(FADDP),
    	/*12598*/ uint16(xArgSTi),
    	/*12599*/ uint16(xArgST),
    	/*12600*/ uint16(xMatch),
    	/*12601*/ uint16(xSetOp), uint16(FMULP),
    	/*12603*/ uint16(xArgSTi),
    	/*12604*/ uint16(xArgST),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  8. cluster/addons/calico-policy-controller/networkpolicies-crd.yaml

                            apply to certain protocols). \n Must be one of these string
                            values: \"TCP\", \"UDP\", \"ICMP\", \"ICMPv6\", \"SCTP\",
                            \"UDPLite\" or an integer in the range 1-255."
                          pattern: ^.*
                          x-kubernetes-int-or-string: true
                        source:
                          description: Source contains the match criteria that apply to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 44.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___J1_B                          = 0x4E6 // 1254
    	SYS___Y1_B                          = 0x4E7 // 1255
    	SYS___JN_B                          = 0x4E8 // 1256
    	SYS___YN_B                          = 0x4E9 // 1257
    	SYS___LGAMMA_B                      = 0x4EA // 1258
    	SYS_LGAMMA_R                        = 0x4EB // 1259
    	SYS___LOG_B                         = 0x4EC // 1260
    	SYS___LOG10_B                       = 0x4ED // 1261
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  10. src/math/big/float_test.go

    		{"+0", "0/1", Exact},
    		{"-0", "0/1", Exact},
    		{"Inf", "nil", Below},
    		{"+Inf", "nil", Below},
    		{"-Inf", "nil", Above},
    		{"1", "1/1", Exact},
    		{"-1", "-1/1", Exact},
    		{"1.25", "5/4", Exact},
    		{"-1.25", "-5/4", Exact},
    		{"1e10", "10000000000/1", Exact},
    		{"1p10", "1024/1", Exact},
    		{"-1p-10", "-1/1024", Exact},
    		{"3.14159265", "7244019449799623199/2305843009213693952", Exact},
    	} {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 51.9K bytes
    - Viewed (0)
Back to top