Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RegisterFileSystem (1.63 sec)

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

      memcpy(core_ops.get(), plugin_ops, copy_size);
      return core_ops;
    }
    
    // Registers one filesystem from the plugin.
    //
    // Must be called only with `index` a valid index in `info->ops`.
    static Status RegisterFileSystem(const TF_FilesystemPluginInfo* info,
                                     int index) {
      // Step 1: Copy all the function tables to core TensorFlow memory space
      auto core_filesystem_ops = CopyToCore<TF_FilesystemOps>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 07 22:08:43 UTC 2023
    - 12.8K bytes
    - Viewed (0)
Back to top