Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for below (0.1 sec)

  1. RELEASE.md

            functions.
    
    ## Deprecations
    
    *   TensorFlow 1.7 may be the last time we support Cuda versions below 8.0.
        Starting with TensorFlow 1.8 release, 8.0 will be the minimum supported
        version.
    *   TensorFlow 1.7 may be the last time we support cuDNN versions below 6.0.
        Starting with TensorFlow 1.8 release, 6.0 will be the minimum supported
        version.
    
    ## Thanks to our Contributors
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    the input.  The spatial dimensions of this intermediate result are then
    optionally cropped according to `crops` to produce the output.  This is the
    reverse of SpaceToBatch.  See below for a precise description.
      }];
    
      let arguments = (ins
        Arg<TF_Tensor, [{N-D with shape `input_shape = [batch] + spatial_shape + remaining_shape`,
    where spatial_shape has M dimensions.}]>:$input,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

                              evaluate to true only if all conditions are satisfied.
    
    
                              For example, the match below will match a gRPC request only if its service
                              is `foo` AND it contains the `version: v1` header:
    
    
                              ```
                              matches:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    		},
    
    		// At present, there is no validation exist for nodeStage secretRef in
    		// ValidatePersistentVolumeSpec->validateCSIPersistentVolumeSource, due to that, below
    		// checks/validations pass!
    
    		"csi-nodestage-enabled-from-invalidSecretRef-to-invalidSecretRef": {
    			isExpectedFailure: false,
    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