ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
luci::test Namespace Reference

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.
 

Enumeration Type Documentation

◆ ExampleGraphType

enum class luci::test::ExampleGraphType
strong
Enumerator
CircleTranspose 

Definition at line 165 of file TestGraph.h.

166{
168};
TRANSPOSE in Circle.

Function Documentation

◆ graph_input_dtype()

void luci::test::graph_input_dtype ( luci::CircleInput input)

This will set GraphInput dtype from CircleInput dtype.

◆ graph_input_shape()

void luci::test::graph_input_shape ( luci::CircleInput input)

This will set GraphInput shape from CircleInput shape.

◆ graph_output_dtype()

void luci::test::graph_output_dtype ( luci::CircleOutput output)

This will set GraphOutput dtype from CircleOutput dtype.

◆ graph_output_shape()

void luci::test::graph_output_shape ( luci::CircleOutput output)

This will set GraphOutput shape from CircleOutput shape.