torch.op_not_found_error
export type op_not_found_error<Op extends string> =
RegistryErrorType<`op_not_found: '${Op}' is not a registered operation. Check OpSchemas for available operations.`>;Opextends stringError: Operation not found in registry.
This error occurs when trying to use an operation that hasn't been registered in OpSchemas.