Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 1,501 for desk (0.06 sec)

  1. tensorflow/compiler/mlir/lite/tf_tfl_translate_cl.cc

        llvm::cl::desc("Enable converting TF to Stablehlo."),
        llvm::cl::init(false));
    
    // NOLINTNEXTLINE
    opt<bool> post_training_quantization(
        "post-training-quantization",
        llvm::cl::desc("Enable post_training_quantization."),
        llvm::cl::init(false));
    
    // NOLINTNEXTLINE
    opt<bool> legalize_custom_tensor_list_ops(
        "legalize-custom-tensor-list-ops",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 05 20:53:17 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/plugin/pkg/audit/truncate/truncate_test.go

    	}
    )
    
    func TestTruncatingEvents(t *testing.T) {
    	testCases := []struct {
    		desc          string
    		event         *auditinternal.Event
    		wantDropped   bool
    		wantTruncated bool
    	}{
    		{
    			desc:  "Empty event should not be truncated",
    			event: &auditinternal.Event{},
    		},
    		{
    			desc: "Event with too large body should be truncated",
    			event: &auditinternal.Event{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 30 07:56:39 UTC 2018
    - 3.7K bytes
    - Viewed (0)
  3. pilot/pkg/security/trustdomain/util_test.go

    	tests := []struct {
    		desc     string
    		element  string
    		list     []string
    		expected bool
    	}{
    		{
    			desc:     "wildcard",
    			element:  "*",
    			list:     []string{"match-me"},
    			expected: true,
    		},
    		{
    			desc:     "suffix=match",
    			element:  "yo*",
    			list:     []string{"yo", "yolo", "yo-yo"},
    			expected: true,
    		},
    		{
    			desc:     "no-sub",
    			element:  "foo",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 11 04:25:06 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  4. src/main/java/jcifs/ntlmssp/NtlmMessage.java

    
        static void writeULong ( byte[] dest, int offset, int ulong ) {
            dest[ offset ] = (byte) ( ulong & 0xff );
            dest[ offset + 1 ] = (byte) ( ulong >> 8 & 0xff );
            dest[ offset + 2 ] = (byte) ( ulong >> 16 & 0xff );
            dest[ offset + 3 ] = (byte) ( ulong >> 24 & 0xff );
        }
    
    
        static void writeUShort ( byte[] dest, int offset, int ushort ) {
            dest[ offset ] = (byte) ( ushort & 0xff );
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 5.1K bytes
    - Viewed (0)
  5. operator/cmd/mesh/profile-dump_test.go

    func TestProfileDump(t *testing.T) {
    	testDataDir := filepath.Join(operatorRootDir, "cmd/mesh/testdata/profile-dump")
    	tests := []struct {
    		desc       string
    		configPath string
    	}{
    		{
    			desc: "all_off",
    		},
    		{
    			desc:       "config_path",
    			configPath: "components",
    		},
    		{
    			desc:       "list_path",
    			configPath: "values.gateways.istio-egressgateway.secretVolumes",
    		},
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 20 11:44:25 UTC 2022
    - 3.7K bytes
    - Viewed (0)
  6. pkg/util/flag/flags_test.go

    	testCases := []struct {
    		desc      string
    		argc      string
    		expectErr bool
    		expectVal string
    	}{
    
    		{
    			desc:      "valid ipv4 1",
    			argc:      "blah --ipport=0.0.0.0",
    			expectVal: "0.0.0.0",
    		},
    		{
    			desc:      "valid ipv4 2",
    			argc:      "blah --ipport=127.0.0.1",
    			expectVal: "127.0.0.1",
    		},
    
    		{
    			desc:      "invalid IP",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 14 10:45:23 UTC 2021
    - 8.8K bytes
    - Viewed (0)
  7. pkg/controller/certificates/rootcacertpublisher/metrics_test.go

    	"k8s.io/component-base/metrics/legacyregistry"
    	"k8s.io/component-base/metrics/testutil"
    )
    
    func TestSyncCounter(t *testing.T) {
    	testCases := []struct {
    		desc    string
    		err     error
    		metrics []string
    		want    string
    	}{
    		{
    			desc: "nil error",
    			err:  nil,
    			metrics: []string{
    				"root_ca_cert_publisher_sync_total",
    			},
    			want: `
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 16 12:05:32 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  8. platforms/jvm/normalization-java/src/main/java/org/gradle/internal/normalization/java/impl/SortingAnnotationVisitor.java

        }
    
        @Override
        public AnnotationVisitor visitAnnotation(String name, String desc) {
            AnnotationMember annotation = new AnnotationMember(desc, true);
            SortingAnnotationVisitor visitor =
                new SortingAnnotationVisitor(annotation, super.visitAnnotation(name, desc));
            visitor.parentVisitor = this;
            visitor.annotationValueName = nameOrValue(name);
            return visitor;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  9. cmd/testdata/config/invalid.yaml

      -
            - 'https://server-example-pool1:9000/mnt/disk{1...4}/'
            - 'https://server1-pool1:9000/mnt/disk{1...4}/'
            - 'https://server3-pool1:9000/mnt/disk{1...4}/'
            - 'https://server4-pool1:9000/mnt/disk{1...4}/'
      -
            - 'https://server-example-pool2:9000/mnt/disk{1...4}/'
            - 'https://server1-pool2:9000/mnt/disk{1...4}/'
            - 'https://server3-pool2:9000/mnt/disk{1...4}/'
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Dec 07 09:33:56 UTC 2023
    - 866 bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/rewrite_util.cc

                                                   mlir::OpResult dest) {
      CopyDeviceAndUnderscoredAttributesAdaptor(src.getOwner(), dest.getOwner());
    }
    
    void CopyDeviceAndUnderscoredAttributesAdaptor(mlir::Operation *src,
                                                   mlir::OpResult dest) {
      CopyDeviceAndUnderscoredAttributesAdaptor(src, dest.getOwner());
    }
    
    void CopyDeviceAndUnderscoredAttributesAdaptor(mlir::Operation *src,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top