Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for DecInt (0.74 sec)

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

    refracting Surface into one and the same Medium, the Interval of the
    following Fits of easy Reflexion and Transmission are either accurately
    or very nearly, as the Rectangle of the Secant of the Angle of
    Refraction, and of the Secant of another Angle, whose Sine is the first
    of 106 arithmetical mean Proportionals, between the Sines of Incidence
    and Refraction, counted from the Sine of Refraction._
    
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "format": "int32",
                "type": "integer"
              },
              "observedGeneration": {
                "description": "The most recent generation observed by the daemon set controller.",
                "format": "int64",
                "type": "integer"
              },
              "updatedNumberScheduled": {
    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. RELEASE.md

            Please use `==2.15.0.post1` to specify this exact version on Linux
            platforms, or a fuzzy version specification, such as `==2.15.*`, to
            specify the most recent compatible version of TensorFlow 2.15 on all
            platforms.
    
    # Release 2.15.0
    
    ## TensorFlow
    
    ### Breaking Changes
    
    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

    ### Dashboard v2
    
    SIG UI has released v2 of the Kubernetes Dashboard add-on. You can find the most recent release in the [kubernetes/dashboard](https://github.com/kubernetes/dashboard/releases) repository. Kubernetes Dashboard now includes CRD support, new translations, and an updated version of AngularJS.
    
    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. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    1BC6B..1BC6F  ; disallowed                             # NA   <reserved-1BC6B>..<reserved-1BC6F>
    1BC70..1BC7C  ; valid                                  # 7.0  DUPLOYAN AFFIX LEFT HORIZONTAL SECANT..DUPLOYAN AFFIX ATTACHED TANGENT HOOK
    1BC7D..1BC7F  ; disallowed                             # NA   <reserved-1BC7D>..<reserved-1BC7F>
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    gives module error.
    For example,
    
    Example 1:
    
    >>> a = [1., 2., 3.]
    >>> equality_bitcast = tf.bitcast(a, tf.complex128)
    Traceback (most recent call last):
    ...
    InvalidArgumentError: Cannot bitcast from 1 to 18 [Op:Bitcast]
    >>> equality_cast = tf.cast(a, tf.complex128)
    >>> print(equality_cast)
    tf.Tensor([1.+0.j 2.+0.j 3.+0.j], shape=(3,), dtype=complex128)
    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