mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-13 12:00:16 +08:00
* Updated cython build scripts * Updated setup.py to to install catalyst package * Updated momentum example to use catalyst package * catalyst executable now supports loading pipelines from multiple bundles
9 lines
144 B
Cython
9 lines
144 B
Cython
"""
|
|
bool specialization of AdjustedArrayWindow
|
|
"""
|
|
from numpy cimport uint8_t
|
|
|
|
ctypedef uint8_t[:, :] databuffer
|
|
|
|
include "_windowtemplate.pxi"
|