torch.kernel_signature_mismatch_error
export type kernel_signature_mismatch_error<
Op extends string,
Expected extends string,
Got extends string,
> = RegistryErrorType<`kernel_signature_mismatch: kernel for '${Op}' expected ${Expected}, got ${Got}`>;Opextends stringExpectedextends stringGotextends stringError: Kernel signature mismatch.
This error occurs when a registered kernel has the wrong signature for the operation kind.