Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for operand (0.08 sec)

  1. lib/fips140/v1.0.0.zip

    V25 #define Z3H V26 #define ZER V6 #define SEL1 V7 #define CAR1 V8 #define CAR2 V9 /* * * Three operand formula: * Source: 2004 Hankerson–Menezes–Vanstone, page 91. * T1 = Z1² * T2 = T1*Z1 * T1 = T1*X2 * T2 = T2*Y2 * T1 = T1-X1 * T2 = T2-Y1 * Z3 = Z1*T1 * T3 = T1² * T4 = T3*T1 * T3 = T3*X1 * T1 = 2*T3 * X3 = T2² * X3 = X3-T1 * X3 = X3-T4 * T3 = T3-X3 * T3 = T3*T2 * T4 = T4*Y1 * Y3 = T3-T4 * Three operand formulas, but with MulInternal X,Y used to store temps X=Z1; Y=Z1; MUL;T- // T1 = Z1² T1 X=T ;...
    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

        "true" or "1", this environment variable makes `tf.nn.bias_add` operate
        deterministically (i.e. reproducibly), but currently only when XLA JIT
        compilation is *not* enabled. Setting `TF_DETERMINISTIC_OPS` to "true" or
        "1" also makes cuDNN convolution and max-pooling operate deterministically.
        This makes Keras Conv\*D and MaxPool\*D layers operate deterministically in
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  3. src/main/webapp/css/admin/bootstrap.min.css.map

    units instead of `em`.\np {\n  margin-top: 0;\n  margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n  text-decoration: underline;...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 639.3K bytes
    - Viewed (1)
  4. src/main/webapp/css/bootstrap.min.css.map

    `<p>`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\n\np {\n  margin-top: 0;\n  margin-bottom: $paragraph-margin-bottom;\n}\n\n\n// Abbreviations\n//\n// 1. Add the correct text decoration in Chrome, Edge, Opera, and Safari.\n// 2. Add explicit cursor to indicate changed behavior.\n// 3. Prevent the text-decoration to be skipped.\n\nabbr[title] {\n  text-decoration: underline dotted; // 1\n  cursor: help; // 2\n  text-decoration-skip-ink: none; // 3\n}\n\n\n//...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Jan 12 06:14:02 UTC 2025
    - 575.5K bytes
    - Viewed (0)
Back to top