Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 130 for 3$ (2.89 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/writing-tasks-3.png

    writing-tasks-3.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 212.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

        %2 = stablehlo.maximum %arg4, %arg5 : tensor<!quant.uniform<i8:f32, 3.000000e-01:-5>>
        %3 = stablehlo.maximum %arg6, %arg7 : tensor<!quant.uniform<i8:f32, 3.000000e-01:-5>>
        stablehlo.return %2, %3 : tensor<!quant.uniform<i8:f32, 3.000000e-01:-5>>, tensor<!quant.uniform<i8:f32, 3.000000e-01:-5>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  3. src/internal/trace/testdata/tests/go122-gc-stress.test

    GoBlock dt=35 reason_string=13 stack=11
    ProcStop dt=77
    EventBatch gen=3 m=169436 time=28114950894898 size=160
    ProcStatus dt=2 p=34 pstatus=1
    GoStatus dt=3 g=107 m=169436 gstatus=2
    GCMarkAssistBegin dt=15 stack=3
    GoBlock dt=4050 reason_string=13 stack=11
    GoStatus dt=20 g=23 m=18446744073709551615 gstatus=4
    GoUnblock dt=3 g=23 g_seq=1 stack=0
    GoStart dt=8 g=23 g_seq=2
    GoLabel dt=1 label_string=2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  4. pkg/apis/apps/validation/validation_test.go

    		replicas:             3,
    		fullyLabeledReplicas: 3,
    		readyReplicas:        3,
    		availableReplicas:    -1,
    		observedGeneration:   2,
    		expectedErr:          true,
    	}, {
    		name:                 "invalid observedGeneration",
    		replicas:             3,
    		fullyLabeledReplicas: 3,
    		readyReplicas:        3,
    		availableReplicas:    3,
    		observedGeneration:   -1,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  5. pkg/controller/podautoscaler/horizontal_test.go

    	tc.runTest(t)
    }
    
    func TestScaleUpUnreadyNoScale(t *testing.T) {
    	tc := testCase{
    		minReplicas:             2,
    		maxReplicas:             6,
    		specReplicas:            3,
    		statusReplicas:          3,
    		expectedDesiredReplicas: 3,
    		CPUTarget:               30,
    		CPUCurrent:              40,
    		verifyCPUCurrent:        true,
    		reportedLevels:          []uint64{400, 500, 700},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  6. pkg/controller/statefulset/stateful_set_control_test.go

    		t.Fatalf("Error getting updated StatefulSet: %v", err)
    	}
    	if set.Status.Replicas != 3 {
    		t.Error("Failed to scale StatefulSet to 3 replicas")
    	}
    	if set.Status.ReadyReplicas != 3 {
    		t.Error("Failed to set readyReplicas to 3")
    	}
    	if set.Status.UpdatedReplicas != 3 {
    		t.Error("Failed to set updatedReplicas to 3")
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/prepare-composite-functions-tf.mlir

    // CHECK:           [[VAL_20:%.*]] = "tfl.unidirectional_sequence_lstm"([[VAL_0]], [[VAL_12]]#0, [[VAL_12]]#1, [[VAL_12]]#2, [[VAL_12]]#3, [[VAL_15]]#0, [[VAL_15]]#1, [[VAL_15]]#2, [[VAL_15]]#3, [[VAL_19]], [[VAL_19]], [[VAL_19]], [[VAL_18]]#0, [[VAL_18]]#1, [[VAL_18]]#2, [[VAL_18]]#3, [[VAL_19]], [[VAL_19]], [[VAL_1]], [[VAL_2]], [[VAL_19]], [[VAL_19]], [[VAL_19]], [[VAL_19]]) <{cell_clip = 1.000000e+01 : f32, diagonal_recurrent_tensors = false, fused_activation_function...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 122.1K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (FMOVDload [off] {sym} (ADDshiftLL [3] ptr idx) mem) && off == 0 && sym == nil => (FMOVDloadidx8 ptr idx mem)
    (FMOVSload [off] {sym} (ADDshiftLL [2] ptr idx) mem) && off == 0 && sym == nil => (FMOVSloadidx4 ptr idx mem)
    (FMOVDloadidx ptr (SLLconst [3] idx) mem) => (FMOVDloadidx8 ptr idx mem)
    (FMOVSloadidx ptr (SLLconst [2] idx) mem) => (FMOVSloadidx4 ptr idx mem)
    (FMOVDloadidx (SLLconst [3] idx) ptr mem) => (FMOVDloadidx8 ptr idx mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      %2 = "tf.Mul"(%arg1, %arg3) : (tensor<f32>, tensor<f32>) -> tensor<f32>
      %3 = "tf.ConcatV2"(%1, %2, %0) : (tensor<f32>, tensor<f32>, tensor<i32>) -> tensor<2xf32>
    
      func.return %3 : tensor<2xf32>
    }
    
    // Synthesize binary ops when 1 of the 3 concat inputs is a non-binary op.
    // CHECK-LABEL: testConcatCwiseBinarySynthMulOp3Inputs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    )
    
    /* wintrust.h constants for WinVerifyTrustEx */
    const (
    	WTD_UI_ALL    = 1
    	WTD_UI_NONE   = 2
    	WTD_UI_NOBAD  = 3
    	WTD_UI_NOGOOD = 4
    
    	WTD_REVOKE_NONE       = 0
    	WTD_REVOKE_WHOLECHAIN = 1
    
    	WTD_CHOICE_FILE    = 1
    	WTD_CHOICE_CATALOG = 2
    	WTD_CHOICE_BLOB    = 3
    	WTD_CHOICE_SIGNER  = 4
    	WTD_CHOICE_CERT    = 5
    
    	WTD_STATEACTION_IGNORE           = 0x00000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
Back to top