Package numpy.core
Class FromBufferConstructor
- java.lang.Object
-
- net.razorvine.pickle.objects.ClassDictConstructor
-
- org.jpmml.python.PythonObjectConstructor
-
- org.jpmml.python.CythonObjectConstructor
-
- numpy.core.FromBufferConstructor
-
- All Implemented Interfaces:
net.razorvine.pickle.IObjectConstructor
public class FromBufferConstructor extends CythonObjectConstructor
-
-
Constructor Summary
Constructors Constructor Description FromBufferConstructor(java.lang.String module, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NDArrayconstruct(java.lang.Object[] args)NDArraynewObject()-
Methods inherited from class org.jpmml.python.PythonObjectConstructor
getClazz, getModule, getName, reconstruct
-
-
-
-
Method Detail
-
newObject
public NDArray newObject()
- Overrides:
newObjectin classCythonObjectConstructor
-
construct
public NDArray construct(java.lang.Object[] args)
- Specified by:
constructin interfacenet.razorvine.pickle.IObjectConstructor- Overrides:
constructin classCythonObjectConstructor
-
-