Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,997 for Reserve (0.28 sec)

  1. tensorflow/c/eager/parallel_device/parallel_device_lib.h

      std::vector<TensorHandlePtr> release_tensors() { return std::move(tensors_); }
    
      std::vector<TFE_TensorHandle*> tensors() const {
        std::vector<TFE_TensorHandle*> result;
        result.reserve(tensors_.size());
        for (const TensorHandlePtr& tensor : tensors_) {
          result.emplace_back(tensor.get());
        }
        return result;
      }
    
     private:
      ParallelTensor(const ParallelDevice& device,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 25 15:21:13 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  2. src/cmd/link/internal/mips64/asm.go

    	if gotplt.Size() != 0 {
    		ctxt.Errorf(gotplt.Sym(), "got.plt is not empty")
    	}
    
    	// Reserve got[0] for resolver address (populated by dynamic loader).
    	gotplt.AddUint32(ctxt.Arch, 0)
    	gotplt.AddUint32(ctxt.Arch, 0)
    	gotLocalCount++
    
    	// Reserve got[1] for ELF object pointer (populated by dynamic loader).
    	gotplt.AddUint32(ctxt.Arch, 0)
    	gotplt.AddUint32(ctxt.Arch, 0)
    	gotLocalCount++
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 11K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/types_test.go

    		},
    		{
    			name:        "failed to Reserve on node",
    			numAllNodes: 1,
    			diagnosis: Diagnosis{
    				NodeToStatusMap: NodeToStatusMap{
    					// There should be only one node here.
    					"node1": NewStatus(Unschedulable, "Node failed Reserve plugin Reserve-1"),
    				},
    			},
    			wantReasonMsg: "0/1 nodes are available: 1 Node failed Reserve plugin Reserve-1.",
    		},
    	}
    	for _, tt := range tests {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 45.9K bytes
    - Viewed (0)
  4. pkg/kubelet/apis/config/types.go

    	// This flag accepts a list of options. Acceptable options are `pods`, `system-reserved` & `kube-reserved`.
    	// Refer to [Node Allocatable](https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable) doc for more information.
    	EnforceNodeAllocatable []string
    	// This option specifies the cpu list reserved for the host level system threads and kubernetes related threads.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  5. src/runtime/malloc_test.go

    	// fallback hints.
    	for i := 0; i < 5; i++ {
    		// Reserve memory at the next hint so it can't be used
    		// for the heap.
    		start, end, ok := MapNextArenaHint()
    		if !ok {
    			t.Skipf("failed to reserve memory at next arena hint [%#x, %#x)", start, end)
    		}
    		t.Logf("reserved [%#x, %#x)", start, end)
    		disallowed = append(disallowed, [2]uintptr{start, end})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 23:35:29 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  6. src/go/internal/gccgoimporter/parser.go

    	}
    	if p.typeList[i] == reserved {
    		p.errorf("internal error: %d already reserved in parseSavedType", i)
    	}
    	if p.typeList[i] == nil {
    		p.reserve(i)
    		p.parseTypeSpec(pkg, append(nlist, i))
    	}
    	if p.typeList[i] == nil || p.typeList[i] == reserved {
    		p.errorf("internal error: parseSavedType(%d,%v) reserved/nil", i, nlist)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 02 23:14:07 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc

      MlirOptimizationPassState overall_state = MlirOptimizationPassState::Disabled;
    
      // Cache per pass state and reuse it during pass execution.
      std::vector<MlirOptimizationPassState> per_pass_state;
      per_pass_state.reserve(registry_->passes().size());
    
      int num_passes_enabled = 0, num_passes_disabled = 0,
          num_passes_fallback_enabled = 0;
      for (const auto& pass_registration : registry_->passes()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  8. pkg/scheduler/schedule_one.go

    		return ScheduleResult{nominatingInfo: clearNominatedNode}, assumedPodInfo, framework.AsStatus(err)
    	}
    
    	// Run the Reserve method of reserve plugins.
    	if sts := fwk.RunReservePluginsReserve(ctx, state, assumedPod, scheduleResult.SuggestedHost); !sts.IsSuccess() {
    		// trigger un-reserve to clean up state associated with the reserved Pod
    		fwk.RunReservePluginsUnreserve(ctx, state, assumedPod, scheduleResult.SuggestedHost)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 13:28:08 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  9. src/runtime/sys_linux_arm64.s

    TEXT runtime·callCgoSigaction(SB),NOSPLIT,$0
    	MOVD	sig+0(FP), R0
    	MOVD	new+8(FP), R1
    	MOVD	old+16(FP), R2
    	MOVD	 _cgo_sigaction(SB), R3
    	SUB	$16, RSP		// reserve 16 bytes for sp-8 where fp may be saved.
    	BL	R3
    	ADD	$16, RSP
    	MOVW	R0, ret+24(FP)
    	RET
    
    TEXT runtime·sigfwd(SB),NOSPLIT,$0-32
    	MOVW	sig+8(FP), R0
    	MOVD	info+16(FP), R1
    	MOVD	ctx+24(FP), R2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  10. src/runtime/sys_linux_s390x.s

    	MOVD	R4, m_vdsoSP(R6)
    
    	MOVD	m_curg(R6), R5
    	CMP		g, R5
    	BNE		noswitch
    
    	MOVD	m_g0(R6), R4
    	MOVD	(g_sched+gobuf_sp)(R4), R15	// Set SP to g0 stack
    
    noswitch:
    	SUB		$16, R15		// reserve 2x 8 bytes for parameters
    	MOVD	$~7, R4			// align to 8 bytes because of gcc ABI
    	AND		R4, R15
    	MOVD	R15, R3			// R15 needs to be in R3 as expected by kernel_clock_gettime
    
    	MOVB	runtime·iscgo(SB),R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 24 18:53:44 UTC 2023
    - 12.5K bytes
    - Viewed (0)
Back to top