Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 188 for biases (0.17 sec)

  1. pkg/workloadapi/workload.proto

    // In addition, to support lookup by IP address, they will have *alias* names for each IP the resource represents.
    // There may be multiple aliases for the same resource (examples: service in multiple networks, or a dual-stack workload).
    // Aliases are keyed by network/IP address. Example: "default/1.2.3.4".
    //
    // In some cases, we do not know the IP address of a Workload. For instance, we may simply know
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  2. src/mdo/reader.vm

    #set( $aliases = { } )
    #set( $flats = { } )
    #foreach( $class in $model.allClasses )
      #foreach ( $field in $class.getFields($version) )
        #set ( $fieldTagName = $Helper.xmlFieldMetadata( $field ).tagName )
        #if ( ! $fieldTagName )
          #set ( $fieldTagName = $field.name )
        #end
        #if ( $field.alias )
          #set ( $dummy = $aliases.put( $field.alias, $fieldTagName ) )
        #end
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/passes.h

    // Transforms functional control flow operations in the TensorFlow dialect to
    // their region based counterparts.
    std::unique_ptr<OperationPass<ModuleOp>>
    CreateTFFunctionalControlFlowToRegions();
    std::unique_ptr<OperationPass<ModuleOp>> CreateTFFunctionalControlFlowToRegions(
        bool allow_passthrough_args);
    
    // Transforms region bases control flow operations in the TensorFlow dialect to
    // their functional counterparts.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 31.8K bytes
    - Viewed (0)
  4. src/math/big/float.go

    			ebits = fbits - mbits - 1 //     8  exponent size
    			bias  = 1<<(ebits-1) - 1  //   127  exponent bias
    			dmin  = 1 - bias - mbits  //  -149  smallest unbiased exponent (denormal)
    			emin  = 1 - bias          //  -126  smallest unbiased exponent (normal)
    			emax  = bias              //   127  largest unbiased exponent (normal)
    		)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 15:46:54 UTC 2024
    - 44.5K bytes
    - Viewed (0)
  5. src/go/internal/gccgoimporter/parser.go

    	typeData []string                  // unparsed type data (v3 and later)
    	fixups   []fixupRecord             // fixups to apply at end of parsing
    	initdata InitData                  // package init priority data
    	aliases  map[int]string            // maps saved type number to alias name
    }
    
    // When reading export data it's possible to encounter a defined type
    // N1 with an underlying defined type N2 while we are still reading in
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 02 23:14:07 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  6. pilot/pkg/security/model/authentication.go

    	}
    
    	// TODO: if subjectAltName ends with *, create a prefix match as well.
    	// TODO: if user explicitly specifies SANs - should we alter his explicit config by adding all spifee aliases?
    	matchSAN := util.StringToExactMatch(subjectAltNames)
    	if len(trustDomainAliases) > 0 {
    		matchSAN = append(matchSAN, util.StringToPrefixMatch(AppendURIPrefixToTrustDomain(trustDomainAliases))...)
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 22:11:02 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  7. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtTypeInfoProvider.kt

            get() = expandedSymbol
    
    
        /**
         * Unwraps type aliases.
         * Example:
         * ```
         * interface Base
         *
         * typealias FirstAlias = @Anno1 Base
         * typealias SecondAlias = @Anno2 FirstAlias
         *
         * fun foo(): @Anno3 SecondAlias = TODO()
         * ```
         * The return type of `foo` will be `@Anno3 @Anno2 @Anno1 Base` instead of `@Anno3 SecondAlias`
         */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 08:26:19 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  8. src/cmd/internal/src/pos.go

    func (p Pos) Filename() string { return p.base.Pos().RelFilename() }
    
    // Base returns the position base.
    func (p Pos) Base() *PosBase { return p.base }
    
    // SetBase sets the position base.
    func (p *Pos) SetBase(base *PosBase) { p.base = base }
    
    // RelFilename returns the filename recorded with the position's base.
    func (p Pos) RelFilename() string { return p.base.Filename() }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 15:52:41 UTC 2023
    - 15.5K bytes
    - Viewed (0)
  9. src/syscall/types_windows.go

    	FILE_TYPE_PIPE    = 0x0003
    	FILE_TYPE_REMOTE  = 0x8000
    	FILE_TYPE_UNKNOWN = 0x0000
    )
    
    type Hostent struct {
    	Name     *byte
    	Aliases  **byte
    	AddrType uint16
    	Length   uint16
    	AddrList **byte
    }
    
    type Protoent struct {
    	Name    *byte
    	Aliases **byte
    	Proto   uint16
    }
    
    const (
    	DNS_TYPE_A       = 0x0001
    	DNS_TYPE_NS      = 0x0002
    	DNS_TYPE_MD      = 0x0003
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  10. cluster/gce/gci/audit_policy_test.go

    	c.mustInvokeFunc(
    		kubeAPIServerEnv{KubeHome: c.kubeHome},
    		[]string{"configure-helper.sh"},
    		"base.template",
    		"testdata/kube-apiserver/base.template",
    	)
    
    	policy, err := auditpolicy.LoadPolicyFromFile(policyFile)
    	require.NoError(t, err, "Failed to load generated policy.")
    
    	// Users for test cases
    	var (
    		anonymous           = newUserInfo(user.Anonymous, user.AllUnauthenticated)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Oct 30 06:23:50 UTC 2021
    - 9.8K bytes
    - Viewed (0)
Back to top