Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _ignored (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    `bad_indices_policy`, the op will either return an error or ignore the
    out-of-bound indices. `bad_indices_policy` can be one of the following values:
    1. "" or "DEFAULT": raises on CPU and ignore on GPU. This is because
       historically on CPU and GPU we handle errors in different ways, and for
       backward compatibility we keep the default behavior.
    2. "ERROR": raises error; GPU does not support this value.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

     * If you use masked losses with Keras the loss values may be different in TensorFlow `2.12` compared to previous versions.
     * In cases where the mask was previously ignored, you will now get an error if you pass a mask with an incompatible shape.
    
    ### Major Features and Improvements
    
    `tf.keras`:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top