Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for sequential (0.18 sec)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), const MADV_RANDOM = 1
    pkg syscall (freebsd-arm64), const MADV_RANDOM ideal-int
    pkg syscall (freebsd-arm64), const MADV_SEQUENTIAL = 2
    pkg syscall (freebsd-arm64), const MADV_SEQUENTIAL ideal-int
    pkg syscall (freebsd-arm64), const MADV_WILLNEED = 3
    pkg syscall (freebsd-arm64), const MADV_WILLNEED ideal-int
    pkg syscall (freebsd-arm64), const MAP_32BIT = 524288
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  2. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const MADV_RANDOM = 1 #53466
    pkg syscall (freebsd-riscv64), const MADV_RANDOM ideal-int #53466
    pkg syscall (freebsd-riscv64), const MADV_SEQUENTIAL = 2 #53466
    pkg syscall (freebsd-riscv64), const MADV_SEQUENTIAL ideal-int #53466
    pkg syscall (freebsd-riscv64), const MADV_WILLNEED = 3 #53466
    pkg syscall (freebsd-riscv64), const MADV_WILLNEED ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  3. RELEASE.md

            `train_step()`/`test_step()`/`predict_step()` methods, e.g. `if
            x.shape.rank == 1: x = tf.expand_dims(x, axis=-1)`. Functional models as
            well as Sequential models built with an explicit input shape are not
            affected.
        *   The methods `Model.to_yaml()` and `keras.models.model_from_yaml` have
            been replaced to raise a `RuntimeError` as they can be abused to cause
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  4. CHANGELOG/CHANGELOG-1.19.md

    - Add init containers log to cluster dump info. ([#88324](https://github.com/kubernetes/kubernetes/pull/88324), [@zhouya0](https://github.com/zhouya0)) [SIG CLI]
    - Azure VMSS LoadBalancerBackendAddressPools updating has been improved with squential-sync + concurrent-async requests. ([#88699](https://github.com/kubernetes/kubernetes/pull/88699), [@feiskyer](https://github.com/feiskyer)) [SIG Cloud Provider]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Viewed (0)
Back to top