Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Macros
File List
Here is a list of all documented files with brief descriptions:
[detail level 123456]
\-asf
 \-release-0.1
  \-apache-singa-incubating-0.1.0-RC1
   \-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*connection_layer.h
    |o*input_layer.h
    |o*layer.h
    |o*loss_layer.h
    |o*neuralnet.h
    |o*neuron_layer.h
    |\*output_layer.h
    o-trainer
    |o*server.h
    |o*trainer.h
    |\*worker.h
    o-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
    |o*tinydir.h
    |\*updater.h
    o*driver.h
    \*singa.h