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