Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 2055 (0.07 sec)

  1. 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)
  2. 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)
  3. 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