Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for NEW (0.12 sec)

  1. RELEASE.md

        The old Keras optimizer will never be deleted, but will not see any
        new feature additions.
        New optimizers (e.g., `Adafactor`) will
        only be implemented based on `tf.keras.optimizers.Optimizer`, the new
        base class.
    
    ## Major Features and Improvements
    
    *   `tf.lite`:
    
        *   New operations supported:
              * tf.unsortedsegmentmin op is supported.
    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. pkg/apis/core/validation/validation_test.go

    		},
    	}
    	for _, test := range tests {
    		test.new.ObjectMeta.ResourceVersion = "1"
    		test.old.ObjectMeta.ResourceVersion = "1"
    
    		// set required fields if old and new match and have no opinion on the value
    		if test.new.Name == "" && test.old.Name == "" {
    			test.new.Name = "name"
    			test.old.Name = "name"
    		}
    		if test.new.Namespace == "" && test.old.Namespace == "" {
    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. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "boolean"
              },
              "driverName": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

       ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    created, its rank is the rank of the incoming `SparseTensor` objects plus N;
    the sparse tensors have been concatenated along new dimensions, one for each
    batch.
    
    The output `SparseTensor` object's shape values for the original dimensions
    are the max across the input `SparseTensor` objects' shape values for the
    corresponding dimensions. The new dimensions match the size of the batch.
    
    The input `SparseTensor` objects' indices are assumed ordered in
    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