ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnfw::cker::is_quant8< T > Struct Template Reference

#include <Utils.h>

Static Public Attributes

static constexpr bool value = std::is_same<T, uint8_t>::value || std::is_same<T, int8_t>::value
 

Detailed Description

template<typename T>
struct nnfw::cker::is_quant8< T >

Definition at line 37 of file Utils.h.

Field Documentation

◆ value

template<typename T >
constexpr bool nnfw::cker::is_quant8< T >::value = std::is_same<T, uint8_t>::value || std::is_same<T, int8_t>::value
staticconstexpr

Definition at line 39 of file Utils.h.


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