Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for congrats (0.24 sec)

  1. doc/go_spec.html

    underlying array.
    </p>
    <p>
    A slice, once initialized, is always associated with an underlying
    array that holds its elements.  A slice therefore shares storage
    with its array and with other slices of the same array; by contrast,
    distinct arrays always represent distinct storage.
    </p>
    <p>
    The array underlying a slice may extend past the end of the slice.
    The <i>capacity</i> is a measure of that extent: it is the sum of
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  2. RELEASE.md

                from Python or `InvalidArgument` from C++
            *   (since v2.7) `tf.compat.v1.nn.fused_batch_norm` backprop to `offset`
                when `is_training=False`
            *   (since v2.7) `tf.image.adjust_contrast` forward
            *   (since v2.7) `tf.image.resize` with `method=ResizeMethod.NEAREST`
                backprop
            *   (since v2.7) `tf.linalg.svd`
            *   (since v2.7) `tf.math.bincount`
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  3. CREDITS

    cooperation with the community in the case of network server software.
    
      The licenses for most software and other practical works are designed
    to take away your freedom to share and change the works.  By contrast,
    our General Public Licenses are intended to guarantee your freedom to
    share and change all versions of a program--to make sure it remains free
    software for all its users.
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Apr 26 06:31:35 GMT 2024
    - 1.6M bytes
    - Viewed (0)
Back to top