ONE - On-device Neural Engine
Loading...
Searching...
No Matches
GraphTestcase< GraphCode::FixedReshape > Class Referencefinal

#include <GraphTestcase.h>

Collaboration diagram for GraphTestcase< GraphCode::FixedReshape >:

Public Member Functions

 GraphTestcase ()
 
loco::Graphgraph ()
 

Data Fields

loco::Pullpull_node = nullptr
 
loco::FixedReshapereshape_node = nullptr
 
loco::Pushpush_node = nullptr
 

Detailed Description

Definition at line 445 of file GraphTestcase.h.

Constructor & Destructor Documentation

◆ GraphTestcase()

Definition at line 448 of file GraphTestcase.h.

449 {
450 _graph = loco::make_graph();
451
452 auto graph_builder = make_graph_builder(_graph.get());
453
454 pull_node = graph_builder->push<InputLayer>()->name("input")->node();
455 reshape_node = graph_builder->push<FixedReshapeLayer>()->node();
456 push_node = graph_builder->push<OutputLayer>()->name("output")->node();
457 }
std::unique_ptr< Graph > make_graph(void)
Definition Graph.cpp:131

References loco::make_graph().

Member Function Documentation

◆ graph()

Field Documentation

◆ pull_node

Definition at line 462 of file GraphTestcase.h.

◆ push_node

Definition at line 464 of file GraphTestcase.h.

◆ reshape_node

Definition at line 463 of file GraphTestcase.h.


The documentation for this class was generated from the following file: