ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Utils.h File Reference
#include <luci_interpreter/Interpreter.h>
#include <pybind11/embed.h>

Go to the source code of this file.

Namespaces

namespace  dalgona
 

Functions

template<typename... Args>
void dalgona::pySafeCall (py::object func, Args... args)
 
py::dict dalgona::outputPyArray (const luci::CircleNode *node, luci_interpreter::Interpreter *interpreter)
 
std::vector< py::dict > dalgona::inputsPyArray (const luci::CircleNode *node, luci_interpreter::Interpreter *interpreter)
 
std::vector< py::dict > dalgona::outputsPyArray (const luci::CircleNode *node, luci_interpreter::Interpreter *interpreter)
 
py::object dalgona::none ()
 
bool dalgona::multi_out_node (const luci::CircleNode *node)