torch.registration_failed_error
export type registration_failed_error<Message extends string> =
RegistryErrorType<`registration_failed: ${Message}`>;Messageextends stringError: Registration failed.
Generic error for registration failures.
export type registration_failed_error<Message extends string> =
RegistryErrorType<`registration_failed: ${Message}`>;Messageextends stringError: Registration failed.
Generic error for registration failures.