Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Karn (0.28 sec)

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

        const TF_FilesystemPluginInfo* info, int index) {
      TF_RETURN_IF_ERROR(ValidateScheme(info->ops[index].scheme));
      TF_RETURN_IF_ERROR(ValidateABI(&info->ops[index]));
      ValidateAPI(&info->ops[index]);  // we just warn on API number mismatch
      TF_RETURN_IF_ERROR(ValidateOperations(&info->ops[index]));
      TF_RETURN_IF_ERROR(RegisterFileSystem(info, index));
      return OkStatus();
    }
    
    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