Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 72 for variable2 (0.21 sec)

  1. src/cmd/compile/internal/ssa/_gen/generic.rules

    // the type, aux, and auxint fields are optional
    // on the matching side
    //  - the type, aux, and auxint fields must match if they are specified.
    //  - the first occurrence of a variable defines that variable.  Subsequent
    //    uses must match (be == to) the first use.
    //  - v is defined to be the value matched.
    //  - an additional conditional can be provided after the match pattern with "&&".
    // on the generated side
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

      load-or-gen-kube-basicauth
      load-or-gen-kube-bearertoken
    
      # Make sure we have the tar files staged on Google Storage
      find-release-tars
      upload-tars
    
      # ensure that environmental variables specifying number of migs to create
      set_num_migs
    
      if [[ ${KUBE_USE_EXISTING_MASTER:-} == "true" ]]; then
        detect-master
        parse-master-env
        create-subnetworks
        detect-subnetworks
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

    func.func @testVariableToVariableV2() {
      // CHECK-NOT: "tf.Variable"
    
      %0 = "tf.Const"() { value = dense<1> : tensor<i32> } : () -> tensor<i32>
      // CHECK: "tf.VariableV2"() <{container = "", shape = #tf_type.shape<>, shared_name = "var"}> {device = "/job:localhost/replica:0/task:0/device:GPU:0"}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  4. src/cmd/go/internal/load/pkg.go

    	coverVars := make(map[string]*CoverVar)
    	coverIndex := 0
    	// We create the cover counters as new top-level variables in the package.
    	// We need to avoid collisions with user variables (GoCover_0 is unlikely but still)
    	// and more importantly with dot imports of other covered packages,
    	// so we append 12 hex digits from the SHA-256 of the import path.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/data.go

    	if !l.AttrReachable(s) {
    		return // don't bother setting unreachable variable
    	}
    	bld := l.MakeSymbolUpdater(s)
    	if bld.Type() == sym.SBSS {
    		bld.SetType(sym.SDATA)
    	}
    
    	p := fmt.Sprintf("%s.str", name)
    	sbld := l.CreateSymForUpdate(p, 0)
    	sbld.Addstring(value)
    	sbld.SetType(sym.SRODATA)
    
    	// Don't reset the variable's size. String variable usually has size of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

    and `Y` intersect. Elements in `Y` with\n    non-intersecting keys are appended, retaining their partial order.\n\nIf `rule` makes use of the `oldSelf` variable it is implicitly a `transition rule`.\n\nBy default, the `oldSelf` variable is the same type as `self`. When `optionalOldSelf` is true, the `oldSelf` variable is a CEL optional\n variable whose value() is the same type as `self`.\nSee the documentation for the `optionalOldSelf` field for details.\n\nTransition rules by default are applied...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  7. fastapi/applications.py

                    * `url`: A URL to the target host. This URL supports Server Variables
                    and MAY be relative, to indicate that the host location is relative
                    to the location where the OpenAPI document is being served. Variable
                    substitutions will be made when a variable is named in `{`brackets`}`.
                    * `description`: An optional string describing the host designated by
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:48:03 UTC 2024
    - 172.2K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/x86/asm6.go

    		if vmem, ok := oclassVMem(ctxt, a); ok {
    			return vmem
    		}
    
    		if ctxt.Arch.Family == sys.AMD64 {
    			switch a.Name {
    			case obj.NAME_EXTERN, obj.NAME_STATIC, obj.NAME_GOTREF:
    				// Global variables can't use index registers and their
    				// base register is %rip (%rip is encoded as REG_NONE).
    				if a.Reg != REG_NONE || a.Index != REG_NONE || a.Scale != 0 {
    					return Yxxx
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.4.md

    * Remove environment variables and internal Kubernetes Docker labels from cAdvisor Prometheus metric labels. ([#31064](https://github.com/kubernetes/kubernetes/pull/31064), [@grobie](https://github.com/grobie))
        * Old behavior:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  10. cmd/data-usage-cache_gen.go

    	_ = zb0001Mask
    	if z.ReplicationStats == nil {
    		zb0001Len--
    		zb0001Mask |= 0x80
    	}
    	if z.AllTierStats == nil {
    		zb0001Len--
    		zb0001Mask |= 0x100
    	}
    	// variable map header, size zb0001Len
    	err = en.Append(0x80 | uint8(zb0001Len))
    	if err != nil {
    		return
    	}
    	if zb0001Len == 0 {
    		return
    	}
    	// write "ch"
    	err = en.Append(0xa2, 0x63, 0x68)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Mar 21 17:21:35 UTC 2024
    - 100.8K bytes
    - Viewed (0)
Back to top