Now there's no ability to define method signatures which is array with unknown number of elements.
For example, to generate such method as below we need to specify expected number of outputs, though we don't know it.
SDVariable[] meshgird(SDVariable[] inputs)
Now there's no ability to define method signatures which is array with unknown number of elements.
For example, to generate such method as below we need to specify expected number of outputs, though we don't know it.
SDVariable[] meshgird(SDVariable[] inputs)