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

#include <GraphTestcase.h>

Collaboration diagram for GraphTestcase< GraphCode::Identity >:

Public Member Functions

 GraphTestcase ()
 
 GraphTestcase (std::initializer_list< uint32_t > dims)
 
loco::Graphgraph ()
 

Data Fields

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

Detailed Description

Definition at line 91 of file GraphTestcase.h.

Constructor & Destructor Documentation

◆ GraphTestcase() [1/2]

Definition at line 107 of file GraphTestcase.h.

107{ init({1, 4, 8, 3}); }

◆ GraphTestcase() [2/2]

GraphTestcase< GraphCode::Identity >::GraphTestcase ( std::initializer_list< uint32_t >  dims)
inline

Definition at line 108 of file GraphTestcase.h.

108{ init(dims); }

Member Function Documentation

◆ graph()

Field Documentation

◆ pull_node

loco::Pull* GraphTestcase< GraphCode::Identity >::pull_node = nullptr

Definition at line 113 of file GraphTestcase.h.

◆ push_node

loco::Push* GraphTestcase< GraphCode::Identity >::push_node = nullptr

Definition at line 114 of file GraphTestcase.h.


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