Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 98 for NP (0.06 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/representative_dataset.py

    """Defines types required for representative datasets for quantization."""
    
    from collections.abc import Collection, Sized
    import os
    from typing import Iterable, Mapping, Optional, Union
    
    import numpy as np
    
    from tensorflow.compiler.mlir.quantization.tensorflow import quantization_options_pb2
    from tensorflow.core.protobuf import meta_graph_pb2
    from tensorflow.python.client import session
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/util/proxy/proxy_test.go

    						Type:      v1.ServiceTypeNodePort,
    						ClusterIP: "np",
    						Ports: []v1.ServicePort{
    							{Name: "https", Port: 443, TargetPort: intstr.FromInt32(1443)},
    							{Port: 1234, TargetPort: intstr.FromInt32(1234)},
    						},
    					},
    				},
    			},
    			endpoints: matchingEndpoints,
    
    			clusterMode:  expectation{url: "https://np:443"},
    			endpointMode: expectation{url: "https://127.0.0.1:1443"},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 07:16:27 UTC 2023
    - 8.6K bytes
    - Viewed (0)
  3. src/database/sql/convert.go

    	// argument list.
    	var err error
    	var n int
    	for _, arg := range args {
    		nv := &nvargs[n]
    		if np, ok := arg.(NamedArg); ok {
    			if err = validateNamedValueName(np.Name); err != nil {
    				return nil, err
    			}
    			arg = np.Value
    			nv.Name = np.Name
    		}
    		nv.Ordinal = n + 1
    		nv.Value = arg
    
    		// Checking sequence has four routes:
    		// A: 1. Default
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  4. src/syscall/syscall_netbsd.go

    	if err = sysctl(mib, nil, &olen, qp, sz); err != nil {
    		return nil, err
    	}
    
    	// Now that we know the size, get the actual nodes.
    	nodes = make([]Sysctlnode, olen/sz)
    	np := (*byte)(unsafe.Pointer(&nodes[0]))
    	if err = sysctl(mib, np, &olen, qp, sz); err != nil {
    		return nil, err
    	}
    
    	return nodes, nil
    }
    
    func nametomib(name string) (mib []_C_int, err error) {
    	// Split name into components.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 18:12:35 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  5. src/go/internal/gccgoimporter/importer_test.go

    	{pkgpath: "pointer", name: "Int8Ptr", want: "type Int8Ptr *int8"},
    	{pkgpath: "complexnums", name: "NN", want: "const NN untyped complex", wantval: "(-1 + -1i)"},
    	{pkgpath: "complexnums", name: "NP", want: "const NP untyped complex", wantval: "(-1 + 1i)"},
    	{pkgpath: "complexnums", name: "PN", want: "const PN untyped complex", wantval: "(1 + -1i)"},
    	{pkgpath: "complexnums", name: "PP", want: "const PP untyped complex", wantval: "(1 + 1i)"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:17:57 UTC 2022
    - 7.2K bytes
    - Viewed (0)
  6. src/internal/coverage/cfile/testsupport.go

    	// Read counter data files.
    	for _, cdf := range p.CounterDataFiles {
    		if err := readcdf(cdf); err != nil {
    			return err
    		}
    	}
    
    	// Visit meta-data file.
    	np := uint32(mfr.NumPackages())
    	payload := []byte{}
    	for pkIdx := uint32(0); pkIdx < np; pkIdx++ {
    		var pd *decodemeta.CoverageMetaDataDecoder
    		pd, payload, err = mfr.GetPackageDecoder(pkIdx, payload)
    		if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  7. src/cmd/internal/cov/readcovdata.go

    	// NB: packages in the meta-file will be in dependency order (basically
    	// the order in which init files execute). Do we want an additional sort
    	// pass here, say by packagepath?
    	np := uint32(mfr.NumPackages())
    	payload := []byte{}
    	for pkIdx := uint32(0); pkIdx < np; pkIdx++ {
    		var pd *decodemeta.CoverageMetaDataDecoder
    		pd, payload, err = mfr.GetPackageDecoder(pkIdx, payload)
    		if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  8. pkg/apis/networking/validation/validation_test.go

    		}}
    	}
    
    	setIngressPorts := func(ports ...networking.NetworkPolicyPort) netpolTweak {
    		return func(np *networking.NetworkPolicy) {
    			if np.Spec.Ingress == nil {
    				setIngressEmptyFirstElement(np)
    			}
    			np.Spec.Ingress[0].Ports = make([]networking.NetworkPolicyPort, len(ports))
    			copy(np.Spec.Ingress[0].Ports, ports)
    		}
    	}
    
    	setIngressFromPodSelector := func(k, v string) func(*networking.NetworkPolicy) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 73.3K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/telemetry/internal/counter/file.go

    	if len(meta) > maxMetaLen {
    		return nil, fmt.Errorf("counter: metadata too large")
    	}
    	np := round(len(hdrPrefix), 4)
    	n := round(np+4+len(meta), 32)
    	hdr := make([]byte, n)
    	copy(hdr, hdrPrefix)
    	*(*uint32)(unsafe.Pointer(&hdr[np])) = uint32(n)
    	copy(hdr[np+4:], meta)
    	return hdr, nil
    }
    
    func (m *mappedFile) place(limit uint32, name string) (start, end uint32) {
    	if limit == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/plugins/form-validator/sepa.js

    badSepa"}),a.formUtils.addValidator({name:"iban",validatorFunction:function(a){return d(a)&&c(a)},errorMessage:"",errorMessageKey:"badIban"}),a.formUtils.addValidator({name:"bic",validatorFunction:function(a){var b=new RegExp("^[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}$");return b.test(a)},errorMessage:"",errorMessageKey:"badBic"})}(a)});...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 3.4K bytes
    - Viewed (0)
Back to top