Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 117 for importing (0.25 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      // cost function, nor can we look at global information while deciding on
      // individual edges to contract.  Instead, we will make decisions on these
      // important edges then make decisions on all other edges, causing the highest
      // chance of all most important edges to be contracted.
      //
      // An example of where this might occur is with a digraph:
      // {A -> B, B -> C, A -> X, X -> C} where B is a Size operation and X is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/debug.go

    // lastChanged and lastChecked "times" so unchanged predecessors can be
    // skipped on after-the-first iterations.  Doing this allows extra
    // iterations by the caller to be almost free.
    //
    // It is important to know that the set representation used for
    // startState, endState, and merges can share data for two sets where
    // one is a small delta from the other.  Doing this does require a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  3. src/runtime/mgcscavenge.go

    // When synchronously scavenging for the memory limit or for debug.FreeOSMemory, these
    // "dense" packing heuristics are ignored (in other words, scavenging is "forced") because
    // in these scenarios returning memory to the OS is more important than keeping CPU
    // overheads low.
    
    package runtime
    
    import (
    	"internal/goos"
    	"internal/runtime/atomic"
    	"runtime/internal/sys"
    	"unsafe"
    )
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/syntax/parser.go

    	case _Lparen:
    		pos := p.pos()
    		p.next()
    		p.xnest++
    		x := p.expr()
    		p.xnest--
    		p.want(_Rparen)
    
    		// Optimization: Record presence of ()'s only where needed
    		// for error reporting. Don't bother in other cases; it is
    		// just a waste of memory and time.
    		//
    		// Parentheses are not permitted around T in a composite
    		// literal T{}. If the next token is a {, assume x is a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 62.9K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

            // here, we need to check that applying the new resolution filter
            // we would actually exclude exactly the same dependencies as in
            // the previous visit. It is important that this is NOT a heuristic
            // (it used to be) because if the filters are _equivalent_, we would
            // revisit all dependencies and possibly change the classpath order!
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  6. cluster/gce/windows/k8s-node-setup.psm1

            -OutFile C:\configure.ps1
        Import-Module -Force C:\k8s-node-setup.psm1  # -Force to override existing
        # Execute functions manually or run configure.ps1.
    #>
    
    # IMPORTANT PLEASE NOTE:
    # Any time the file structure in the `windows` directory changes, `windows/BUILD`
    # and `k8s.io/release/lib/releaselib.sh` must be manually updated with the changes.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modget/get.go

    		for _, q := range queries {
    			for _, cs := range q.candidates {
    				sw.Error(cs.err)
    			}
    		}
    		// Only switch if we need a newer toolchain.
    		// Otherwise leave the cs.err for reporting later.
    		if sw.NeedSwitch() {
    			sw.Switch(ctx)
    			// If NeedSwitch is true and Switch returns, Switch has failed to locate a newer toolchain.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  8. pkg/controller/job/job_controller.go

    			needsFlush = true
    
    			// Prepare the final Failed condition to update the job status with after the finalizers are removed.
    			// It is also used in the enactJobFinished function for reporting.
    			jobCtx.finishedCondition = newFailedConditionForFailureTarget(jobCtx.finishedCondition, jm.clock.Now())
    		}
    	}
    	if isSuccessCriteriaMetCondition(jobCtx.finishedCondition) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	Name string `json:"name" protobuf:"bytes,1,opt,name=name"`
    	// singularName is the singular name of the resource.  This allows clients to handle plural and singular opaquely.
    	// The singularName is more correct for reporting status on a single item and both singular and plural are allowed
    	// from the kubectl CLI interface.
    	SingularName string `json:"singularName" protobuf:"bytes,6,opt,name=singularName"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/adminlte.min.js.map

    .' + this._settings.minimizeIcon)\n        .addClass(this._settings.maximizeIcon)\n        .removeClass(this._settings.minimizeIcon)\n      this._parent.css('cssText', 'height:' + this._parent[0].style.height + ' !important;' +\n        'width:' + this._parent[0].style.width + ' !important; transition: all .15s;'\n      ).delay(10).queue(function(){\n        $(this).removeClass(ClassName.MAXIMIZED)\n        $('html').removeClass(ClassName.MAXIMIZED)\n        $(this).css({\n          'height': 'inherit',\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Feb 12 07:55:41 UTC 2020
    - 77K bytes
    - Viewed (0)
Back to top