torch.KernelPredicate
export type KernelPredicate = (a: TensorMeta, b?: TensorMeta) => boolean;Predicate function to determine if a kernel should be used.
export type KernelPredicate = (a: TensorMeta, b?: TensorMeta) => boolean;Predicate function to determine if a kernel should be used.