Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros
File List
Here is a list of all documented files with brief descriptions:
[detail level 12345]
\-asf
 \-incubator-singa
  \-include
   o-communication
   |o*msg.h
   |\*socket.h
   o-gtest
   |\*gtest.h
   o-mshadow
   |o*cxxnet_op.hExtra mshadow operation for cxxnet
   |o*tensor.hHeader 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
   |o*tensor_base.hDefinitions of base types, macros functions
   |o*tensor_container.hTensor container that does memory allocation and resize like STL
   |o*tensor_cpu-inl.hppImplementation of CPU host code
   |o*tensor_expr.hDefinitions of abstract expressions and expressions template
   |o*tensor_expr_engine-inl.hppDefinitions of how expressions should be evaluated
   |o*tensor_expr_ext.hSome extension of expressions, used to support something beyond elementwise op
   |o*tensor_gpu-inl.hppImplementation of GPU host code
   |o*tensor_io.hDefinitions of I/O functions for mshadow tensor
   |o*tensor_random.hRandom inline functions for tensor
   |\*tensor_sse-inl.hppSupport of sse2 optimization of some operations
   o-neuralnet
   |o*base_layer.h
   |o*layer.h
   |\*neuralnet.h
   o-proto
   |o*cluster.pb.h
   |\*model.pb.h
   o-trainer
   |o*server.h
   |o*trainer.h
   |\*worker.h
   \-utils
    o*blob.h
    o*cluster.h
    o*cluster_rt.h
    o*common.h
    o*data_shard.h
    o*factory.h
    o*graph.h
    o*param.h
    o*singleton.h
    \*updater.h