Apache SINGA
A distributed deep learning platform .
|
Files | |
file | cxxnet_op.h [code] |
extra mshadow operation for cxxnet | |
file | tensor.h [code] |
header file of tensor data structure and functions covention: this lib requires explicit memory allocation and de-allocation all the data structure Tensor<cpu,1>, Tensor<gpu,1> are like handles(pointers), no memory allocation is happening during calculation | |
file | tensor_base.h [code] |
definitions of base types, macros functions | |
file | tensor_container.h [code] |
tensor container that does memory allocation and resize like STL | |
file | tensor_cpu-inl.hpp [code] |
implementation of CPU host code | |
file | tensor_expr.h [code] |
definitions of abstract expressions and expressions template | |
file | tensor_expr_engine-inl.hpp [code] |
definitions of how expressions should be evaluated | |
file | tensor_expr_ext.h [code] |
some extension of expressions, used to support something beyond elementwise op | |
file | tensor_gpu-inl.hpp [code] |
implementation of GPU host code | |
file | tensor_io.h [code] |
definitions of I/O functions for mshadow tensor | |
file | tensor_random.h [code] |
Random inline functions for tensor. | |
file | tensor_sse-inl.hpp [code] |
support of sse2 optimization of some operations | |