Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Avery (0.14 sec)

  1. RELEASE.md

        *   Added a new `rerandomize_each_iteration` argument for the `tf.data.Dataset.sample_from_datasets()` operation, which controls whether the...
    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 = "Computes inverse hyperbolic cosine of x element-wise.";
    
      let description = [{
    Given an input tensor, the function computes inverse hyperbolic cosine of every element.
    Input range is `[1, inf]`. It returns `nan` if the input lies outside the range.
    
    ```python
    x = tf.constant([-2, -0.5, 1, 1.2, 200, 10000, float("inf")])
    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