Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for _1111 (0.05 sec)

  1. pkg/apis/core/validation/validation_test.go

    		expectError: false,
    		pod:         makePod("single-ip-family-4", "ns", []core.PodIP{{IP: "1.1.1.1"}}),
    	}, {
    		expectError: false,
    		pod:         makePod("dual-stack-4-6", "ns", []core.PodIP{{IP: "1.1.1.1"}, {IP: "::1"}}),
    	}, {
    		expectError: false,
    		pod:         makePod("dual-stack-6-4", "ns", []core.PodIP{{IP: "::1"}, {IP: "1.1.1.1"}}),
    	},
    		/* failure cases start here */
    		{
    			expectError: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        TF_AnyStrAttrOf<["SAME", "VALID"]>:$padding,
        DefaultValuedOptionalAttr<TF_AnyStrAttrOf<["NDHWC", "NCDHW"]>, "\"NDHWC\"">:$data_format,
        DefaultValuedOptionalAttr<I64ArrayAttr, "{1, 1, 1, 1, 1}">:$dilations
      );
    
      let results = (outs
        TF_FloatTensor:$output
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    
      let hasVerifier = 1;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	ERROR_MEDIA_CHANGED                                                       syscall.Errno = 1110
    	ERROR_BUS_RESET                                                           syscall.Errno = 1111
    	ERROR_NO_MEDIA_IN_DRIVE                                                   syscall.Errno = 1112
    	ERROR_NO_UNICODE_TRANSLATION                                              syscall.Errno = 1113
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 923.3K bytes
    - Viewed (0)
Back to top