Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for unification (0.14 sec)

  1. RELEASE.md

        replaced with by writing regular Python functions. Using the `tf.function`
        decorator, such functions can be turned into graphs which can be executed
        remotely, serialized, and optimized for performance.
    *   Unification of `tf.train.Optimizers` and `tf.keras.Optimizers`. Use
        `tf.keras.Optimizers` for TF2.0. `compute_gradients` is removed as public
        API, use `GradientTape` to compute gradients.
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/popper.min.js.map

    position so that the document size can be calculated excluding\n  // the size of the popper element itself\n  const transformProp = getSupportedPropertyName('transform');\n  const popperStyles = data.instance.popper.style; // assignment to help minification\n  const { top, left, [transformProp]: transform } = popperStyles;\n  popperStyles.top = '';\n  popperStyles.left = '';\n  popperStyles[transformProp] = '';\n\n  const boundaries = getBoundaries(\n    data.instance.popper,\n    data.instance.reference,\n...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 120.9K bytes
    - Viewed (0)
Back to top