Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 73 for zeroed (0.32 sec)

  1. pilot/pkg/model/virtualservice_test.go

    	f.Fuzz(root)
    	root.SourceNamespace = ""
    	root.SourceLabels = nil
    	root.Gateways = nil
    	root.IgnoreUriCase = false
    	delegate := &networking.HTTPMatchRequest{}
    	merged := mergeHTTPMatchRequest(root, delegate)
    
    	assert.Equal(t, merged, root)
    }
    
    var gatewayNameTests = []struct {
    	gateway   string
    	namespace string
    	resolved  string
    }{
    	{
    		"./gateway",
    		"default",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    	"gracePeriodSeconds": "The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// The duration in seconds before the object should be deleted. Value must be non-negative integer.
    	// The value zero indicates delete immediately. If this value is nil, the default grace period for the
    	// specified type will be used.
    	// Defaults to a per object value if not specified. zero means delete immediately.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/compose_uniform_quantized_type_pass.cc

    // %3 = stablehlo.constant  // Input 1 zero point z1 (i8).
    // %4 = stablehlo.constant  // Input 1 zero point z1 (i32).
    // %5 = stablehlo.constant  // Input 2 inverse scale 1 / s2.
    // %6 = stablehlo.constant  // Input 2 zero point z2 (i8).
    // %7 = stablehlo.constant  // Input 2 zero point z2 (i32).
    // %8 = stablehlo.constant  // Input 3 inverse scale 1 / s3.
    // %9 = stablehlo.constant  // Input 3 zero point z3.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  5. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    message DeleteOptions {
      // The duration in seconds before the object should be deleted. Value must be non-negative integer.
      // The value zero indicates delete immediately. If this value is nil, the default grace period for the
      // specified type will be used.
      // Defaults to a per object value if not specified. zero means delete immediately.
      // +optional
      optional int64 gracePeriodSeconds = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    message DeleteOptions {
      // The duration in seconds before the object should be deleted. Value must be non-negative integer.
      // The value zero indicates delete immediately. If this value is nil, the default grace period for the
      // specified type will be used.
      // Defaults to a per object value if not specified. zero means delete immediately.
      // +optional
      optional int64 gracePeriodSeconds = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/xcoff.go

    	C_ESTAT   = 144 // End of static block
    	C_GTLS    = 145 // Global thread-local variable
    	C_STTLS   = 146 // Static thread-local variable
    )
    
    // File Auxiliary Entry
    type XcoffAuxFile64 struct {
    	Xzeroes  uint32 // The name is always in the string table
    	Xoffset  uint32 // Offset in the string table
    	X_pad1   [6]byte
    	Xftype   uint8 // Source file string type
    	X_pad2   [2]byte
    	Xauxtype uint8 // Type of auxiliary entry
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/debug.go

    	state.changedVars.clear()
    
    	markChangedVars := func(slots, merged abt.T) {
    		if !forLocationLists {
    			return
    		}
    		// Fill changedVars with those that differ between the previous
    		// block (in the emit order, not necessarily a flow predecessor)
    		// and the start state for this block.
    		for it := slots.Iterator(); !it.Done(); {
    			k, v := it.Next()
    			m := merged.Find(k)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  9. pkg/registry/core/pod/strategy_test.go

    		name               string
    		pod                *api.Pod
    		wantPod            *api.Pod
    		featureGateEnabled bool
    	}{
    		{
    			name:               "matchLabelKeys are merged into labelSelector with In and mismatchLabelKeys are merged with NotIn",
    			featureGateEnabled: true,
    			pod: &api.Pod{
    				ObjectMeta: metav1.ObjectMeta{
    					Labels: map[string]string{
    						"country": "Japan",
    						"city":    "Kyoto",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

      ops::TensorArray tensor_array(root.WithOpName("test/tensor_array"), 1,
                                    DT_INT32);
      Output zero = ops::Const(root.WithOpName("test/zero"), 0);
      ops::TensorArrayWrite tensor_array_write(
          root.WithOpName("test/write"), tensor_array.handle, zero,
          ops::Const(root.WithOpName("test/forty_two"), 42.0f), tensor_array.flow);
      Output tensor_array_read =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
Back to top