class documentation

class InputFileType(Enum):

Constructor: InputFileType.from_path(path)

View In Hierarchy

Undocumented

Class Method from_path Infer the input file type from a model path suffix.
Constant DLC Undocumented
Constant HAR Undocumented
Constant IR Undocumented
Constant ONNX Undocumented
Constant PYTORCH Undocumented
Constant TFLITE Undocumented
@classmethod
def from_path(cls, path: str | Path) -> InputFileType:

Infer the input file type from a model path suffix.

DLC: str =

Undocumented

Value
'DLC'
HAR: str =

Undocumented

Value
'HAR'
IR: str =

Undocumented

Value
'IR'
ONNX: str =

Undocumented

Value
'ONNX'
PYTORCH: str =

Undocumented

Value
'PYTORCH'
TFLITE: str =

Undocumented

Value
'TFLITE'