Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 205 for 3$ (0.08 sec)

  1. 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)
  2. 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)
  3. 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)
  4. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	if r1 == 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    func NotifyServiceStatusChange(service Handle, notifyMask uint32, notifier *SERVICE_NOTIFY) (ret error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
  5. src/unicode/tables.go

    		{0x0195, 0x0199, 4},
    		{0x019a, 0x019b, 1},
    		{0x019e, 0x01a1, 3},
    		{0x01a3, 0x01a5, 2},
    		{0x01a8, 0x01aa, 2},
    		{0x01ab, 0x01ad, 2},
    		{0x01b0, 0x01b4, 4},
    		{0x01b6, 0x01b9, 3},
    		{0x01ba, 0x01bd, 3},
    		{0x01be, 0x01bf, 1},
    		{0x01c6, 0x01cc, 3},
    		{0x01ce, 0x01dc, 2},
    		{0x01dd, 0x01ef, 2},
    		{0x01f0, 0x01f3, 3},
    		{0x01f5, 0x01f9, 4},
    		{0x01fb, 0x0233, 2},
    		{0x0234, 0x0239, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  6. pkg/printers/internalversion/printers_test.go

    					NumberReady:            9,
    					UpdatedNumberScheduled: 3,
    					NumberAvailable:        3,
    				},
    			},
    		},
    	}
    
    	// Columns: Name, Num Desired, Num Current, Num Ready, Num Updated, Num Available, Selectors, Age
    	expectedRows := []metav1.TableRow{
    		{Cells: []interface{}{"daemonset1", int64(3), int64(2), int64(1), int64(2), int64(0), "<none>", "0s"}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/test/testdata/cmpConst_test.go

    	{idx: 2, exp: ge, fn: ge_126_uint64},
    	{idx: 2, exp: eq, fn: eq_126_uint64},
    	{idx: 2, exp: ne, fn: ne_126_uint64},
    	{idx: 3, exp: lt, fn: lt_127_uint64},
    	{idx: 3, exp: le, fn: le_127_uint64},
    	{idx: 3, exp: gt, fn: gt_127_uint64},
    	{idx: 3, exp: ge, fn: ge_127_uint64},
    	{idx: 3, exp: eq, fn: eq_127_uint64},
    	{idx: 3, exp: ne, fn: ne_127_uint64},
    	{idx: 4, exp: lt, fn: lt_128_uint64},
    	{idx: 4, exp: le, fn: le_128_uint64},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 103.1K bytes
    - Viewed (0)
  8. pkg/controller/job/job_controller_test.go

    			backoffLimit:   6,
    			pendingPods:    2,
    			expectedActive: 2,
    			expectedReady:  ptr.To[int32](0),
    		},
    		"correct # of pods": {
    			parallelism:    3,
    			completions:    5,
    			backoffLimit:   6,
    			activePods:     3,
    			readyPods:      2,
    			expectedActive: 3,
    			expectedReady:  ptr.To[int32](2),
    		},
    		"WQ job: correct # of pods": {
    			parallelism:    2,
    			completions:    -1,
    			backoffLimit:   6,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  9. src/debug/elf/elf.go

    type NType int
    
    const (
    	NT_PRSTATUS NType = 1 /* Process status. */
    	NT_FPREGSET NType = 2 /* Floating point registers. */
    	NT_PRPSINFO NType = 3 /* Process state info. */
    )
    
    var ntypeStrings = []intName{
    	{1, "NT_PRSTATUS"},
    	{2, "NT_FPREGSET"},
    	{3, "NT_PRPSINFO"},
    }
    
    func (i NType) String() string   { return stringName(uint32(i), ntypeStrings, false) }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    					},
    				},
    				TpKeyToDomainsNum: map[string]int{"zone": 2, "node": 3},
    				TpKeyToCriticalPaths: map[string]*criticalPaths{
    					"zone": {{"zone1", 3}, {"zone2", 4}},
    					"node": {{"node-b", 1}, {"node-a", 2}},
    				},
    				TpPairToMatchNum: map[topologyPair]int{
    					{key: "zone", value: "zone1"}:  3,
    					{key: "zone", value: "zone2"}:  4,
    					{key: "node", value: "node-a"}: 2,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
Back to top