clDNN
|
Helper class to identify key properties for data_types. More...
#include <layout.hpp>
Static Public Member Functions | |
static size_t | size_of (data_types data_type) |
static bool | is_floating_point (data_types data_type) |
static size_t | align_of (data_types data_type) |
static std::string | name (data_types data_type) |
Helper class to identify key properties for data_types.
Definition at line 59 of file layout.hpp.