Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 592 for 3x10 (1.38 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/unwrap_xla_call_module_op.mlir

        %2 = "tf.XlaCallModule"(%1) <{Sout = [#tf_type.shape<3x10>], dim_args_spec = [], disabled_checks = [], has_token_input_output = false, module = "", platforms = ["CPU"], version = 9 : i64}> {_entry_function = @main_0, _stablehlo_module_attrs = {}, device = ""} : (tensor<10x1x3xf32>) -> tensor<3x10xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 08 22:40:14 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  2. test/inline_big.go

    	a[297] = 0
    	a[298] = 0
    	a[299] = 0
    	a[300] = 0
    	a[301] = 0
    	a[302] = 0
    	a[303] = 0
    	a[304] = 0
    	a[305] = 0
    	a[306] = 0
    	a[307] = 0
    	a[308] = 0
    	a[309] = 0
    	a[310] = 0
    	a[311] = 0
    	a[312] = 0
    	a[313] = 0
    	a[314] = 0
    	a[315] = 0
    	a[316] = 0
    	a[317] = 0
    	a[318] = 0
    	a[319] = 0
    	a[320] = 0
    	a[321] = 0
    	a[322] = 0
    	a[323] = 0
    	a[324] = 0
    	a[325] = 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 18 11:58:37 UTC 2023
    - 12.7K bytes
    - Viewed (0)
  3. helm-releases/minio-3.1.0.tgz

    minio-3.1.0.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2021-09-09T21-37-07Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 3.1.0 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Sep 12 18:19:27 UTC 2021
    - 14.3K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/flags_test.go

    		fcb.Z = x>>6&1 != 0
    		fcb.N = x>>7&1 != 0
    		fcb.C = x>>0&1 != 0
    		if sub {
    			// Convert from amd64-sense to arm-sense
    			fcb.C = !fcb.C
    		}
    		fcb.V = x>>11&1 != 0
    	case "arm64":
    		fcb.Z = x>>30&1 != 0
    		fcb.N = x>>31&1 != 0
    		fcb.C = x>>29&1 != 0
    		fcb.V = x>>28&1 != 0
    	default:
    		panic("unsupported architecture: " + runtime.GOARCH)
    	}
    	return fcb.encode()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 04 19:36:17 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  5. src/math/big/intconv_test.go

    	{"10", "10", 16, 16, true},
    	{"-10", "-10", 16, -16, true},
    	{"+10", "10", 16, 16, true},
    	{"0b10", "2", 0, 2, true},
    	{"0o10", "8", 0, 8, true},
    	{"0x10", "16", 0, 16, true},
    	{in: "0x10", base: 16},
    	{"-0x10", "-16", 0, -16, true},
    	{"+0x10", "16", 0, 16, true},
    	{"00", "0", 0, 0, true},
    	{"0", "0", 8, 0, true},
    	{"07", "7", 0, 7, true},
    	{"7", "7", 8, 7, true},
    	{"023", "19", 0, 19, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 22:58:58 UTC 2019
    - 10K bytes
    - Viewed (0)
  6. src/crypto/des/des_test.go

    	{ // 2
    		[]byte{
    			0x10, 0x07, 0x10, 0x34, 0xc8, 0x98, 0x01, 0x20,
    			0x10, 0x07, 0x10, 0x34, 0xc8, 0x98, 0x01, 0x20,
    			0x10, 0x07, 0x10, 0x34, 0xc8, 0x98, 0x01, 0x20,
    		},
    		nil,
    		[]byte{0x83, 0xbc, 0x8e, 0xf3, 0xa6, 0x57, 0x01, 0x83}},
    	{ // 3
    		[]byte{
    			0x10, 0x46, 0x10, 0x34, 0x89, 0x98, 0x80, 0x20,
    			0x10, 0x46, 0x10, 0x34, 0x89, 0x98, 0x80, 0x20,
    			0x10, 0x46, 0x10, 0x34, 0x89, 0x98, 0x80, 0x20,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 16:49:56 UTC 2023
    - 52.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	GENL_ID_CTRL                                = 0x10
    	GENL_ID_PMCRAID                             = 0x12
    	GENL_ID_VFS_DQUOT                           = 0x11
    	GENL_MAX_ID                                 = 0x3ff
    	GENL_MIN_ID                                 = 0x10
    	GENL_NAMSIZ                                 = 0x10
    	GENL_START_ALLOC                            = 0x13
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_riscv64.go

    	AF_NETLINK                       = 0x10
    	AF_NETROM                        = 0x6
    	AF_NFC                           = 0x27
    	AF_PACKET                        = 0x11
    	AF_PHONET                        = 0x23
    	AF_PPPOX                         = 0x18
    	AF_RDS                           = 0x15
    	AF_ROSE                          = 0xb
    	AF_ROUTE                         = 0x10
    	AF_RXRPC                         = 0x21
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.8K bytes
    - Viewed (0)
  9. src/syscall/zerrors_darwin_arm64.go

    	BIOCVERSION                       = 0x40044271
    	BPF_A                             = 0x10
    	BPF_ABS                           = 0x20
    	BPF_ADD                           = 0x0
    	BPF_ALIGNMENT                     = 0x4
    	BPF_ALU                           = 0x4
    	BPF_AND                           = 0x50
    	BPF_B                             = 0x10
    	BPF_DIV                           = 0x30
    	BPF_H                             = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  10. src/syscall/zerrors_solaris_amd64.go

    	BIOCVERSION                   = 0x40044271
    	BPF_A                         = 0x10
    	BPF_ABS                       = 0x20
    	BPF_ADD                       = 0x0
    	BPF_ALIGNMENT                 = 0x4
    	BPF_ALU                       = 0x4
    	BPF_AND                       = 0x50
    	BPF_B                         = 0x10
    	BPF_DFLTBUFSIZE               = 0x100000
    	BPF_DIV                       = 0x30
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
Back to top