Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 40 for gems (0.1 sec)

  1. pkg/volume/util/operationexecutor/operation_generator.go

    	if err != nil {
    		msg := fmt.Errorf("error marking pvc %s for node expansion: %v", util.GetPersistentVolumeClaimQualifiedName(pvc), err)
    		return pvc, msg
    	}
    	// store old PVC capacity in pv, so as if PVC gets deleted while node expansion was pending
    	// we can restore size of pvc from PV annotation and still perform expansion on the node
    	oldCapacity := pvc.Status.Capacity[v1.ResourceStorage]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/optimize.cc

      auto indices_type = mlir::dyn_cast<RankedTensorType>(indices.getType());
      // Checks the shape of `params` is [n, ...], shape of `indices` is [n, 1]. 2D
      // `indices` means it gets the first row of `params`. As long as indices
      // iterate the first row of `params`, the output is identical to input.
      if (!params_type || !indices_type || indices_type.getRank() != 2 ||
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  3. cmd/admin-handlers.go

    	zwriter, zerr := zipWriter.CreateHeader(header)
    	if zerr != nil {
    		return zerr
    	}
    	_, err := io.Copy(zwriter, bytes.NewReader(data))
    	return err
    }
    
    // getClusterMetaInfo gets information of the current cluster and
    // returns it.
    // This is not a critical function, and it is allowed
    // to fail with a ten seconds timeout, returning nil.
    func getClusterMetaInfo(ctx context.Context) []byte {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_test.go

    	fakeRuntime.PodList = []*containertest.FakePod{
    		{Pod: pod},
    	}
    	kubelet := testKubelet.kubelet
    	kubelet.cgroupsPerQOS = true // enable cgroupsPerQOS to turn on the cgroups cleanup
    
    	// HandlePodCleanups gets called every 2 seconds within the Kubelet's
    	// housekeeping routine. This test registers the pod, removes the unwanted pod, then calls into
    	// HandlePodCleanups a few more times. We should only see one Destroy() event. podKiller runs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  5. pkg/scheduler/schedule_one_test.go

    	noResources := v1.PodSpec{
    		Containers: []v1.Container{
    			{},
    		},
    	}
    	noResources1 := noResources
    	noResources1.NodeName = "node1"
    	// A pod with the same resources as a 0-request pod gets by default as its resources (for spreading).
    	small := v1.PodSpec{
    		Containers: []v1.Container{
    			{
    				Resources: v1.ResourceRequirements{
    					Requests: v1.ResourceList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  6. pkg/controller/daemon/daemon_controller_test.go

    			initialDelay := manager.failedPodsBackoff.Get(backoffKey)
    			if initialDelay <= 0 {
    				t.Fatal("Initial delay is expected to be set.")
    			}
    
    			resetCounters(manager)
    
    			// Immediate (second) sync gets limited by the backoff
    			expectSyncDaemonSets(t, manager, ds, podControl, 0, 0, 0)
    			delay := manager.failedPodsBackoff.Get(backoffKey)
    			if delay != initialDelay {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  7. src/net/http/transport_test.go

    	if !reflect.DeepEqual(tr.ProxyConnectHeader, h) {
    		t.Errorf("tr.ProxyConnectHeader = %v; want %v", tr.ProxyConnectHeader, h)
    	}
    }
    
    // TestTransportGzipRecursive sends a gzip quine and checks that the
    // client gets the same value back. This is more cute than anything,
    // but checks that we don't recurse forever, and checks that
    // Content-Encoding is removed.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

          return mlir::cast<IntegerAttr>(attr).getInt() == 1;
        });
      };
    
      // Convolutions with 1x1 filter and with strides and dilations all ones, can
      // be computed as a GEMM in NHWC data format, and can be up to ~2x times
      // faster than convolution in NCHW.
      const bool one_by_one = d0 == 1 && d1 == 1;
      const bool trivial_strides = all_ones(getStrides());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	// as 1, and is set to 0 when we start writing template
    	// arguments. We add parentheses around expressions using > if
    	// scopes is 0. The effect is that an expression with > gets
    	// parentheses if used as a template argument that is not
    	// inside some other set of parentheses.
    	scopes int
    
    	buf  strings.Builder
    	last byte // Last byte written to buffer.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  10. src/runtime/proc.go

    	// trashing syscalltick, we ensure that it'll appear as if we lost the P to the
    	// tracer parser and that we just reacquired it.
    	//
    	// Trash the value by decrementing because that gets us as far away from the value
    	// the syscall exit code expects as possible. Setting to zero is risky because
    	// syscalltick could already be zero (and in fact, is initialized to zero).
    	mp.syscalltick--
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top