torch.IdentityShape
export type IdentityShape = 'identity';Identity shape rule - output has same shape as input. Used for unary operations like neg, abs, exp, etc.
export type IdentityShape = 'identity';Identity shape rule - output has same shape as input. Used for unary operations like neg, abs, exp, etc.