A high-performance general-purpose compute library
dtype_traits< signed char > Struct Reference

#include <traits.hpp>

Public Types

enum  { af_type = s8 , ctype = f32 }
typedef signed char base_type

Static Public Member Functions

static const char * getName ()

Detailed Description

Definition at line 181 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef signed char base_type

Definition at line 186 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 182 of file traits.hpp.

182 {
183 af_type = s8 ,
184 ctype = f32
185 };
@ f32
32-bit floating point values
Definition defines.h:211
@ s8
8-bit signed integral values
Definition defines.h:231

Member Function Documentation

◆ getName()

const char * getName ( )
inlinestatic

Definition at line 187 of file traits.hpp.

187{ return "schar"; }

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