Python API provides wrapper functions for C++ implemented library.
More...
Python API provides wrapper functions for C++ implemented library.
◆ _is_valid_shape()
| bool maccel.model._is_valid_shape |
( |
_Shape | input_shape, |
|
|
_Shape | shape ) |
|
protected |
◆ _is_shape_hwc()
| bool maccel.model._is_shape_hwc |
( |
List[np.ndarray] | inputs, |
|
|
List[_Shape] | shapes ) |
|
protected |
◆ _build_outputs()
| List[np.ndarray] maccel.model._build_outputs |
( |
List[_Shape] | shapes, |
|
|
bool | is_hwc, |
|
|
np.dtype
| dtype ) |
|
protected |
◆ _check_output_shapes()
| None maccel.model._check_output_shapes |
( |
List[np.ndarray] | outputs, |
|
|
List[_Shape] | shapes, |
|
|
bool | is_hwc, |
|
|
np.dtype
| dtype ) |
|
protected |
◆ load()
◆ set_log_level()
| maccel.type.set_log_level |
( |
LogLevel | level | ) |
|
◆ start_tracing_events()
| bool maccel.type.start_tracing_events |
( |
str | path | ) |
|
◆ stop_tracing_events()
| maccel.type.stop_tracing_events |
( |
| ) |
|