Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 56 for 3x42 (0.1 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	DEVLINK_CMD_TRAP_DEL                               = 0x40
    	DEVLINK_CMD_TRAP_GROUP_GET                         = 0x41
    	DEVLINK_CMD_TRAP_GROUP_SET                         = 0x42
    	DEVLINK_CMD_TRAP_GROUP_NEW                         = 0x43
    	DEVLINK_CMD_TRAP_GROUP_DEL                         = 0x44
    	DEVLINK_CMD_TRAP_POLICER_GET                       = 0x45
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  2. src/image/jpeg/scan.go

    	case 0x21:
    		subsampleRatio = image.YCbCrSubsampleRatio422
    	case 0x22:
    		subsampleRatio = image.YCbCrSubsampleRatio420
    	case 0x41:
    		subsampleRatio = image.YCbCrSubsampleRatio411
    	case 0x42:
    		subsampleRatio = image.YCbCrSubsampleRatio410
    	default:
    		panic("unreachable")
    	}
    	m := image.NewYCbCr(image.Rect(0, 0, 8*h0*mxx, 8*v0*myy), subsampleRatio)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 25 00:46:29 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.pb.go

    	0x94, 0xab, 0x0c, 0xb2, 0xbf, 0x57, 0x42, 0x66, 0x75, 0x14, 0x8c, 0x05, 0x3d, 0x7a, 0x0b, 0xc6,
    	0xd8, 0x2f, 0xe5, 0x36, 0x58, 0xcc, 0xd7, 0x60, 0x54, 0x75, 0x42, 0xee, 0x53, 0x6b, 0x80, 0xb0,
    	0xc9, 0x6a, 0x76, 0x13, 0x86, 0xd5, 0x67, 0x3d, 0x54, 0x6b, 0xf7, 0xbf, 0x29, 0xc2, 0x74, 0xc6,
    	0x9c, 0x43, 0xa1, 0x31, 0x12, 0x17, 0x7a, 0x9c, 0xaa, 0xef, 0x72, 0x2c, 0x42, 0x76, 0x81, 0xaa,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  4. cmd/xl-storage-format-v2_gen.go

    	if err != nil {
    		return
    	}
    	err = en.WriteInt(z.ErasureN)
    	if err != nil {
    		err = msgp.WrapError(err, "ErasureN")
    		return
    	}
    	// write "EcBSize"
    	err = en.Append(0xa7, 0x45, 0x63, 0x42, 0x53, 0x69, 0x7a, 0x65)
    	if err != nil {
    		return
    	}
    	err = en.WriteInt64(z.ErasureBlockSize)
    	if err != nil {
    		err = msgp.WrapError(err, "ErasureBlockSize")
    		return
    	}
    	// write "EcIndex"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 19:14:09 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

    // `tfl.slice` when stride is 1.
    
    func.func @slice(
        %arg0: tensor<3x4x!quant.uniform<i8:f32, 2.000000e+00:-1>>
      ) -> tensor<2x2x!quant.uniform<i8:f32, 2.000000e+00:-1>> {
      %0 = "stablehlo.slice"(%arg0) {
        start_indices = array<i64: 1, 2>,
        limit_indices = array<i64: 3, 4>,
        strides = array<i64: 1, 1>
      } : (
        tensor<3x4x!quant.uniform<i8:f32, 2.000000e+00:-1>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  6. src/encoding/gob/doc.go

    	01	// add one to field number, yielding field 0
    	2c	// encoding of signed "22" (0x2c = 44 = 22<<1); Point.x = 22
    	01	// add one to field number, yielding field 1
    	42	// encoding of signed "33" (0x42 = 66 = 33<<1); Point.y = 33
    	00	// end of structure
    
    The type encoding is long and fairly intricate but we send it only once.
    If p is transmitted a second time, the type is already known so the
    output will be just:
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  7. src/runtime/iface.go

    	0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27,
    	0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f,
    	0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
    	0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f,
    	0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47,
    	0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f,
    	0x50, 0x51, 0x52, 0x53, 0x54, 0x55, 0x56, 0x57,
    	0x58, 0x59, 0x5a, 0x5b, 0x5c, 0x5d, 0x5e, 0x5f,
    	0x60, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x67,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  8. gradle/verification-metadata.xml

                <pgp value="FAABC3738B1F58DA2D776FA2EB380DC13C39F675"/>
             </artifact>
          </component>
          <component group="com.lmax" name="disruptor" version="3.4.2">
             <artifact name="disruptor-3.4.2.jar">
                <pgp value="58DF461CAAC5F4E5FB2BE32CBFFA420097F49C8A"/>
             </artifact>
          </component>
          <component group="com.martiansoftware" name="nailgun-server" version="0.9.1">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/x86/asm6.go

    	{ACLI, ynone, Px, opBytes{0xfa}},
    	{ACLTS, ynone, Pm, opBytes{0x06}},
    	{ACLWB, yclflush, Pq, opBytes{0xae, 06}},
    	{ACMC, ynone, Px, opBytes{0xf5}},
    	{ACMOVLCC, yml_rl, Pm, opBytes{0x43}},
    	{ACMOVLCS, yml_rl, Pm, opBytes{0x42}},
    	{ACMOVLEQ, yml_rl, Pm, opBytes{0x44}},
    	{ACMOVLGE, yml_rl, Pm, opBytes{0x4d}},
    	{ACMOVLGT, yml_rl, Pm, opBytes{0x4f}},
    	{ACMOVLHI, yml_rl, Pm, opBytes{0x47}},
    	{ACMOVLLE, yml_rl, Pm, opBytes{0x4e}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  10. go.sum

    google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c=
    google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg=
    google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
    gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 85.8K bytes
    - Viewed (0)
Back to top