Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Nice (0.06 sec)

  1. src/testdata/Isaac.Newton-Opticks.txt

    farther Evidence, that the Sines of Incidence and Refraction of the
    several sorts of Rays, hold the same Proportion to one another in the
    smallest Refractions which they do in the greatest.
    
    My Progress in making this nice and troublesome Experiment I have set
    down more at large, that they that shall try it after me may be aware of
    the Circumspection requisite to make it succeed well. And if they cannot
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  2. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2F75          ; mapped                 ; 7AF9          # 3.0  KANGXI RADICAL BAMBOO
    2F76          ; mapped                 ; 7C73          # 3.0  KANGXI RADICAL RICE
    2F77          ; mapped                 ; 7CF8          # 3.0  KANGXI RADICAL SILK
    2F78          ; mapped                 ; 7F36          # 3.0  KANGXI RADICAL JAR
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  3. RELEASE.md

            instead of being reused. This means modifying the weights of the
            `DynamicLossScale` will no longer affect the weights of the
            LossScaleOptimizer, and vice versa.
        *   The global policy can no longer be set to a non-floating point policy in
            `tf.keras.mixed_precision.experimental.set_policy`
        *   In `Layer.call`, `AutoCastVariable`s will no longer be casted within
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    ubernetes.io/pod` and `container.seccomp.security.alpha.kubernetes.io/...` annotations are now deprecated, and will be removed in Kubernetes v1.22.0. Right now, an automatic version skew handling will convert the new field into the annotations and vice versa. This means there is no action required for converting existing workloads in a cluster.
    
    You can find more information about how to restrict container system calls with seccomp in the new [documentation page on Kubernetes.io][seccomp-docs]...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    `shift` along the dimension of `axis`. Negative `shift` values will shift
    elements in the opposite direction. Elements that roll passed the last position
    will wrap around to the first and vice versa. Multiple shifts along multiple
    axes may be specified.
    
    For example:
    
    ```
    # 't' is [0, 1, 2, 3, 4]
    roll(t, shift=2, axis=0) ==> [3, 4, 0, 1, 2]
    
    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