ONE - On-device Neural Engine
Loading...
Searching...
No Matches
ForEachDimension< 0 > Struct Reference

#include <Utils.h>

Static Public Member Functions

template<typename L >
static void unroll (const onert::ir::Shape &, onert::ir::Coordinates &coords, L lambda_function)
 

Detailed Description

Definition at line 51 of file Utils.h.

Member Function Documentation

◆ unroll()

template<typename L >
static void ForEachDimension< 0 >::unroll ( const onert::ir::Shape ,
onert::ir::Coordinates coords,
lambda_function 
)
inlinestatic

Definition at line 54 of file Utils.h.

55 {
56 lambda_function(coords);
57 }
Array< CornerBox > coords

References coords.


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