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