Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 92 of 92 for Consistently (0.49 sec)

  1. src/net/http/h2_bundle.go

    	// But for now any three digits.
    	//
    	// We used to send "HTTP/1.1 000 0" on the wire in responses but there's
    	// no equivalent bogus thing we can realistically send in HTTP/2,
    	// so we'll consistently panic instead and help people find their bugs
    	// early. (We can't return an error from WriteHeader even if we wanted to.)
    	if code < 100 || code > 999 {
    		panic(fmt.Sprintf("invalid WriteHeader code %v", code))
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. RELEASE.md

        *   TensorBoard uses a relative data directory, for easier embedding.
        *   TensorBoard automatically ignores outliers for domain calculation, and
            formats proportional values consistently.
    *   Multiple tfdbg bug fixes:
        *   Fixed Windows compatibility issues.
        *   Command history now persists across runs.
        *   Bug fix in graph validation related to `tf.while_loops`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top