Apache SINGA
A distributed deep learning platform .
|
asf | |
release-0.1 | |
apache-singa-incubating-0.1.0-RC1 | |
include | |
communication | |
msg.h | |
socket.h | |
gtest | |
gtest.h | |
mshadow | |
cxxnet_op.h | Extra mshadow operation for cxxnet |
tensor.h | 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 |
tensor_base.h | Definitions of base types, macros functions |
tensor_container.h | Tensor container that does memory allocation and resize like STL |
tensor_cpu-inl.hpp | Implementation of CPU host code |
tensor_expr.h | Definitions of abstract expressions and expressions template |
tensor_expr_engine-inl.hpp | Definitions of how expressions should be evaluated |
tensor_expr_ext.h | Some extension of expressions, used to support something beyond elementwise op |
tensor_gpu-inl.hpp | Implementation of GPU host code |
tensor_io.h | Definitions of I/O functions for mshadow tensor |
tensor_random.h | Random inline functions for tensor |
tensor_sse-inl.hpp | Support of sse2 optimization of some operations |
neuralnet | |
connection_layer.h | |
input_layer.h | |
layer.h | |
loss_layer.h | |
neuralnet.h | |
neuron_layer.h | |
output_layer.h | |
trainer | |
server.h | |
trainer.h | |
worker.h | |
utils | |
blob.h | |
cluster.h | |
cluster_rt.h | |
common.h | |
data_shard.h | |
factory.h | |
graph.h | |
param.h | |
singleton.h | |
tinydir.h | |
updater.h | |
driver.h | |
singa.h |