A high-performance general-purpose compute library
dtype_traits< af::cfloat > Struct Reference

#include <traits.hpp>

Public Types

enum  { af_type = c32 , ctype = c32 }
 
typedef float base_type
 

Static Public Member Functions

static const char * getName ()
 

Detailed Description

Definition at line 34 of file traits.hpp.

Member Typedef Documentation

◆ base_type

typedef float base_type

Definition at line 39 of file traits.hpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
af_type 
ctype 

Definition at line 35 of file traits.hpp.

35 {
36 af_type = c32 ,
37 ctype = c32
38 };
@ c32
32-bit complex floating point values
Definition: defines.h:212

Member Function Documentation

◆ getName()

static const char * getName ( )
inlinestatic

Definition at line 40 of file traits.hpp.

40{ return "std::complex<float>"; }

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