Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

          builder_.CreateVector(results), tflite::BuiltinOptions_NONE,
          /*builtin_options=*/0, /*custom_options=*/0,
          tflite::CustomOptionsFormat_FLEXBUFFERS, /*mutating_variable_inputs=*/0,
          /*intermediates=*/0, /*large_custom_options_offset=*/0,
          /*large_custom_options_size=*/0,
          tflite::BuiltinOptions2_StablehloGatherOptions, gather_option.Union());
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  5. samples/addons/grafana.yaml

    s & Alerts","type":"dashboard"}]},"editable":true,"fiscalYearStartMonth":0,"graphTooltip":0,"links":[],"liveNow":false,"panels":[{"collapsed":false,"datasource":{"type":"prometheus","uid":"${datasource}"},"gridPos":{"h":1,"w":24,"x":0,"y":0},"id":21,"panels":[],"targets":[{"datasource":{"type":"prometheus","uid":"${datasource}"},"refId":"A"}],"title":"Performance Dashboard Notes","type":"row"},{"gridPos":{"h":6,"w":24,"x":0,"y":1},"id":19,"links":[],"options":{"code":{"language":"plaintext","sho...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.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 != 0 {
    				t.Error("Failed to scale statefulset to 0 replicas")
    			}
    			if set.Status.ReadyReplicas != 0 {
    				t.Error("Failed to set readyReplicas to 0")
    			}
    			if set.Status.UpdatedReplicas != 0 {
    				t.Error("Failed to set updatedReplicas to 0")
    			}
    		})
    }
    
    func TestStatefulSetControl_getSetRevisions(t *testing.T) {
    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. pkg/registry/batch/job/strategy_test.go

    		oldJob            *batch.Job
    		job               *batch.Job
    		wantWarningsCount int32
    	}{
    		"generation 0 for both": {
    			job: &batch.Job{
    				ObjectMeta: metav1.ObjectMeta{
    					Name:            "myjob",
    					Namespace:       metav1.NamespaceDefault,
    					ResourceVersion: "0",
    					Generation:      0,
    				},
    				Spec: batch.JobSpec{
    					Selector:       validSelector,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_pods_test.go

    				kubelet_working_pods{config="orphan",lifecycle="sync",static=""} 0
    				kubelet_working_pods{config="orphan",lifecycle="sync",static="true"} 0
    				kubelet_working_pods{config="orphan",lifecycle="terminated",static=""} 0
    				kubelet_working_pods{config="orphan",lifecycle="terminated",static="true"} 0
    				kubelet_working_pods{config="orphan",lifecycle="terminating",static=""} 0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  9. pkg/apis/admissionregistration/validation/validation_test.go

    			MatchConditions: []admissionregistration.MatchCondition{{
    				Name:       "",
    				Expression: "true",
    			}},
    		},
    		}, true),
    		expectedError: `webhooks[0].matchConditions[0].name: Required value, webhooks[0].matchConditions[1].name: Required value, webhooks[1].matchConditions[0].name: Required value`,
    	}, {
    		name: "single match condition must have a qualified name",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

                    // this.super()
                    _ALOAD(0);
                    _INVOKESPECIAL(OBJECT_TYPE, "<init>", RETURN_VOID);
    
                    // this.name = name
                    _ALOAD(0);
                    _ALOAD(1);
                    _PUTFIELD(generatedType, NAME_FIELD, STRING_TYPE);
    
                    // this.init_method()
                    _ALOAD(0);
                    _INVOKEVIRTUAL(generatedType, INIT_METHOD, RETURN_VOID);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
Back to top