Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 2345 (0.59 sec)

  1. src/testdata/Isaac.Newton-Opticks.txt

    the red cast those Lines distinctly on it by about 2-1/2 or 2-3/4
    Inches. For sometimes the Measures were a little greater, sometimes a
    little less, but seldom varied from one another above 1/3 of an Inch.
    For it was very difficult to define the Places of the Foci, without some
    little Errors. Now, if the Colours distant half the Length of the
    Image, (measured at its Rectilinear Sides) give 2-1/2 or 2-3/4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		},
    		numErrs: 1,
    	}, {
    		name: "empty multi-port port[0] name",
    		tweakSvc: func(s *core.Service) {
    			s.Spec.Ports[0].Name = ""
    			s.Spec.Ports = append(s.Spec.Ports, core.ServicePort{Name: "p", Protocol: "TCP", Port: 12345, TargetPort: intstr.FromInt32(12345)})
    		},
    		numErrs: 1,
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	ERROR_PIPE_NOT_CONNECTED                                                  syscall.Errno = 233
    	ERROR_MORE_DATA                                                           syscall.Errno = 234
    	ERROR_NO_WORK_DONE                                                        syscall.Errno = 235
    	ERROR_VC_DISCONNECTED                                                     syscall.Errno = 240
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 923.3K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0343          ; mapped                 ; 0313          # 1.1  COMBINING GREEK KORONIS
    0344          ; mapped                 ; 0308 0301     # 1.1  COMBINING GREEK DIALYTIKA TONOS
    0345          ; mapped                 ; 03B9          # 1.1  COMBINING GREEK YPOGEGRAMMENI
    0346..034E    ; valid                                  # 3.0  COMBINING BRIDGE ABOVE..COMBINING UPWARDS ARROW BELOW
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        shape = [30]
    
    then the final deserialized `SparseTensor` will be:
    
        index = [0  0]
                [0 10]
                [0 20]
                [1  2]
                [1 10]
        values = [1, 2, 3, 4, 5]
        shape = [2 50]
      }];
    
      let arguments = (ins
        Arg<TensorOf<[TF_Str, TF_Variant]>, [{The serialized `SparseTensor` objects. The last dimension
    must have 3 columns.}]>:$serialized_sparse
      );
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top