Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for addLink (0.32 sec)

  1. RELEASE.md

            behavior.
        *   Adding `clear_losses` API to be able to clear losses at the end of
            forward pass in a custom training loop in eager.
        *   Add support for passing list of lists to the `metrics` param in Keras
            `compile`.
        *   Added top-k to precision and recall to keras metrics.
        *   Adding public APIs for `cumsum` and `cumprod` keras backend functions.
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

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

      let summary = [{
    Adds sparse `updates` to an existing tensor according to `indices`.
      }];
    
      let description = [{
    This operation creates a new tensor by adding sparse `updates` to the passed
    in `tensor`.
    This operation is very similar to `tf.compat.v1.scatter_nd_add`, except that the
    updates are added onto an existing tensor (as opposed to a variable). If the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    				Spec: core.PodSpec{
    					NodeSelector: map[string]string{
    						"foo": "bar",
    					},
    					SchedulingGates: []core.PodSchedulingGate{{Name: "baz"}},
    				},
    			},
    			test: "adding node selector is allowed for gated pods",
    		}, {
    			old: core.Pod{
    				Spec: core.PodSpec{
    					NodeSelector: map[string]string{
    						"foo": "bar",
    					},
    				},
    			},
    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