ONE - On-device Neural Engine
Loading...
Searching...
No Matches
TestGraph.h File Reference
#include <luci/IR/CircleNodes.h>
#include <loco.h>
#include <cassert>
#include <memory>

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.