Ejemplo n.º 1
0
 public Module(PythonObject other) : base(other.PyObject as PyObject)
 {
 }
Ejemplo n.º 2
0
 public ParameterDict(PythonObject other) : base(other.PyObject as PyObject)
 {
 }
Ejemplo n.º 3
0
 public Sequential(PythonObject other) : base(other.PyObject as PyObject)
 {
 }