Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for addLink (0.24 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. 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)
Back to top