Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Vries (0.17 sec)

  1. cmd/xl-storage.go

    // for io.EOF.
    //
    // If an EOF happens after reading some but not all the bytes,
    // ReadFile returns ErrUnexpectedEOF.
    //
    // If the BitrotVerifier is not nil or not verified ReadFile
    // tries to verify whether the disk has bitrot.
    //
    // Additionally ReadFile also starts reading from an offset. ReadFile
    // semantics are same as io.ReadFull.
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Sun Apr 28 17:53:50 GMT 2024
    - 84.7K bytes
    - Viewed (0)
  2. RELEASE.md

            symbolic values.
        *   Code already susceptible to leaking tensors outside of graphs becomes
            slightly more likely to do so now.
        *   Code that tries directly getting gradients with respect to symbolic
            Keras inputs/outputs. Use `GradientTape` on the actual Tensors passed to
            the already-constructed model instead.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top