Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cut (0.03 sec)

  1. RELEASE.md

        deprecated. Users should switch to
        [TensorFlow Decision Forests](https://github.com/tensorflow/decision-forests).
        TF's boosted trees code will be eliminated before the branch cut for TF 2.9
        and will no longer be present since that release.
    
    ## Security
    
    *   Fixes a floating point division by 0 when executing convolution operators
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  2. lib/fips140/v1.0.0.zip

    x := mul(i, j); x != uint32(s) { t.Fatalf("mul(%#x, %#x) = %#x, want %#x", i, j, x, s) } } } } // Check that S-boxes are inverses of each other. // They have more structure that we could test, // but if this sanity check passes, we'll assume // the cut and paste from the FIPS PDF worked. func TestSboxes(t *testing.T) { for i := 0; i < 256; i++ { if j := sbox0[sbox1[i]]; j != byte(i) { t.Errorf("sbox0[sbox1[%#x]] = %#x", i, j) } if j := sbox1[sbox0[i]]; j != byte(i) { t.Errorf("sbox1[sbox0[%#x]] =...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top