public Module(PythonObject other) : base(other.PyObject as PyObject)
 {
 }
Beispiel #2
0
 public ParameterDict(PythonObject other) : base(other.PyObject as PyObject)
 {
 }
 public Sequential(PythonObject other) : base(other.PyObject as PyObject)
 {
 }