Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
mshadow::sse2::FVec< double > Struct Template Reference

vector real type for float More...

#include <tensor_sse-inl.hpp>

Public Types

typedef __m128d DType
 

Public Member Functions

 FVec (DType data)
 
 FVec (const double &s)
 
 FVec (const double *src)
 load from pointer src
 
void Store (double *dst) const
 store data into dst space
 
double Sum (void) const
 sum of all content
 

Public Attributes

DType data_
 data content
 

Static Public Attributes

static const index_t kSize = 2
 number of float in vector
 

Detailed Description

template<>
struct mshadow::sse2::FVec< double >

vector real type for float


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