qbcompiler.calibration.preprocess.GetNpy Class Reference

qbcompiler.calibration.preprocess.GetNpy Class Reference#

Mobilint SDK qb Compiler: qbcompiler.calibration.preprocess.GetNpy Class Reference
Mobilint SDK qb Compiler v1.2
MCS002-EN
qbcompiler.calibration.preprocess.GetNpy Class Reference

Load NumPy data from an in-memory array or a .npy file. More...

Public Member Functions

 __init__ (self)
np.ndarray __call__ (self, Union[np.ndarray, str] npy_input)
 Args: npy_input (Union[np.ndarray, str]): Input .npy path or numpy data.

Detailed Description

Load NumPy data from an in-memory array or a .npy file.

Definition at line 36 of file preprocess.py.

Constructor & Destructor Documentation

◆ __init__()

qbcompiler.calibration.preprocess.GetNpy.__init__ ( self)

Definition at line 41 of file preprocess.py.

Member Function Documentation

◆ __call__()

np.ndarray qbcompiler.calibration.preprocess.GetNpy.__call__ ( self,
Union[np.ndarray, str] npy_input )

Args: npy_input (Union[np.ndarray, str]): Input .npy path or numpy data.

Definition at line 44 of file preprocess.py.


The documentation for this class was generated from the following file: