Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 7 of 7 for diag (0.05 seconds)

  1. RELEASE.md

            `tf.io.parse_tensor`, `tf.io.read_file,`tf.io.write_file`.
        *   New endpoints in tf.linalg namespace: `tf.linalg.cross`,
            `tf.linalg.tensor_diag` (corresponds to `tf.diag`),
            `tf.linalg.tensor_diag_part` (corresponds to `tf.diag_part`).
        *   New endpoints in tf.manip namespace: `tf.manip.batch_to_space_nd`,
            `tf.manip.gather_nd`, `tf.manip.reshape`, `tf.manip.reverse`,
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Tue Oct 28 22:27:41 GMT 2025
    - 740.4K bytes
    - Click Count (3)
  2. lib/fips140/v1.0.0-c2097c7c.zip

    0x34b0bcb5, 0x391c0cb3, 0x4ed8aa4a, 0x5b9cca4f, 0x682e6ff3, 0x748f82ee, 0x78a5636f, 0x84c87814, 0x8cc70208, 0x90befffa, 0xa4506ceb, 0xbef9a3f7, 0xc67178f2, } func blockGeneric(dig *Digest, p []byte) { var w [64]uint32 h0, h1, h2, h3, h4, h5, h6, h7 := dig.h[0], dig.h[1], dig.h[2], dig.h[3], dig.h[4], dig.h[5], dig.h[6], dig.h[7] for len(p) >= chunk { // Can interlace the computation of w with the // rounds below if needed for speed. for i := 0; i < 16; i++ { j := i * 4 w[i] = uint32(p[j])<<24 | uint32(p[j+1])<<16...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
  3. lib/fips140/v1.1.0-rc1.zip

    0x34b0bcb5, 0x391c0cb3, 0x4ed8aa4a, 0x5b9cca4f, 0x682e6ff3, 0x748f82ee, 0x78a5636f, 0x84c87814, 0x8cc70208, 0x90befffa, 0xa4506ceb, 0xbef9a3f7, 0xc67178f2, } func blockGeneric(dig *Digest, p []byte) { var w [64]uint32 h0, h1, h2, h3, h4, h5, h6, h7 := dig.h[0], dig.h[1], dig.h[2], dig.h[3], dig.h[4], dig.h[5], dig.h[6], dig.h[7] for len(p) >= chunk { a, b, c, d, e, f, g, h := h0, h1, h2, h3, h4, h5, h6, h7 for i := range 64 { if i < 16 { j := i * 4 w[i] = uint32(p[j])<<24 | uint32(p[j+1])<<16 | uint32(p[j+2])<<8...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0DF0..0DF1    ; disallowed                             # NA   <reserved-0DF0>..<reserved-0DF1>
    0DF2..0DF3    ; valid                                  # 3.0  SINHALA VOWEL SIGN DIGA GAETTA-PILLA..SINHALA VOWEL SIGN DIGA GAYANUKITTA
    0DF4          ; valid                  ;      ; NV8    # 3.0  SINHALA PUNCTUATION KUNDDALIYA
    0DF5..0E00    ; disallowed                             # NA   <reserved-0DF5>..<reserved-0E00>
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Click Count (0)
  5. api/go1.14.txt

    pkg log/syslog (freebsd-arm64), const LOG_UUCP Priority
    pkg log/syslog (freebsd-arm64), const LOG_WARNING = 4
    pkg log/syslog (freebsd-arm64), const LOG_WARNING Priority
    pkg log/syslog (freebsd-arm64), func Dial(string, string, Priority, string) (*Writer, error)
    pkg log/syslog (freebsd-arm64), func New(Priority, string) (*Writer, error)
    pkg log/syslog (freebsd-arm64), func NewLogger(Priority, int) (*log.Logger, error)
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Click Count (0)
  6. api/go1.20.txt

    pkg log/syslog (freebsd-riscv64), const LOG_UUCP Priority #53466
    pkg log/syslog (freebsd-riscv64), const LOG_WARNING = 4 #53466
    pkg log/syslog (freebsd-riscv64), const LOG_WARNING Priority #53466
    pkg log/syslog (freebsd-riscv64), func Dial(string, string, Priority, string) (*Writer, error) #53466
    pkg log/syslog (freebsd-riscv64), func New(Priority, string) (*Writer, error) #53466
    pkg log/syslog (freebsd-riscv64), func NewLogger(Priority, int) (*log.Logger, error) #53466
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Click Count (0)
  7. CHANGELOG/CHANGELOG-1.19.md

    - Fixed a bug in client-go where new clients with customized `Dial`, `Proxy`, `GetCert` config may get stale HTTP transports. ([#95427](https://github.com/kubernetes/kubernetes/pull/95427), [@roycaihw](https://github.com/roycaihw)) [SIG API Machinery]
    Created: Fri Dec 26 09:05:12 GMT 2025
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Click Count (0)
Back to Top