Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 2d (0.02 sec)

  1. android/guava/src/com/google/common/primitives/Ints.java

        //     ends up at a[d], which in turn ends up at a[2d], and so on until we get back to a[0].
        //     (All indices taken mod n.) If d and n are mutually prime, all elements will have been
        //     moved at that point. Otherwise, we can rotate the cycle a[1], a[1 + d], a[1 + 2d], etc,
        //     then a[2] etc, and so on until we have rotated all elements. There are gcd(d, n) cycles
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 25 18:05:56 UTC 2024
    - 31K bytes
    - Viewed (0)
  2. RELEASE.md

            the batch.
        *   Support indicator column in boosted trees.
        *   Prevent `tf.gradients()` from backpropagating through integer tensors.
        *   LinearOperator[1D,2D,3D]Circulant added to `tensorflow.linalg`.
        *   Conv3D, Conv3DBackpropInput, Conv3DBackpropFilter now supports
            arbitrary.
        *   Added `tf.train.Checkpoint` for reading/writing object-based
            checkpoints.
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
Back to top