Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for gStates (0.28 sec)

  1. src/internal/trace/testdata/tests/go122-gc-stress.test

    GoStatus dt=3 g=8 m=18446744073709551615 gstatus=4
    GoStatus dt=3 g=9 m=18446744073709551615 gstatus=4
    GoStatus dt=3 g=10 m=18446744073709551615 gstatus=4
    GoStatus dt=3 g=18 m=18446744073709551615 gstatus=4
    GoStatus dt=3 g=11 m=18446744073709551615 gstatus=4
    GoStatus dt=4 g=34 m=18446744073709551615 gstatus=4
    GoStatus dt=3 g=19 m=18446744073709551615 gstatus=4
    GoStatus dt=3 g=12 m=18446744073709551615 gstatus=4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers.go

    	var states []string
    	if obj.DeletionTimestamp != nil {
    		states = append(states, "deleted")
    	}
    	if obj.Status.Allocation == nil {
    		if obj.DeletionTimestamp == nil {
    			states = append(states, "pending")
    		}
    	} else {
    		states = append(states, "allocated")
    		if len(obj.Status.ReservedFor) > 0 {
    			states = append(states, "reserved")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    	defer destroyFunc()
    
    	afterWasCalled := false
    	registry.AfterDelete = func(obj runtime.Object, options *metav1.DeleteOptions) {
    		afterWasCalled = true
    	}
    
    	gcStates := []bool{true, false}
    	for _, gcEnabled := range gcStates {
    		t.Logf("garbage collection enabled: %t", gcEnabled)
    		registry.EnableGarbageCollection = gcEnabled
    
    		afterWasCalled = false // reset
    
    		// create pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  4. src/net/http/serve_test.go

    	if err := <-shutdownRes; err != nil {
    		t.Fatalf("Shutdown: %v", err)
    	}
    	<-gotOnShutdown // Will hang if RegisterOnShutdown is broken.
    
    	if states := <-statesRes; states[StateActive] != 1 {
    		t.Errorf("connection in wrong state, %v", states)
    	}
    }
    
    func TestServerShutdownStateNew(t *testing.T) { run(t, testServerShutdownStateNew) }
    func testServerShutdownStateNew(t *testing.T, mode testMode) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

          // TODO: b/326332748 - For forward convolution in transpose_conv,
          // IsSamePadding calculation may need to be updated.
          // Reference: https://arxiv.org/pdf/1603.07285.pdf
          // Section 4.6 > Relationship 13 states `stride_dim = dilation + 1`.
          rewriter.replaceOpWithNewOp<TFL::TransposeConvOp>(
              // op result should be recasted to desired quantized type.
              op, output_type, /*output_shape=*/
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/transforms/optimize.cc

          return failure();
        }
        auto sum_op = dyn_cast_or_null<TFL::SumOp>(log_op.getX().getDefiningOp());
        if (!sum_op || !sum_op.getKeepDims() ||
            !isSupportedAxis(
                sum_op.getAxes(),
                mlir::cast<ShapedType>(sum_op.getOperand(0).getType()).getRank())) {
          return failure();
        }
        if (!sum_op->hasOneUse()) {
          return failure();
        }
        auto exp_op =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  7. cmd/site-replication.go

    		return nil
    	}
    	latestPeerName = info.Sites[latestID].Name
    	for dID, gStatus := range gs {
    		if dID == globalDeploymentID() {
    			continue
    		}
    		if !gStatus.GroupDescMismatch {
    			continue
    		}
    
    		if isGroupDescEqual(latestGroupStat.groupDesc.GroupDesc, gStatus.groupDesc.GroupDesc) {
    			continue
    		}
    		peerName := info.Sites[dID].Name
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  8. src/cmd/trace/testdata/go122.test

    ProcStop dt=26
    ProcStart dt=18634 p=7 p_seq=33
    ProcStop dt=34
    EventBatch gen=1 m=18446744073709551615 time=7689672466616 size=28
    GoStatus dt=61 g=2 m=18446744073709551615 gstatus=4
    GoStatus dt=3 g=5 m=18446744073709551615 gstatus=4
    EventBatch gen=1 m=18446744073709551615 time=7689672467258 size=4540
    Stacks
    Stack id=86 nframes=7
    	pc=4754167 func=24 file=25 line=736
    	pc=4814861 func=26 file=27 line=181
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

          // The reduce function __reduce_func has 36 arguments, and the source of those arguments are listed below:
          //   [arg0, arg5]:   these are states coming from ReduceDatasetOp's [arg1, arg6]
          //   [arg6: arg14]:  these are the input elements coming from the output of %51:9
          //   [arg15: arg35]: these are the captured elements from ReduceDatasetOp's [arg7:arg27]
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/generic.rules

    // shifts by zero
    (Lsh(64|32|16|8)x64  x (Const64 [0])) => x
    (Rsh(64|32|16|8)x64  x (Const64 [0])) => x
    (Rsh(64|32|16|8)Ux64 x (Const64 [0])) => x
    
    // rotates by multiples of register width
    (RotateLeft64 x (Const64 [c])) && c%64 == 0 => x
    (RotateLeft32 x (Const32 [c])) && c%32 == 0 => x
    (RotateLeft16 x (Const16 [c])) && c%16 == 0 => x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
Back to top