Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Successive (0.08 sec)

  1. lib/fips140/v1.0.0.zip

    windowValue) p.Add(p, t) } return p, nil } var {{.p}}GeneratorTable *[{{.p}}ElementLength * 2]{{.p}}Table var {{.p}}GeneratorTableOnce sync.Once // generatorTable returns a sequence of {{.p}}Tables. The first table contains // multiples of G. Each successive table is the previous table doubled four // times. func (p *{{.P}}Point) generatorTable() *[{{.p}}ElementLength * 2]{{.p}}Table { {{.p}}GeneratorTableOnce.Do(func() { {{.p}}GeneratorTable = new([{{.p}}ElementLength * 2]{{.p}}Table) base := New{...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. RELEASE.md

        *   New navigation bar in Curses-based UI
        *   NodeStepper (command `invoke_stepper`) now uses intermediate tensor
            dumps. It also uses `TensorHandles` as direct feeds during successive
            `cont` calls for improved performance and reduced memory consumption.
    *   Initial release of installation guides for Java, C, and Go.
    *   Added Text Dashboard to TensorBoard.
    
    ## Deprecations
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
Back to top