Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for plugin_memory_allocate (0.19 sec)

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

    static Status ValidatePluginMemoryRoutines(
        const TF_FilesystemPluginInfo* info) {
      if (info->plugin_memory_allocate == nullptr)
        return errors::FailedPrecondition(
            "Cannot load filesystem plugin which does not provide "
            "`plugin_memory_allocate`");
    
      if (info->plugin_memory_free == nullptr)
        return errors::FailedPrecondition(
    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