My Project
dtype_traits< unsigned > Struct Template Reference

#include <traits.hpp>

Public Types

enum  { af_type = u32, ctype = f32 }
 
typedef unsigned base_type
 

Static Public Member Functions

static const char * getName ()
 

Detailed Description

template<>
struct af::dtype_traits< unsigned >

Definition at line 103 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef unsigned base_type

Definition at line 108 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 104 of file traits.hpp.

104  {
105  af_type = u32 ,
106  ctype = f32
107  };
32-bit unsigned integral values
Definition: defines.h:202
32-bit floating point values
Definition: defines.h:196

Member Function Documentation

◆ getName()

static const char* getName ( )
inlinestatic

Definition at line 109 of file traits.hpp.

109 { return "uint"; }

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