ONE - On-device Neural Engine
|
#include <pybind11/pybind11.h>
#include "nnfw_session_bindings.h"
#include "nnfw_tensorinfo_bindings.h"
#include "nnfw_traininfo_bindings.h"
Go to the source code of this file.
Functions | |
PYBIND11_MODULE (libnnfw_api_pybind, m) | |
PYBIND11_MODULE | ( | libnnfw_api_pybind | , |
m | |||
) |
Definition at line 25 of file nnfw_api_wrapper_pybind.cc.
References onert::api::python::bind_experimental_nnfw_session(), bind_nnfw_loss_info(), onert::api::python::bind_nnfw_session(), bind_nnfw_train_enums(), bind_nnfw_train_info(), onert::api::python::bind_tensorinfo(), and m.