Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 2055 (0.14 sec)

  1. src/cmd/compile/internal/test/testdata/arithConst_test.go

    	test_uint8{fn: or_uint8_1, fnname: "or_uint8_1", in: 255, want: 255},
    	test_uint8{fn: or_255_uint8, fnname: "or_255_uint8", in: 0, want: 255},
    	test_uint8{fn: or_uint8_255, fnname: "or_uint8_255", in: 0, want: 255},
    	test_uint8{fn: or_255_uint8, fnname: "or_255_uint8", in: 1, want: 255},
    	test_uint8{fn: or_uint8_255, fnname: "or_uint8_255", in: 1, want: 255},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 633.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	FACILITY_WEP                                                                            = 2049
    	FACILITY_SYNCENGINE                                                                     = 2050
    	FACILITY_XBOX                                                                           = 2339
    	FACILITY_GAME                                                                           = 2340
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 923.3K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

    3?q\261\034d\257\221\342?o\344\321\257j\300\343?W\342\370e\315\241\357?\n\235\013V:Q\327?]\273\205D\256\321\347?\002\005A\314\234\005\324?\273\315\271\300]\223\343?h\3233\315\270@\325?\376|@\016?Y\335?P\351\253\036\335;\346?\220\323\022\354\365X\305?=)\303d\220%\342?\267m\036a@\030\340?\372\013Lv\3123\331?b\"\253\335\323%\355?~\330\266h\220b\353?\226\',\"\254\273\322?\306\037\323\267\000\021\357?4\205P\254\002\026\357?@m\313\275\031\347\204?A\313\275\212\374\217\344?n\250\262\034g.\345?\002\361v...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    ```
    here `range(T) = numeric_limits<T>::max() - numeric_limits<T>::min()`
    
    *MIN_COMBINED Mode Example*
    
    If the input comes from a QuantizedRelu6, the output type is
    quint8 (range of 0-255) but the possible range of QuantizedRelu6 is
    0-6.  The min_range and max_range values are therefore 0.0 and 6.0.
    Dequantize on quint8 will take each value, cast to float, and multiply
    by 6 / 255.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    204E..2052    ; valid                  ;      ; NV8    # 3.2  LOW ASTERISK..COMMERCIAL MINUS SIGN
    2053..2054    ; valid                  ;      ; NV8    # 4.0  SWUNG DASH..INVERTED UNDERTIE
    2055..2056    ; valid                  ;      ; NV8    # 4.1  FLOWER PUNCTUATION MARK..THREE DOT PUNCTUATION
    2057          ; mapped                 ; 2032 2032 2032 2032 #3.2 QUADRUPLE PRIME
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  6. RELEASE.md

    armkevincheng, Avrosh K, Ayan Moitra, azazhu, Banikumar Maiti, Bas Aarts, bhack,
    Bhanu Prakash Bandaru Venkata, Billy Cao, Bohumir Zamecnik, Bradley Reece,
    CyanXu, Daniel Situnayake, David Pal, Ddavis-2015, DEKHTIARJonathan, Deven
    Desai, Duncan Riach, Edward, Eli Osherovich, Eugene Kuznetsov, europeanplaice,
    evelynmitchell, Evgeniy Polyakov, Felix Vollmer, Florentin Hennecker, François
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    						FSType:     "ext4",
    						ReadOnly:   false,
    					},
    				},
    			},
    			errs: []verr{{
    				etype:  field.ErrorTypeInvalid,
    				field:  "fc.lun",
    				detail: validation.InclusiveRangeError(0, 255),
    			}},
    		},
    		// FlexVolume
    		{
    			name: "valid FlexVolume",
    			vol: core.Volume{
    				Name: "flex-volume",
    				VolumeSource: core.VolumeSource{
    					FlexVolume: &core.FlexVolumeSource{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top