ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci::TypeMapper< T > Struct Template Reference

TypeMapper maps between c++ primitive data type and loco::DataType. More...

#include <TypeMapper.h>

Static Public Member Functions

static constexpr loco::DataType get ()
 

Detailed Description

template<typename T>
struct luci::TypeMapper< T >

TypeMapper maps between c++ primitive data type and loco::DataType.

Definition at line 30 of file TypeMapper.h.

Member Function Documentation

◆ get()

template<typename T >
static constexpr loco::DataType luci::TypeMapper< T >::get ( )
inlinestaticconstexpr

Definition at line 32 of file TypeMapper.h.

32{ return loco::DataType::Unknown; }

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