clika_runtime
clika-runtime: Python binding for the ClikaRT on-device inference runtime.
Importing this package loads libClikaRT.so (shipped in-package under
clika_runtime/lib/) through the _core extension's rpath. This package
is the ONLY artifact that ships the runtime libraries; dependent packages
(clika-modelverse) import this package FIRST and resolve the runtime from
here, never from a copy of their own.
Every operator in :mod:clika_runtime.ops also publishes at the top level
(clika_runtime.add, clika_runtime.matmul, ...), and
:class:~clika_runtime.Tensor carries the Python operator protocol and
method spellings of the same operations: ops.add(x, y), x + y, and
x.add(y) are one call.
| Name | Kind |
|---|---|
Activation | class |
CompiledFunction | class |
DataType | class |
Device | class |
DynamicAxis | class |
GeluMode | class |
GridSampleMode | class |
GridSamplePaddingMode | class |
HashTensorMode | class |
IndexBound | class |
IndexEntry | class |
IndexSlice | class |
InterpMode | class |
MeshgridIndexing | class |
ModMode | class |
MoeRouting | class |
PadMode | class |
PixelShuffleMode | class |
QComputeMode | class |
QTensor | class |
QuantileInterp | class |
Reduction | class |
RopeScaling | class |
RotaryMode | class |
RoundingMode | class |
Scalar | class |
ScalarOrTensor | class |
ScatterReduceMode | class |
Stream | class |
StreamOrDevice | class |
SwigluFusion | class |
Tensor | class |
TensorSpec | class |
| functions | module functions |