Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 213 for 0_22 (0.03 sec)

  1. src/syscall/zerrors_linux_s390x.go

    	AF_INET                          = 0x2
    	AF_INET6                         = 0xa
    	AF_IPX                           = 0x4
    	AF_IRDA                          = 0x17
    	AF_ISDN                          = 0x22
    	AF_IUCV                          = 0x20
    	AF_KEY                           = 0xf
    	AF_LLC                           = 0x1a
    	AF_LOCAL                         = 0x1
    	AF_MAX                           = 0x29
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 73.3K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_ppc64le.go

    	AF_INET                          = 0x2
    	AF_INET6                         = 0xa
    	AF_IPX                           = 0x4
    	AF_IRDA                          = 0x17
    	AF_ISDN                          = 0x22
    	AF_IUCV                          = 0x20
    	AF_KEY                           = 0xf
    	AF_LLC                           = 0x1a
    	AF_LOCAL                         = 0x1
    	AF_MAX                           = 0x29
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  3. pkg/test/echo/proto/echo.pb.go

    	0x6f, 0x74, 0x6f, 0x22, 0x27, 0x0a, 0x0b, 0x45, 0x63, 0x68, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65,
    	0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20,
    	0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x22, 0x28, 0x0a, 0x0c,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  4. pkg/workloadapi/security/authorization.pb.go

    	0x06, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x22, 0x34, 0x0a, 0x05, 0x47, 0x72, 0x6f, 0x75, 0x70,
    	0x12, 0x2b, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
    	0x15, 0x2e, 0x69, 0x73, 0x74, 0x69, 0x6f, 0x2e, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79,
    	0x2e, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x22, 0x38, 0x0a,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  5. tensorflow/cc/framework/cc_ops_test.cc

      Tensor out;
      test::GetTensor(root, m, &out);
      test::ExpectTensorEqual<int>(out, test::AsTensor<int>({42}, {1, 1}));
    }
    
    TEST(CCOpTest, SplitConcat) {
      Scope root = Scope::NewRootScope();
      Split p(root, 0, {{1}, {2}}, 2);
      auto c = Concat(root, {p[0], p[1]}, 0);
      TF_EXPECT_OK(root.status());
      Tensor out;
      test::GetTensor(root, c, &out);
      test::ExpectTensorEqual<int>(out, test::AsTensor<int>({1, 2}, {2, 1}));
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 15 15:13:38 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/scheduling/v1beta1/generated.pb.go

    	0xcb, 0xf7, 0x7d, 0xcf, 0xfb, 0xda, 0x7e, 0x63, 0xc3, 0xd3, 0xd9, 0x0b, 0x89, 0x18, 0xc7, 0x24,
    	0x65, 0x58, 0x06, 0x53, 0x3a, 0xc9, 0x22, 0x96, 0x84, 0x78, 0x3e, 0xf2, 0xa9, 0x22, 0x23, 0x1c,
    	0xd2, 0x84, 0x0a, 0xa2, 0xe8, 0x04, 0xa5, 0x82, 0x2b, 0x6e, 0x1c, 0x6f, 0x70, 0x44, 0x52, 0x86,
    	0x6a, 0x1c, 0x55, 0x78, 0xff, 0x34, 0x64, 0x6a, 0x9a, 0xf9, 0x28, 0xe0, 0x31, 0x0e, 0x79, 0xc8,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  7. src/runtime/defs_aix_ppc64.go

    	_SIGCHLD    = 0x14
    	_SIGCONT    = 0x13
    	_SIGSTOP    = 0x11
    	_SIGTSTP    = 0x12
    	_SIGTTIN    = 0x15
    	_SIGTTOU    = 0x16
    	_SIGURG     = 0x10
    	_SIGXCPU    = 0x18
    	_SIGXFSZ    = 0x19
    	_SIGVTALRM  = 0x22
    	_SIGPROF    = 0x20
    	_SIGWINCH   = 0x1c
    	_SIGIO      = 0x17
    	_SIGPWR     = 0x1d
    	_SIGSYS     = 0xc
    	_SIGTERM    = 0xf
    	_SIGEMT     = 0x7
    	_SIGWAITING = 0x27
    
    	_FPE_INTDIV = 0x14
    	_FPE_INTOVF = 0x15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 20 21:27:51 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/windows/zknownfolderids_windows.go

    	FOLDERID_AppCaptures            = &KNOWNFOLDERID{0xedc0fe71, 0x98d8, 0x4f4a, [8]byte{0xb9, 0x20, 0xc8, 0xdc, 0x13, 0x3c, 0xb1, 0x65}}
    	FOLDERID_LocalDocuments         = &KNOWNFOLDERID{0xf42ee2d3, 0x909f, 0x4907, [8]byte{0x88, 0x71, 0x4c, 0x22, 0xfc, 0x0b, 0xf7, 0x56}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 19 21:26:10 UTC 2020
    - 18.7K bytes
    - Viewed (0)
  9. src/crypto/aes/aes_test.go

    	},
    	{
    		// Appendix C.1.  AES-128
    		[]byte{0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f},
    		[]byte{0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff},
    		[]byte{0x69, 0xc4, 0xe0, 0xd8, 0x6a, 0x7b, 0x04, 0x30, 0xd8, 0xcd, 0xb7, 0x80, 0x70, 0xb4, 0xc5, 0x5a},
    	},
    	{
    		// Appendix C.2.  AES-192
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 14:58:19 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go

    	AF_NETBIOS                     = 0x6
    	AF_NETGRAPH                    = 0x20
    	AF_OSI                         = 0x7
    	AF_PUP                         = 0x4
    	AF_ROUTE                       = 0x11
    	AF_SCLUSTER                    = 0x22
    	AF_SIP                         = 0x18
    	AF_SLOW                        = 0x21
    	AF_SNA                         = 0xb
    	AF_UNIX                        = 0x1
    	AF_UNSPEC                      = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
Back to top