Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 233 for 0$ (0.04 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      Value tensor = shape_op.getInput();
    
      // All masks are `0` except `shrink_axis_mask` which is equal to `1` (slicing
      // scalar value from input vector).
      if (slice_op.getBeginMask() != 0 || slice_op.getEllipsisMask() != 0 ||
          slice_op.getEndMask() != 0 || slice_op.getNewAxisMask() != 0 ||
          slice_op.getShrinkAxisMask() != 1)
        return {};
    
      // Returns a value if the `value` is defined by a ConstOp with a single
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

                  /*align_corners=*/true, lhs_dilation_values[0], padding_values[0],
                  window_strides_values[0], input_sizes[0], output_sizes[0])) {
            align_corners = true;
            return success();
          }
          if (can_convert_to_bilinear(
                  /*align_corners=*/false, lhs_dilation_values[0],
                  padding_values[0], window_strides_values[0], input_sizes[0],
                  output_sizes[0])) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.json

    {"Name":"CMLE (zero)","Bits":"0|Q|1|0|1|1|1|0|size:2|1|0|0|0|0|0|1|0|0|1|1|0|Rn:5|Rd:5","Arch":"Vector Vector variant","Syntax":"CMLE <Vd>.<T>, <Vn>.<T>, #0","Code":"","Alias":""},
    {"Name":"CMLT (zero)","Bits":"0|1|0|1|1|1|1|0|size:2|1|0|0|0|0|0|1|0|1|0|1|0|Rn:5|Rd:5","Arch":"Scalar Scalar variant","Syntax":"CMLT <V><d>, <V><n>, #0","Code":"","Alias":""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 234.7K bytes
    - Viewed (0)
  10. src/runtime/proc.go

    		for c := 0; c < 1000; c++ {
    			if runningPanicDefers.Load() == 0 {
    				break
    			}
    			Gosched()
    		}
    	}
    	if panicking.Load() != 0 {
    		gopark(nil, nil, waitReasonPanicWait, traceBlockForever, 1)
    	}
    	runExitHooks(0)
    
    	exit(0)
    	for {
    		var x *int32
    		*x = 0
    	}
    }
    
    // os_beforeExit is called from os.Exit(0).
    //
    //go:linkname os_beforeExit os.runtime_beforeExit
    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