-
Notifications
You must be signed in to change notification settings - Fork 439
L_1va
Joris Gillis edited this page Apr 4, 2023
·
3 revisions
[INTERNAL]::
size1_in(self, int ind) -> int size1_in(self, str iname) -> intGet input dimension.
.......
::
size1_in(self, int ind)[INTERNAL] Get input dimension.
.............
.......
::
size1_in(self, str iname)[INTERNAL] Get input dimension.
.............
[INTERNAL]::
size2_in(self, int ind) -> int size2_in(self, str iname) -> intGet input dimension.
.......
::
size2_in(self, int ind)[INTERNAL] Get input dimension.
.............
.......
::
size2_in(self, str iname)[INTERNAL] Get input dimension.
.............
[INTERNAL]::
size_in(self, int ind) -> (int,int) size_in(self, str iname) -> (int,int)Get input dimension.
.......
::
size_in(self, int ind)[INTERNAL] Get input dimension.
.............
.......
::
size_in(self, str iname)[INTERNAL] Get input dimension.
.............
To edit, see writing tips.