mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
36b3d2775a
* PikaNN sample * Delete __asset_lib_to_file_py_a.c * Update CMakeLists.txt Co-authored-by: Lyon <88232613+pikasTech@users.noreply.github.com>
5 lines
115 B
Python
5 lines
115 B
Python
class net:
|
|
def __init__(self) : ...
|
|
def load(self) : ...
|
|
def unload(self) : ...
|
|
def run(self) : ... |