Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for globals (0.18 sec)

  1. tensorflow/c/experimental/filesystem/filesystem_interface.h

    /// will use the deallocator to free this memory once it no longer needs it.
    ///
    /// IMPORTANT: To maintain binary compatibility, the layout of this structure
    /// must not change! In the unlikely case that new global operations must be
    /// provided, add them at the end of the structure.
    typedef struct TF_FilesystemPluginInfo {
      size_t num_schemes;
      TF_FilesystemPluginOps* ops;
      void* (*plugin_memory_allocate)(size_t size);
    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