ONE - On-device Neural Engine
|
Go to the source code of this file.
Data Structures | |
class | luci::test::TestGraph |
class | luci::test::ExampleGraph< ExampleGraphType::CircleTranspose > |
Class to create the following: More... | |
Namespaces | |
namespace | luci |
namespace | luci::test |
Enumerations | |
enum class | luci::test::ExampleGraphType { luci::test::CircleTranspose } |
Functions | |
void | luci::test::graph_input_shape (luci::CircleInput *input) |
This will set GraphInput shape from CircleInput shape. | |
void | luci::test::graph_output_shape (luci::CircleOutput *output) |
This will set GraphOutput shape from CircleOutput shape. | |
void | luci::test::graph_input_dtype (luci::CircleInput *input) |
This will set GraphInput dtype from CircleInput dtype. | |
void | luci::test::graph_output_dtype (luci::CircleOutput *output) |
This will set GraphOutput dtype from CircleOutput dtype. | |