Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Kissling (0.16 sec)

  1. tensorflow/c/experimental/filesystem/modular_filesystem_registration.cc

        VLOG(0) << "Plugin API (" << plugin_API << ") for " << where
                << " operations doesn't match expected core API (" << core_API
                << "). Plugin will be loaded but functionality might be missing.";
      }
    }
    
    // Checks if the plugin and core API numbers match, for all operations.
    //
    // Uses the simpler `CheckAPIHelper(int, int, StringPiece)`.
    static void ValidateAPI(const TF_FilesystemPluginOps* ops) {
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Mar 07 22:08:43 GMT 2023
    - 12.8K bytes
    - Viewed (0)
Back to top