Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/c_api.h

    //
    // Questions left to address:
    // * Might at some point need a way for callers to provide their own Env.
    // * Maybe add TF_TensorShape that encapsulates dimension info.
    //
    // Design decisions made:
    // * 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
    C
    - Registered: Tue Apr 23 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

    /// TensorFlow and are guaranteed to not be `nullptr`.
    ///
    /// All path-like arguments are null terminated `char*` strings. Plugins can
    /// assume that before any function using path arguments is invoked, the path is
    /// made canonical by calling the function provided by `translate_name` or a
    /// default implementation of that (supplied by core TensorFlow).
    ///
    /// The only time the pointer to the `TF_*` structures from section 1 is not
    C
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Fri May 27 17:36:54 GMT 2022
    - 53.1K bytes
    - Viewed (0)
Back to top