Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValidateAndRegisterFilesystems (0.36 sec)

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

    // by the caller regardless of whether validation/registration failed or not.
    //
    // Must be called only with `index` a valid index in `info->ops`.
    static Status ValidateAndRegisterFilesystems(
        const TF_FilesystemPluginInfo* info, int index) {
      TF_RETURN_IF_ERROR(ValidateScheme(info->ops[index].scheme));
      TF_RETURN_IF_ERROR(ValidateABI(&info->ops[index]));
    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