Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 6 of 6 for accept (0.08 seconds)

  1. RELEASE.md

        'outputs'. If a model was exported with different names before 1.2, and is
        now served with tensorflow/serving, it will accept requests using 'inputs'
        and 'outputs'. Starting at 1.2, such a model will accept the keys specified
        during export. Therefore, inference requests using 'inputs' and 'outputs'
        may start to fail. To fix this, either update any inference clients to send
    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. api/go1.14.txt

    pkg syscall (freebsd-arm64), const WUNTRACED = 2
    pkg syscall (freebsd-arm64), const WUNTRACED ideal-int
    pkg syscall (freebsd-arm64), func Accept(int) (int, Sockaddr, error)
    pkg syscall (freebsd-arm64), func Accept4(int, int) (int, Sockaddr, error)
    pkg syscall (freebsd-arm64), func Access(string, uint32) error
    pkg syscall (freebsd-arm64), func Adjtime(*Timeval, *Timeval) error
    pkg syscall (freebsd-arm64), func Bind(int, Sockaddr) 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)
  3. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const WUNTRACED ideal-int #53466
    pkg syscall (freebsd-riscv64), func Accept(int) (int, Sockaddr, error) #53466
    pkg syscall (freebsd-riscv64), func Accept4(int, int) (int, Sockaddr, error) #53466
    pkg syscall (freebsd-riscv64), func Access(string, uint32) error #53466
    pkg syscall (freebsd-riscv64), func Adjtime(*Timeval, *Timeval) 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)
  4. docs/en/docs/release-notes.md

    In short, if you had dependencies that looked like:
    
    ```Python
    def my_dep():
        try:
            yield
        except SomeException:
            pass
    ```
    
    Now you need to make sure you raise again after `except`, just as you would in regular Python:
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 27 19:06:15 GMT 2025
    - 586.7K bytes
    - Click Count (0)
  5. lib/fips140/v1.0.0-c2097c7c.zip

    projCached table.SelectInto(&tmp1, 6) table.SelectInto(&tmp2, -2) table.SelectInto(&tmp3, -4) // Expect T1 + T2 + T3 = identity var accP1xP1 projP1xP1 accP3 := NewIdentityPoint() accP1xP1.Add(accP3, &tmp1) accP3.fromP1xP1(&accP1xP1) accP1xP1.Add(accP3, &tmp2) accP3.fromP1xP1(&accP1xP1) accP1xP1.Add(accP3, &tmp3) accP3.fromP1xP1(&accP1xP1) if accP3.Equal(I) != 1 { t.Errorf("Consistency check on ProjLookupTable.SelectInto failed! %x %x %x", tmp1, tmp2, tmp3) } } func TestAffineLookupTabl(t *testing.T)...
    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)
  6. lib/fips140/v1.1.0-rc1.zip

    projCached table.SelectInto(&tmp1, 6) table.SelectInto(&tmp2, -2) table.SelectInto(&tmp3, -4) // Expect T1 + T2 + T3 = identity var accP1xP1 projP1xP1 accP3 := NewIdentityPoint() accP1xP1.Add(accP3, &tmp1) accP3.fromP1xP1(&accP1xP1) accP1xP1.Add(accP3, &tmp2) accP3.fromP1xP1(&accP1xP1) accP1xP1.Add(accP3, &tmp3) accP3.fromP1xP1(&accP1xP1) if accP3.Equal(I) != 1 { t.Errorf("Consistency check on ProjLookupTable.SelectInto failed! %x %x %x", tmp1, tmp2, tmp3) } } func TestAffineLookupTabl(t *testing.T)...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
Back to Top