Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for booln (0.38 sec)

  1. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      }
      bool time_major() const {
        return GetField<uint8_t>(VT_TIME_MAJOR, 0) != 0;
      }
      bool asymmetric_quantize_inputs() const {
        return GetField<uint8_t>(VT_ASYMMETRIC_QUANTIZE_INPUTS, 0) != 0;
      }
      bool diagonal_recurrent_tensors() const {
        return GetField<uint8_t>(VT_DIAGONAL_RECURRENT_TENSORS, 0) != 0;
      }
      bool Verify(::flatbuffers::Verifier &verifier) const {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  2. api/go1.txt

    pkg net, method (IP) Equal(IP) bool
    pkg net, method (IP) IsGlobalUnicast() bool
    pkg net, method (IP) IsInterfaceLocalMulticast() bool
    pkg net, method (IP) IsLinkLocalMulticast() bool
    pkg net, method (IP) IsLinkLocalUnicast() bool
    pkg net, method (IP) IsLoopback() bool
    pkg net, method (IP) IsMulticast() bool
    pkg net, method (IP) IsUnspecified() bool
    pkg net, method (IP) Mask(IPMask) IP
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.pb.go

    }
    func (m *AWSElasticBlockStoreVolumeSource) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *AWSElasticBlockStoreVolumeSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(b)
    	if err != nil {
    		return nil, err
    	}
    	return b[:n], nil
    }
    func (m *AWSElasticBlockStoreVolumeSource) XXX_Merge(src proto.Message) {
    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. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Noctty bool
    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Ptrace bool
    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Setctty bool
    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Setpgid bool
    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Setsid bool
    pkg syscall (freebsd-386-cgo), type Timespec struct, Nsec int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg bufio, const MaxScanTokenSize ideal-int
    pkg bufio, func NewScanner(io.Reader) *Scanner
    pkg bufio, func ScanBytes([]uint8, bool) (int, []uint8, error)
    pkg bufio, func ScanLines([]uint8, bool) (int, []uint8, error)
    pkg bufio, func ScanRunes([]uint8, bool) (int, []uint8, error)
    pkg bufio, func ScanWords([]uint8, bool) (int, []uint8, error)
    pkg bufio, method (*Reader) WriteTo(io.Writer) (int64, error)
    pkg bufio, method (*Scanner) Bytes() []uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  6. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    					"featureGates": {
    						SchemaProps: spec.SchemaProps{
    							Description: "featureGates is a map of feature names to bools that enable or disable alpha/experimental features.",
    							Type:        []string{"object"},
    							AdditionalProperties: &spec.SchemaOrBool{
    								Allows: true,
    								Schema: &spec.Schema{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/opGen.go

    func (o Op) IsCall() bool         { return opcodeTable[o].call }
    func (o Op) IsTailCall() bool     { return opcodeTable[o].tailCall }
    func (o Op) HasSideEffects() bool { return opcodeTable[o].hasSideEffects }
    func (o Op) UnsafePoint() bool    { return opcodeTable[o].unsafePoint }
    func (o Op) ResultInArg0() bool   { return opcodeTable[o].resultInArg0 }
    
    var registers386 = [...]Register{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  8. api/openapi-spec/swagger.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  10. src/internal/trace/traceviewer/static/trace_viewer_full.html

    if(bool){Polymer.dom(node).classList.add(name);}else{Polymer.dom(node).classList.remove(name);}},toggleAttribute:function(name,bool,node){node=node||this;if(arguments.length==1){bool=!node.hasAttribute(name);}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (0)
Back to top