Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 193 for 0$ (0.14 sec)

  1. src/cmd/compile/internal/ssa/rewriteRISCV64.go

    	v_0 := v.Args[0]
    	// match: (ANDI [0] x)
    	// result: (MOVDconst [0])
    	for {
    		if auxIntToInt64(v.AuxInt) != 0 {
    			break
    		}
    		v.reset(OpRISCV64MOVDconst)
    		v.AuxInt = int64ToAuxInt(0)
    		return true
    	}
    	// match: (ANDI [-1] x)
    	// result: x
    	for {
    		if auxIntToInt64(v.AuxInt) != -1 {
    			break
    		}
    		x := v_0
    		v.copyOf(x)
    		return true
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 205.1K bytes
    - Viewed (0)
  2. src/internal/trace/testdata/tests/go122-gc-stress.test

    GoUnblock dt=7 g=57 g_seq=11 stack=0
    GoStart dt=3 g=57 g_seq=12
    GoLabel dt=2 label_string=2
    GoBlock dt=1049 reason_string=15 stack=5
    GoUnblock dt=23 g=58 g_seq=7 stack=0
    GoStart dt=8 g=58 g_seq=8
    GoLabel dt=1 label_string=2
    GoBlock dt=1126 reason_string=15 stack=5
    GoUnblock dt=12 g=53 g_seq=3 stack=0
    GoStart dt=5 g=53 g_seq=4
    GoLabel dt=1 label_string=2
    GoBlock dt=1751 reason_string=15 stack=5
    GoUnblock dt=12 g=53 g_seq=5 stack=0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        %cst_0 = "tf.Const"() {value = dense<2> : tensor<1xi32>} : () -> tensor<1xi32>
        %0 = "tf.StridedSlice"(%arg0, %cst_0, %cst, %cst_0) {_XlaHasReferenceVars = false, begin_mask = 0 : i64, device = "/job:localhost/replica:0/task:0/device:XLA_CPU:0", ellipsis_mask = 0 : i64, end_mask = 0 : i64, new_axis_mask = 0 : i64, shrink_axis_mask = 0 : i64} : (tensor<10xf64>, tensor<1xi32>, tensor<1xi32>, tensor<1xi32>) -> tensor<?xf64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  4. src/reflect/all_test.go

    		{TypeOf(int(0)), ""},
    		{TypeOf(int8(0)), ""},
    		{TypeOf(int16(0)), ""},
    		{TypeOf(int32(0)), ""},
    		{TypeOf(int64(0)), ""},
    		{TypeOf(uint(0)), ""},
    		{TypeOf(uint8(0)), ""},
    		{TypeOf(uint16(0)), ""},
    		{TypeOf(uint32(0)), ""},
    		{TypeOf(uint64(0)), ""},
    		{TypeOf(uintptr(0)), ""},
    		{TypeOf(float32(0)), ""},
    		{TypeOf(float64(0)), ""},
    		{TypeOf(complex64(0)), ""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  5. pkg/controller/job/job_controller_test.go

    				startTime: func() *time.Time {
    					now := time.Now()
    					return &now
    				}(),
    			},
    			activePods:         0,
    			succeededPods:      0,
    			expectedCreations:  0,
    			expectedActive:     0,
    			expectedSucceeded:  0,
    			expectedPodPatches: 0,
    			expectedReady:      ptr.To[int32](0),
    			controllerTime:     &referenceTime,
    		},
    		"too few active pods and no back-offs": {
    			parallelism:  1,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/side-effect-analysis-test.mlir

            // expected-remark@above {{ID: 0}}
            "tf.MakeIterator"(%arg0, %handle) {_class = ["loc:@GeneratorDataset_2"], device = "/job:tpu_host_worker/replica:0/task:0/device:CPU:0"} : (tensor<!tf_type.variant>, tensor<!tf_type.resource>) -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 129.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      return success();
    }
    
    OpFoldResult StridedSliceOp::fold(FoldAdaptor) {
      // Currently only support all masks being 0.
      if (getBeginMask() != 0 || getEndMask() != 0 || getEllipsisMask() != 0 ||
          getNewAxisMask() != 0 || getShrinkAxisMask() != 0)
        return {};
    
      auto input_type = getInput().getType().dyn_cast_or_null<RankedTensorType>();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/ppc64/asm9.go

    	{as: obj.APCDATA, a1: C_32CON, a6: C_32CON, type_: 0, size: 0},
    	{as: obj.AFUNCDATA, a1: C_U15CON, a6: C_ADDR, type_: 0, size: 0},
    	{as: obj.ANOP, type_: 0, size: 0},
    	{as: obj.ANOP, a1: C_32CON, type_: 0, size: 0}, // NOP operand variations added for #40689
    	{as: obj.ANOP, a1: C_REG, type_: 0, size: 0},   // to preserve previous behavior
    	{as: obj.ANOP, a1: C_FREG, type_: 0, size: 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/x86/asm6.go

    }
    
    var ytext = []ytab{
    	{Zpseudo, 0, argList{Ymb, Ytextsize}},
    	{Zpseudo, 1, argList{Ymb, Yi32, Ytextsize}},
    }
    
    var ynop = []ytab{
    	{Zpseudo, 0, argList{}},
    	{Zpseudo, 0, argList{Yiauto}},
    	{Zpseudo, 0, argList{Yml}},
    	{Zpseudo, 0, argList{Yrf}},
    	{Zpseudo, 0, argList{Yxr}},
    	{Zpseudo, 0, argList{Yiauto}},
    	{Zpseudo, 0, argList{Yml}},
    	{Zpseudo, 0, argList{Yrf}},
    	{Zpseudo, 1, argList{Yxr}},
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/data.go

    	ldr.SetSymSect(ldr.LookupOrCreateSym("runtime.cutab", 0), sect)
    	ldr.SetSymSect(ldr.LookupOrCreateSym("runtime.filetab", 0), sect)
    	ldr.SetSymSect(ldr.LookupOrCreateSym("runtime.pctab", 0), sect)
    	ldr.SetSymSect(ldr.LookupOrCreateSym("runtime.functab", 0), sect)
    	ldr.SetSymSect(ldr.LookupOrCreateSym("runtime.epclntab", 0), sect)
    	setCarrierSize(sym.SPCLNTAB, int64(sect.Length))
    	if ctxt.HeadType == objabi.Haix {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
Back to top