torch.TensordotOptions
export interface TensordotOptions {
/** Specification of dimensions to contract: number or [[a_dims], [b_dims]] (default: 2) */
dims?: number | [number[], number[]];
}dims(number | [number[], number[]])optional- – Specification of dimensions to contract: number or [[a_dims], [b_dims]] (default: 2)
Options for tensordot