You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/paddle/gserver/layers
Yiqun Liu 4823075f95
Merge pull request #651 from Xreki/warpctc
10 years ago
..
AddtoLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
AddtoLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
AgentLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
AgentLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
AverageLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
AverageLayer.h add base class for seqlastin/max/average layer (#187) 10 years ago
BatchNormBaseLayer.cpp fix conflict 10 years ago
BatchNormBaseLayer.h merge develop, fix conflict 10 years ago
BatchNormalizationLayer.cpp Merge branch 'develop' of https://github.com/baidu/Paddle into tensor_merge 10 years ago
BatchNormalizationLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
BilinearInterpLayer.cpp merge develop, fix conflict 10 years ago
BilinearInterpLayer.h Follow comments 10 years ago
BlockExpandLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
BlockExpandLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
CRFDecodingLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
CRFDecodingLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
CRFLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
CRFLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
CTCLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
CTCLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
ConcatenateLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
ContextProjection.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
ContextProjection.h clang format .cc .h .cpp .c and .hpp file 10 years ago
ConvBaseLayer.cpp merge develop, fix conflict 10 years ago
ConvBaseLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
ConvOperator.cpp merge develop, fix conflict 10 years ago
ConvProjection.cpp fix conflict 10 years ago
ConvProjection.h clang format .cc .h .cpp .c and .hpp file 10 years ago
ConvShiftLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
ConvexCombinationLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
CosSimLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
CosSimLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
CosSimVecMatLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
CostLayer.cpp Merge branch 'develop' of https://github.com/baidu/Paddle into tensor_merge 10 years ago
CostLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
CudnnBatchNormLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
CudnnBatchNormLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
CudnnConvLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
CudnnConvLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
CudnnPoolLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
CudnnPoolLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
DataLayer.cpp follow comments on rectangle CNN 10 years ago
DataLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
DataNormLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
DataNormLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
DotMulOperator.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
DotMulProjection.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
EosIdCheckLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
ExpandConvBaseLayer.cpp fix conflict 10 years ago
ExpandConvBaseLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
ExpandConvLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
ExpandConvLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
ExpandConvTransLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
ExpandConvTransLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
ExpandLayer.cpp remove some copyfrom in AgentLayer and ExpandLayer, fix warning in seq2seq config (#183) 10 years ago
ExpandLayer.h remove some copyfrom in AgentLayer and ExpandLayer, fix warning in seq2seq config (#183) 10 years ago
FeatureMapExpandLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
FullMatrixProjection.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
FullMatrixProjection.h clang format .cc .h .cpp .c and .hpp file 10 years ago
FullyConnectedLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
FullyConnectedLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
GatedRecurrentLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
GatedRecurrentLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
GetOutputLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
GruCompute.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
GruCompute.cu fix dash and space bug, 10 years ago
GruCompute.h clang format .cc .h .cpp .c and .hpp file 10 years ago
GruStepLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
HierarchicalSigmoidLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
HierarchicalSigmoidLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
IdentityProjection.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
InterpolationLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
Layer.cpp Merge branch 'develop' of https://github.com/baidu/Paddle into tensor_merge 10 years ago
Layer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
LinearChainCRF.cpp Merge branch 'develop' of https://github.com/baidu/Paddle into tensor_merge 10 years ago
LinearChainCRF.h clang format .cc .h .cpp .c and .hpp file 10 years ago
LinearChainCTC.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
LinearChainCTC.h clang format .cc .h .cpp .c and .hpp file 10 years ago
LstmCompute.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
LstmCompute.cu fix dash and space bug, 10 years ago
LstmCompute.h clang format .cc .h .cpp .c and .hpp file 10 years ago
LstmLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
LstmLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
LstmStepLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
MDLstmLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
MaxIdLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
MaxLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
MaxLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
MaxOutLayer.cpp Support rectangle input for CNN 10 years ago
MaxOutLayer.h add maxout layer, including interface and unittest (#229) 10 years ago
MixedLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
MixedLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
MultinomialSampler.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
MultinomialSampler.h clang format .cc .h .cpp .c and .hpp file 10 years ago
MultiplexLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
NCELayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
NormLayer.cpp merge develop, fix conflict 10 years ago
NormLayer.h merge develop, fix conflict 10 years ago
NormProjectionLayer.cpp merge develop, fix conflict 10 years ago
NormProjectionLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
Operator.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
Operator.h clang format .cc .h .cpp .c and .hpp file 10 years ago
OuterProdLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
ParameterReluLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
ParameterReluLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
PoolLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
PoolLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
PoolProjection.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
PoolProjection.h clang format .cc .h .cpp .c and .hpp file 10 years ago
PoolProjectionLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
PoolProjectionLayer.h follow comments 10 years ago
PowerLayer.cpp Merge branch 'develop' of https://github.com/baidu/Paddle into tensor_merge 10 years ago
PrintLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
Projection.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
Projection.h clang format .cc .h .cpp .c and .hpp file 10 years ago
RecurrentLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
RecurrentLayerGroup.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
ResizeLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
SamplingIdLayer.cpp use HPPL_STREAM_DEFAULT for layer computation 10 years ago
ScalingLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
ScalingProjection.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
SelectiveFullyConnectedLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
SelectiveFullyConnectedLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
SequenceConcatLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
SequenceLastInstanceLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
SequencePoolLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
SequencePoolLayer.h add base class for seqlastin/max/average layer (#187) 10 years ago
SequenceReshapeLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
SequenceToBatch.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
SequenceToBatch.h clang format .cc .h .cpp .c and .hpp file 10 years ago
SlopeInterceptLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
SpatialPyramidPoolLayer.cpp merge develop, fix conflict 10 years ago
SpatialPyramidPoolLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
SubSequenceLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
SumToOneNormLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
TableProjection.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
TableProjection.h clang format .cc .h .cpp .c and .hpp file 10 years ago
TensorLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
TensorLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
TransLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
TransLayer.h clang format .cc .h .cpp .c and .hpp file 10 years ago
TransposedFullMatrixProjection.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
ValidationLayer.cpp clang format .cc .h .cpp .c and .hpp file 10 years ago
ValidationLayer.h fix dash and space bug, 10 years ago
WarpCTCLayer.cpp Add submodule warp-ctc. 10 years ago
WarpCTCLayer.h Integrate warp-ctc as WarpCTCLayer, including unitest and layer interface. 10 years ago