Class Hierarchy

Class Hierarchy#

Mobilint SDK qb Compiler: Class Hierarchy
Mobilint SDK qb Compiler v0.11.0.1
MCS002-EN
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cqubee.calibration.preprocess.CenterCropPerform a centered crop on the image
 CCompiler
 Cqubee.frontend.Model_DictWrapper around the Mobilint compiler to support compilation and inference workflows
 CConfigABC
 Cqubee.configs.compile_config.CompileConfig
 Cqubee.configs.llm_config.LlmConfig
 Cqubee.configs.mod_config.ModConfig
 Cqubee.calibration.preprocess.GetImageRetrieve an image tensor from a file path or NumPy array using OpenCV
 Cqubee.calibration.preprocess.GetNpyLoad NumPy data from an in-memory array or a .npy file
 CGetTextExtract text strings from raw inputs
 Cqubee.calibration.preprocess.NormalizeApply mean/std normalization to images
 Cqubee.calibration.preprocess.NpyNormalize
 Cqubee.calibration.preprocess.NpyPadPad NumPy arrays to a desired shape
 Cqubee.calibration.preprocess.PadPad images to a target shape or to meet a size divisor
 Cqubee.calibration.preprocess.preproc_builderBuild a calibration preprocessing pipeline from a YAML or dict configuration
 Cqubee.calibration.preprocess.ResizeResize images with optional aspect-ratio preservation
 Cqubee.calibration.preprocess.ResizeTorch
 Cqubee.calibration.preprocess.SetOrder
 CTokenizeToEmbeddingConvert tokenized text into embeddings using a Hugging Face model
 CYoloPreApply YOLO-style resize, padding, and normalization to images