Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for rsqr (0.05 seconds)

  1. lib/fips140/v1.26.0.zip

    CALL p256MulInternal<>(SB) // s2 = y2 * z1藛3 STy(s2) LDx(y1in) CALL p256SubInternal<>(SB) // r = s2 - s1 STx(r) CALL p256SqrInternal<>(SB) // rsqr = r藛2 STy (rsqr) LDx(h) CALL p256SqrInternal<>(SB) // hsqr = h藛2 STy(hsqr) CALL p256MulInternal<>(SB) // hcub = h藛3 STy(hcub) LDx(y1in) CALL p256MulInternal<>(SB) // y1 * h藛3 STy(s2) LDP hsqr(0*8), (x0, x1) LDP hsqr(2*8), (x2, x3) LDP 0*16(a_ptr), (y0, y1) LDP 1*16(a_ptr), (y2, y3) CALL p256MulInternal<>(SB) // u1 * h藛2 STP (y0, y1), h(0*8) STP (y2, y3),...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
  2. lib/fips140/v1.0.0-c2097c7c.zip

    CALL p256MulInternal<>(SB) // s2 = y2 * z1藛3 STy(s2) LDx(y1in) CALL p256SubInternal<>(SB) // r = s2 - s1 STx(r) CALL p256SqrInternal<>(SB) // rsqr = r藛2 STy (rsqr) LDx(h) CALL p256SqrInternal<>(SB) // hsqr = h藛2 STy(hsqr) CALL p256MulInternal<>(SB) // hcub = h藛3 STy(hcub) LDx(y1in) CALL p256MulInternal<>(SB) // y1 * h藛3 STy(s2) LDP hsqr(0*8), (x0, x1) LDP hsqr(2*8), (x2, x3) LDP 0*16(a_ptr), (y0, y1) LDP 1*16(a_ptr), (y2, y3) CALL p256MulInternal<>(SB) // u1 * h藛2 STP (y0, y1), h(0*8) STP (y2, y3),...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Sep 25 19:53:19 GMT 2025
    - 642.7K bytes
    - Click Count (0)
  3. RELEASE.md

           *    `TfLiteSignatureRunnerResizeInputTensor`
    
        * New C API function `TfLiteExtensionApisVersion` added to `tensorflow/lite/c/c_api.h`.
    
        * Add int8 and int16x8 support for RSQRT operator
    
    * Android NDK r25 is supported.
    
    ### Bug Fixes and Other Changes
    
    *   Add TensorFlow Quantizer to TensorFlow pip package.
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
Back to Top