Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for efficient (0.07 sec)

  1. RELEASE.md

        `tf.contrib.data.SqlDataset`.
    *   Distributed Mutex / CriticalSection added to
        `tf.contrib.framework.CriticalSection`.
    *   Better text processing with `tf.regex_replace`.
    *   Easy, efficient sequence input with
        `tf.contrib.data.bucket_by_sequence_length`
    *   Initial support for `tf.contrib.tensorrt` that enables native TensorRT in
        TensorFlow.
    
    ## Bug Fixes and Other Changes
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  2. lib/fips140/v1.0.0.zip

    reflect the GCM // standard and make binary.BigEndian suitable for marshaling these values, the // bits are stored in big endian order. For example: // // the coefficient of x⁰ can be obtained by v.low >> 63. // the coefficient of x⁶³ can be obtained by v.low & 1. // the coefficient of x⁶⁴ can be obtained by v.high >> 63. // the coefficient of x¹²⁷ can be obtained by v.high & 1. type gcmFieldElement struct { low, high uint64 } // GHASH is exposed to allow crypto/cipher to implement non-AES GCM modes....
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

    SIG Windows is also including several addition to this release:
     - Direct Server Return (DSR) mode support, allowing large numbers of services to scale up efficiently
     - Windows containers  now honor CPU limits
     - Performance improvements for collections of metrics and summary
    
    ### Increase the Kubernetes support window to one year
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top