Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 67 for mod$ (0.08 sec)

  1. pkg/kubelet/kubelet_test.go

    	// testMainKubelet.secretManager.RegisterPod(pod)
    	assert.Nil(t, testMainKubelet.configMapManager, "configmap manager should be nil if kubelet is in standalone mode")
    	assert.Nil(t, testMainKubelet.secretManager, "secret manager should be nil if kubelet is in standalone mode")
    }
    
    func TestSyncPodSpans(t *testing.T) {
    	testKubelet := newTestKubelet(t, false)
    	kubelet := testKubelet.kubelet
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	IfOperStatusTesting        = 3
    	IfOperStatusUnknown        = 4
    	IfOperStatusDormant        = 5
    	IfOperStatusNotPresent     = 6
    	IfOperStatusLowerLayerDown = 7
    )
    
    // Console related constants used for the mode parameter to SetConsoleMode. See
    // https://docs.microsoft.com/en-us/windows/console/setconsolemode for details.
    
    const (
    	ENABLE_PROCESSED_INPUT        = 0x1
    	ENABLE_LINE_INPUT             = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

      // FusedBatchNorm in training mode is a layout sentitive operation, and should
      // have already assigned an optimal data format.
      if (op->getIsTraining()) return failure();
      return ::mlir::TF::FoldOperandsPermutation(permutation, op);
    }
    
    template <class Op>
    static StringRef GetOptimalLayout(const RuntimeDevices& devices, Op* op) {
      // In inference mode FusedBatchNorm is not sensitive to data layout.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  4. src/crypto/x509/verify_test.go

    		return nil, nil, err
    	}
    
    	return cert, priv, nil
    }
    
    func TestPathologicalChain(t *testing.T) {
    	if testing.Short() {
    		t.Skip("skipping generation of a long chain of certificates in short mode")
    	}
    
    	// Build a chain where all intermediates share the same subject, to hit the
    	// path building worst behavior.
    	roots, intermediates := NewCertPool(), NewCertPool()
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  5. pkg/apis/core/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.ResourceFieldRef != nil {
    		in, out := &in.ResourceFieldRef, &out.ResourceFieldRef
    		*out = new(ResourceFieldSelector)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.Mode != nil {
    		in, out := &in.Mode, &out.Mode
    		*out = new(int32)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DownwardAPIVolumeFile.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.ResourceFieldRef != nil {
    		in, out := &in.ResourceFieldRef, &out.ResourceFieldRef
    		*out = new(ResourceFieldSelector)
    		(*in).DeepCopyInto(*out)
    	}
    	if in.Mode != nil {
    		in, out := &in.Mode, &out.Mode
    		*out = new(int32)
    		**out = **in
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DownwardAPIVolumeFile.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

    ^bb0(%arg0: tensor<2x1x3xf32>, %arg1: tensor<3x2xi32>):
      %0 = "tf.MirrorPad"(%arg0, %arg1) { mode = "SYMMETRIC" }: (tensor<2x1x3xf32>, tensor<3x2xi32>) -> tensor<? x f32>
      func.return %0#0 : tensor<? x f32>
    
      // CHECK-LABEL: mirror_pad
      // CHECK:  "tfl.mirror_pad"(%arg0, %arg1) <{mode = #tfl<mirror_pad_attr SYMMETRIC>}> : (tensor<2x1x3xf32>, tensor<3x2xi32>) -> tensor<?xf32>
      // CHECK:  return
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
  8. pkg/registry/batch/job/strategy_test.go

    				ObjectMeta: validObjectMeta,
    				Status: batch.JobStatus{
    					CompletionTime: &now,
    					Active:         1,
    				},
    			},
    		},
    		"invalid attempt setting CompletedIndexes when non-indexed completion mode is used": {
    			enableJobManagedBy: true,
    			job: &batch.Job{
    				ObjectMeta: validObjectMeta,
    				Spec: batch.JobSpec{
    					Completions:    ptr.To[int32](5),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  9. cmd/object-handlers.go

    			if err := enforceRetentionBypassForPut(ctx, r, *oi, objRetention, cred, owner); err != nil {
    				return dsc, err
    			}
    			if objRetention.Mode.Valid() {
    				oi.UserDefined[strings.ToLower(xhttp.AmzObjectLockMode)] = string(objRetention.Mode)
    				oi.UserDefined[strings.ToLower(xhttp.AmzObjectLockRetainUntilDate)] = amztime.ISO8601Format(objRetention.RetainUntilDate.UTC())
    			} else {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 124.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      selected_boxes = tf.gather(boxes, selected_indices)
    This op also supports a Soft-NMS (with Gaussian weighting) mode (c.f.
    Bodla et al, https://arxiv.org/abs/1704.04503) where boxes reduce the score
    of other overlapping boxes instead of directly causing them to be pruned.
    To enable this Soft-NMS mode, set the `soft_nms_sigma` parameter to be
    larger than 0.
      }];
    
      let arguments = (ins
        TFL_FpTensor:$boxes,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top