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