Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for pinyin (0.14 sec)

  1. tensorflow/c/eager/c_api.cc

        TF_Status status;
        // Let this custom device choose the device to pin this op on if it
        // implements the pinning function.
        if (device_.shall_pin_to_this_device != nullptr) {
          return device_.shall_pin_to_this_device(tensorflow::wrap(op), &status);
        }
        return errors::Unimplemented("No custom device pinning implementation.");
      }
    
     private:
      TFE_Context* context_;
      TFE_CustomDevice device_;
      void* info_;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 08:11:23 UTC 2024
    - 44K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	O_SYNC                           = 0x101000
    	O_TMPFILE                        = 0x404000
    	O_TRUNC                          = 0x200
    	PARENB                           = 0x100
    	PARODD                           = 0x200
    	PENDIN                           = 0x4000
    	PERF_EVENT_IOC_DISABLE           = 0x2401
    	PERF_EVENT_IOC_ENABLE            = 0x2400
    	PERF_EVENT_IOC_ID                = 0x80082407
    	PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4008240b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	O_SYNC                           = 0x101000
    	O_TMPFILE                        = 0x410000
    	O_TRUNC                          = 0x200
    	PARENB                           = 0x100
    	PARODD                           = 0x200
    	PENDIN                           = 0x4000
    	PERF_EVENT_IOC_DISABLE           = 0x2401
    	PERF_EVENT_IOC_ENABLE            = 0x2400
    	PERF_EVENT_IOC_ID                = 0x80042407
    	PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4004240b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	O_SYNC                           = 0x101000
    	O_TMPFILE                        = 0x410000
    	O_TRUNC                          = 0x200
    	PARENB                           = 0x100
    	PARODD                           = 0x200
    	PENDIN                           = 0x4000
    	PERF_EVENT_IOC_DISABLE           = 0x2401
    	PERF_EVENT_IOC_ENABLE            = 0x2400
    	PERF_EVENT_IOC_ID                = 0x80082407
    	PERF_EVENT_IOC_MODIFY_ATTRIBUTES = 0x4008240b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    		$2 ~ /^IX(ON|ANY|OFF)$/ ||
    		$2 ~ /^IN(LCR|PCK)$/ ||
    		$2 !~ "X86_CR3_PCID_NOFLUSH" &&
    		$2 ~ /(^FLU?SH)|(FLU?SH$)/ ||
    		$2 ~ /^C(LOCAL|READ|MSPAR|RTSCTS)$/ ||
    		$2 == "BRKINT" ||
    		$2 == "HUPCL" ||
    		$2 == "PENDIN" ||
    		$2 == "TOSTOP" ||
    		$2 == "XCASE" ||
    		$2 == "ALTWERASE" ||
    		$2 == "NOKERNINFO" ||
    		$2 == "NFDBITS" ||
    		$2 ~ /^PAR/ ||
    		$2 ~ /^SIG[^_]/ ||
    		$2 ~ /^O[CNPFPL][A-Z]+[^_][A-Z]+$/ ||
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/apis/kubeadm/v1beta3/types.go

    	// CACertHashes specifies a set of public key pins to verify
    	// when token-based discovery is used. The root CA found during discovery
    	// must match one of these values. Specifying an empty set disables root CA
    	// pinning, which can be unsafe. Each hash is specified as "<type>:<value>",
    	// where the only currently supported type is "sha256". This is a hex-encoded
    	// SHA-256 hash of the Subject Public Key Info (SPKI) object in DER-encoded
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  7. cluster/gce/upgrade.sh

        echo "export ETCD_VERSION=3.0.17"
        echo
        echo "Alternatively, if you choose to allow an etcd upgrade that doesn't support downgrade,"
        echo "you might still be able to downgrade Kubernetes by pinning to the newer etcd version."
        echo "In all cases, it is strongly recommended to have an etcd backup before upgrading."
        echo
        if [ -t 0 ] && [ -t 1 ]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/apis/kubeadm/types.go

    	// CACertHashes specifies a set of public key pins to verify
    	// when token-based discovery is used. The root CA found during discovery
    	// must match one of these values. Specifying an empty set disables root CA
    	// pinning, which can be unsafe. Each hash is specified as "<type>:<value>",
    	// where the only currently supported type is "sha256". This is a hex-encoded
    	// SHA-256 hash of the Subject Public Key Info (SPKI) object in DER-encoded
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// CACertHashes specifies a set of public key pins to verify
    	// when token-based discovery is used. The root CA found during discovery
    	// must match one of these values. Specifying an empty set disables root CA
    	// pinning, which can be unsafe. Each hash is specified as "<type>:<value>",
    	// where the only currently supported type is "sha256". This is a hex-encoded
    	// SHA-256 hash of the Subject Public Key Info (SPKI) object in DER-encoded
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  10. internal/grid/connection.go

    	if m.MuxID == 0 {
    		m.Flags.Clear(FlagPayloadIsZero)
    		m.Op = OpPong
    		gridLogIf(ctx, c.queueMsg(m, nil))
    		return
    	}
    	// Single calls do not support pinging.
    	if v, ok := c.inStream.Load(m.MuxID); ok {
    		pong := v.ping(m.Seq)
    		gridLogIf(ctx, c.queueMsg(m, &pong))
    	} else {
    		pong := pongMsg{NotFound: true}
    		gridLogIf(ctx, c.queueMsg(m, &pong))
    	}
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 44.8K bytes
    - Viewed (0)
Back to top