Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/c_api.h

    // * Backing store for tensor memory has an associated deallocation
    //   function.  This deallocation function will point to client code
    //   for tensors populated by the client.  So the client can do things
    //   like shadowing a numpy array.
    // * We do not provide TF_OK since it is not strictly necessary and we
    //   are not optimizing for convenience.
    // * We make assumption that one session has one graph.  This should be
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
  2. tensorflow/c/experimental/filesystem/filesystem_interface.h

    /// type or the constness of a parameter, etc.) results in an ABI breakage.
    /// Thus, we should not do any of these types of changes, except, potentially,
    /// when we are releasing a new major version of TensorFlow. This is an escape
    /// hatch, to be used rarely, preferably only to cleanup these structures.
    /// Whenever we do these changes, the ABI number must be increased.
    ///
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri May 27 17:36:54 GMT 2022
    - 53.1K bytes
    - Viewed (0)
Back to top