ONE - On-device Neural Engine
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1
# Define the public API of the onert package
2
__all__ = [
"infer"
,
"tensorinfo"
,
"experimental"
]
3
4
# Import and expose the infer module's functionalities
5
from
.
import
infer
6
7
# Import and expose tensorinfo
8
from
.common
import
tensorinfo
as
tensorinfo
9
10
# Import and expose the experimental module's functionalities
11
from
.
import
experimental
runtime
onert
api
python
package
__init__.py
Generated by
1.9.8