Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Primitives (0.15 sec)

  1. SECURITY.md

    ### Saved graphs and checkpoints
    
    When loading untrusted serialized computation graphs (in form of a `GraphDef`,
    `SavedModel`, or equivalent on-disk format), the set of computation primitives
    available to TensorFlow is powerful enough that you should assume that the
    TensorFlow process effectively executes arbitrary code.
    
    The risk of loading untrusted checkpoints depends on the code or graph that you
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Sun Oct 01 06:06:35 GMT 2023
    - 9.6K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Make graph name scope thread local so that they work correctly in
            multi-threaded environments.
        *   Update nsync synchronization library to avoid slow primitives on Linux.
        *   Removed need to put nsync/public on C include path when building custom
            ops.
        *   Add `tf.image.psnr`, `tf.image.ssim`, `tf.image.ssim_multiscale`,
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top