Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for mutable_s (0.24 sec)

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

    			isExpectedFailure: true,
    			oldClaim:          validClaimStorageClass,
    			newClaim:          invalidUpdateClaimStorageClass,
    		},
    		"valid-update-mutable-annotation": {
    			isExpectedFailure: false,
    			oldClaim:          validClaimAnnotation,
    			newClaim:          validUpdateClaimMutableAnnotation,
    		},
    		"valid-update-add-annotation": {
    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. RELEASE.md

            *   Experimental support for variables in TFLite. To enable through
                conversion, users need to set
                `experimental_enable_resource_variables` on tf.lite.TFLiteConverter
                to True. Note: mutable variables is only available using
                `from_saved_model` in this release, support for other methods is
                coming soon.
            *   Old Converter (TOCO) is getting removed from next release. It's been
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Creates an empty hash table that uses tensors as the backing store.
      }];
    
      let description = [{
    It uses "open addressing" with quadratic reprobing to resolve
    collisions.
    
    This op creates a mutable hash table, specifying the type of its keys and
    values. Each value must be a scalar. Data can be inserted into the table using
    the insert operations. It does not support the initialization operation.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      this class. The value of this field MUST be a domain prefixed path.
    
    
                      Example: "example.net/gateway-controller".
    
    
                      This field is not mutable and cannot be empty.
    
    
                      Support: Core
                    maxLength: 253
                    minLength: 1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
Back to top