Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Kuper (0.37 sec)

  1. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const MAP_32BIT = 524288 #53466
    pkg syscall (freebsd-riscv64), const MAP_32BIT ideal-int #53466
    pkg syscall (freebsd-riscv64), const MAP_ALIGNED_SUPER = 16777216 #53466
    pkg syscall (freebsd-riscv64), const MAP_ALIGNED_SUPER ideal-int #53466
    pkg syscall (freebsd-riscv64), const MAP_ALIGNMENT_MASK = -16777216 #53466
    pkg syscall (freebsd-riscv64), const MAP_ALIGNMENT_MASK ideal-int #53466
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  2. api/go1.14.txt

    pkg syscall (freebsd-arm64), const MAP_32BIT = 524288
    pkg syscall (freebsd-arm64), const MAP_32BIT ideal-int
    pkg syscall (freebsd-arm64), const MAP_ALIGNED_SUPER = 16777216
    pkg syscall (freebsd-arm64), const MAP_ALIGNED_SUPER ideal-int
    pkg syscall (freebsd-arm64), const MAP_ALIGNMENT_MASK = -16777216
    pkg syscall (freebsd-arm64), const MAP_ALIGNMENT_MASK ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  3. RELEASE.md

            StandardizedConv2D(tf.keras.Layer): def convolution_op(self, inputs,
            kernel): mean, var = tf.nn.moments(kernel, axes=[0, 1, 2],
            keepdims=True) # Author code uses std + 1e-5 return
            super().convolution_op(inputs, (kernel - mean) / tf.sqrt(var + 1e-10))`
        *   Added `merge_state()` method to `tf.keras.metrics.Metric` for use in
            distributed computations.
        *   Added `sparse` and `ragged` options to
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
Back to top