Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for so (0.14 sec)

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

      ModularReadOnlyMemoryRegion(const ModularReadOnlyMemoryRegion&) = delete;
      void operator=(const ModularReadOnlyMemoryRegion&) = delete;
    };
    
    // Registers a filesystem plugin so that core TensorFlow can use it.
    Status RegisterFilesystemPlugin(const std::string& dso_path);
    
    }  // namespace tensorflow
    
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 12 08:49:52 GMT 2023
    - 8.9K bytes
    - Viewed (0)
Back to top