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