Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    //
    // 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>(
          info->ops[index].filesystem_ops, info->ops[index].filesystem_ops_size);
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Tue Mar 07 22:08:43 GMT 2023
    - 12.8K bytes
    - Viewed (0)
Back to top