Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for batching (0.07 sec)

  1. RELEASE.md

    *   `tf.data`:
        *   Promoting `unbatch` from experimental to core API.
        *   Adding support for datasets as inputs to `from_tensors` and
            `from_tensor_slices` and batching and unbatching of nested datasets.
    *   `tf.keras`:
        *   `tf.keras.estimator.model_to_estimator` now supports exporting to
            tf.train.Checkpoint format, which allows the saved checkpoints to be
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Tue Oct 28 22:27:41 UTC 2025
    - 740.4K bytes
    - Viewed (3)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Kubeadm: remove the deprecated "--use-api" flag for "kubeadm alpha certs renew" (...
    Registered: Fri Dec 26 09:05:12 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. docs/en/docs/release-notes.md

    * 🔨 Update FastAPI People Experts script, refactor and optimize data fetching to handle rate limits. PR [#13267](https://github.com/fastapi/fastapi/pull/13267) by [@tiangolo](https://github.com/tiangolo).
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
  4. lib/fips140/v1.1.0-rc1.zip

    from FIPS 204, passing in ρ, s, and r instead of ρ'. func sampleNTT(rho []byte, s, r byte) nttElement { G := sha3.NewShake128() G.Write(rho) G.Write([]byte{s, r}) var a nttElement var j int // index into a var buf [168]byte // buffered reads from B, matching the rate of SHAKE-128 off := len(buf) // index into buf, starts in a "buffer fully consumed" state for j < n { if off >= len(buf) { G.Read(buf[:]) off = 0 } v := uint32(buf[off]) | uint32(buf[off+1])<<8 | uint32(buf[off+2])<<16 off += 3 f, err :=...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
  5. lib/fips140/v1.0.0-c2097c7c.zip

    A64-SIMD-Vector-Instructions/MOV--vector--from-general- */}} VMOV IV_LOW_BE, V{{ block_reg $i }}.D[1] VMOV IV_HIGH_BE, V{{ block_reg $i }}.D[0] {{- if ne (add $i 1) $N }} ADDS $1, IV_LOW_LE ADC $0, IV_HIGH_LE {{ end }} {{ end }} {{/* Num rounds branching. */}} CMP $12, NR BLT Lenc128 BEQ Lenc192 {{/* 2 extra rounds for 256-bit keys. */}} Lenc256: {{- template "load_keys" (load_keys_args 0 2) }} {{- template "enc" (enc_args 0 $N true) }} {{- template "enc" (enc_args 1 $N true) }} {{/* 2 extra rounds...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
Back to top