Qiang Zhang
Qiang Zhang
This is not an issue of bug report or theme feature problem. NexT does allow us to change the color theme by what we like, I know well how to...
**Is your feature request related to a problem? Please describe.** It seems that optional arguments are not supportes by user defined `\newcommand`. Just see the following code. ```tex \newcommand \foo...
Through ClassAnnotator.annotateArgs, I set x to be a matrix of ?x2, and I want to reshape it to be 2x?. ```python class Model(nn.Module): def __init__(self): super(Model, self).__init__() def forward(self, x):...
including: - AtenPowTensorScalar (previously supported) - AtenPowTensorTensorOp (newly supported) - AtenPowScalarOp (newly supported) This is an enhancement to #1883, which has introduced support for AtenPowTensorScalar