Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for partial (0.15 sec)

  1. RELEASE.md

    *   `tf.distribute.experimental.MultiWorkerMirroredStrategy` adds support for
        partial batches. Workers running out of data now continue to participate in
        the training with empty inputs, instead of raising an error. Learn more
        about
        [partial batches here](https://www.tensorflow.org/tutorials/distribute/input#partial_batches).
    *   Improve the performance of reading metrics eagerly under
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  2. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    10B40..10B55  ; valid                                  # 5.2  INSCRIPTIONAL PARTHIAN LETTER ALEPH..INSCRIPTIONAL PARTHIAN LETTER TAW
    10B56..10B57  ; disallowed                             # NA   <reserved-10B56>..<reserved-10B57>
    10B58..10B5F  ; valid                  ;      ; NV8    # 5.2  INSCRIPTIONAL PARTHIAN NUMBER ONE..INSCRIPTIONAL PARTHIAN NUMBER ONE THOUSAND
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

      - node_cpu_usage_seconds --> node_cpu_usage_seconds_total
      - container_cpu_usage_seconds --> container_cpu_usage_seconds_total
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * ⚡️ Build docs for languages in parallel in subprocesses to speed up CI. PR [#2242](https://github.com/tiangolo/fastapi/pull/2242) by [@tiangolo](https://github.com/tiangolo).
    * 🐛 Fix docs order generation for partial translations. PR [#2238](https://github.com/tiangolo/fastapi/pull/2238) by [@tiangolo](https://github.com/tiangolo).
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
  5. lib/fips140/v1.0.0.zip

    dst[:len(src)] if alias.InexactOverlap(dst, src) { panic("crypto/aes: invalid buffer overlap") } fips140.RecordApproved() ivlo, ivhi := add128(c.ivlo, c.ivhi, offset/BlockSize) if blockOffset := offset % BlockSize; blockOffset != 0 { // We have a partial block at the beginning. var in, out [BlockSize]byte copy(in[blockOffset:], src) ctrBlocks1(&c.b, &out, &in, ivlo, ivhi) n := copy(dst, out[blockOffset:]) src = src[n:] dst = dst[n:] ivlo, ivhi = add128(ivlo, ivhi, 1) } for len(src) >= 8*BlockSize...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top