Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 81 for LookUp (0.14 sec)

  1. src/cmd/link/internal/ld/lib.go

    			}
    		}
    
    		// Set runtime.disableMemoryProfiling bool if
    		// runtime.MemProfile is not retained in the binary after
    		// deadcode (and we're not dynamically linking).
    		memProfile := ctxt.loader.Lookup("runtime.MemProfile", abiInternalVer)
    		if memProfile != 0 && !ctxt.loader.AttrReachable(memProfile) && !ctxt.DynlinkingGo() {
    			memProfSym := ctxt.loader.LookupOrCreateSym("runtime.disableMemoryProfiling", 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  2. src/cmd/go/internal/modget/get.go

    		}
    		return nil
    	}
    
    	_, pkgs := modload.LoadPackages(ctx, opts, patterns...)
    	for _, path := range pkgs {
    		const (
    			parentPath  = ""
    			parentIsStd = false
    		)
    		_, _, err := modload.Lookup(parentPath, parentIsStd, path)
    		if err == nil {
    			continue
    		}
    		if errors.Is(err, errVersionChange) {
    			// We already added candidates during loading.
    			continue
    		}
    
    		var (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  3. pkg/proxy/winkernel/proxier.go

    			}
    			// There is a bug in Windows Server 2019 that can cause two endpoints to be created with the same IP address, so we need to check using endpoint ID first.
    			// TODO: Remove lookup by endpoint ID, and use the IP address only, so we don't need to maintain multiple keys for lookup.
    			if len(ep.hnsID) > 0 {
    				newHnsEndpoint = queriedEndpoints[ep.hnsID]
    			}
    
    			if newHnsEndpoint == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/arm/asm5.go

    		// This happens in the cmd/asm tests,
    		// each of which re-initializes the arch.
    		return
    	}
    
    	symdiv = ctxt.Lookup("runtime._div")
    	symdivu = ctxt.Lookup("runtime._divu")
    	symmod = ctxt.Lookup("runtime._mod")
    	symmodu = ctxt.Lookup("runtime._modu")
    
    	var n int
    
    	for i := 0; i < C_GOK; i++ {
    		for n = 0; n < C_GOK; n++ {
    			if cmp(n, i) {
    				xcmp[i][n] = true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	"k8s.io/utils/ptr"
    )
    
    const (
    	// Name is the name of the plugin used in Registry and configurations.
    	Name = names.DynamicResources
    
    	stateKey framework.StateKey = Name
    
    	// generatedFromIndex is the lookup name for the index function
    	// which indexes by other resource which generated the parameters object.
    	generatedFromIndex = "generated-from-index"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

          (returnType (GetEmbeddingLookupShape $indices, $filter))
        ),
        (Arith_ConstantOp (GetShape (GetIthValue<0> $outputs)))),
      [(I32ElementsVal $indices),     // lookup is not implemented for i64
       (IsNoneType $bias)]>;          // Maybe folded into the lookup matrix later
    
    // Same as above, but if indices are already 1D, then no reshape is needed.
    def ReplaceOneHotDynamicShapeFullyConnectedWithLookup : Pat<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

    // should work with a dynamic images array.
    //
    // For example, a scaling with image shape [1, 3, 3, 1] to [2, 2] and unaligned
    // corners would generate a [0, 1] lookup along both the x and y direction.
    // Then when combined to form the 1-D spatial index the values would be
    // [0, 1, 3, 4] which would gather along the reshape image tensor of shape
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/types/type.go

    // be a unique Type object for each unique named (defined) type. After noding, a
    // package-level type can be looked up by building its unique symbol sym (sym =
    // package.Lookup(name)) and checking sym.Def. If sym.Def is non-nil, the type
    // already exists at package scope and is available at sym.Def.(*ir.Name).Type().
    // Local types (which may have the same name as a package-level type) are
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:29:45 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  9. src/html/template/exec_test.go

    	if err != nil {
    		t.Fatal("parse error:", err)
    	}
    	var b strings.Builder
    	const expect = "[1[2[3[4]][5[6]]][7[8[9]][10[11]]]]"
    	// First by looking up the template.
    	err = tmpl.Lookup("tree").Execute(&b, tree)
    	if err != nil {
    		t.Fatal("exec error:", err)
    	}
    	result := b.String()
    	if result != expect {
    		t.Errorf("expected %q got %q", expect, result)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/riscv/obj.go

    	p = obj.Appendp(p, newprog)
    	p.As = obj.ACALL
    	p.To.Type = obj.TYPE_BRANCH
    
    	if cursym.CFunc() {
    		p.To.Sym = ctxt.Lookup("runtime.morestackc")
    	} else if !cursym.Func().Text.From.Sym.NeedCtxt() {
    		p.To.Sym = ctxt.Lookup("runtime.morestack_noctxt")
    	} else {
    		p.To.Sym = ctxt.Lookup("runtime.morestack")
    	}
    	if to_more != nil {
    		to_more.To.SetTarget(p)
    	}
    	jalToSym(ctxt, p, REG_X5)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
Back to top