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/function
Yi Wang 4558807c48
Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU
7 years ago
..
neon Use scalar implementation instead of neon implementation to avoid out of range memory access in the tail conv3x3. 8 years ago
nnpack Fix some bugs. 8 years ago
BlockExpandOp.cpp Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
BlockExpandOpTest.cpp Simplify BlockExpandOpTest. 8 years ago
BufferArg.cpp
BufferArg.h
BufferArgTest.cpp Fix comparison between signed and unsigned values 8 years ago
CMakeLists.txt Fix format error 8 years ago
ContextProjectionOp.cpp Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
ContextProjectionOp.h
ContextProjectionOpGpu.cu ClangFormat for proto and cuda 8 years ago
ContextProjectionOpTest.cpp
ConvOp.h modify skipIm2col to need2col, delete useless variable colBuffer 8 years ago
ConvOpTest.h Fix some bugs. 8 years ago
CosSimOp.cpp Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
CosSimOp.h
CosSimOpGpu.cu ClangFormat for proto and cuda 8 years ago
CosSimOpTest.cpp
CropOp.cpp Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
CropOp.h 1. Reading image shape from input data instead of image_config 8 years ago
CropOpGpu.cu ClangFormat for proto and cuda 8 years ago
CropOpTest.cpp fix unittest of crop layer 8 years ago
CrossMapNormalOp.cpp Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
CrossMapNormalOp.h
CrossMapNormalOpGpu.cu ClangFormat for proto and cuda 8 years ago
CrossMapNormalOpTest.cpp Simplify CrossMapNormalOpTest. 8 years ago
DepthwiseConvOp.cpp Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
DepthwiseConvOp.h support inputchannels != outputchannels of depthwiseconv 8 years ago
DepthwiseConvOpGpu.cu Remove the header files that do not need to be included. 8 years ago
DepthwiseConvOpTest.cpp Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
EigenGemm.cpp Change the declaration of EigenGemm from `class` to `struct`. 8 years ago
Function.cpp
Function.h
FunctionTest.cpp Fix more warnings about comparison between signed and unsigned values 8 years ago
FunctionTest.h Follow comments. 8 years ago
GemmConvOp.cpp Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
GemmConvOpTest.cpp Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
GemmFunctor.cpp Change class to struct in GemmFunctor to avoid errors on special compilers 8 years ago
GemmFunctor.h Add EigenGemm. 8 years ago
GruFunctor.h Change the definition of vmlaq_laneq_f32 from template function to macro. 8 years ago
Im2Col.h [Refine code]Move class Padding into the NeonDepthwiseConv.h. 8 years ago
Im2ColOp.cpp Move the Im2Col code of the CPU version into the Im2ColOp.cpp file. 8 years ago
Im2ColOpGpu.cu ClangFormat for proto and cuda 8 years ago
Im2ColTest.cpp Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
MulOp.cpp Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
MulOp.h
MulOpGpu.cu ClangFormat for proto and cuda 8 years ago
MulOpTest.cpp
NaiveConvOp.cpp FIX: cppint code style 8 years ago
PadOp.cpp Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
PadOp.h
PadOpGpu.cu ClangFormat for proto and cuda 8 years ago
PadOpTest.cpp
RowConvOp.cpp Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
RowConvOp.h Fix bug and Python API. 8 years ago
RowConvOpGpu.cu ClangFormat for proto and cuda 8 years ago
RowConvOpTest.cpp Fix RowConvOpTest use CpuGpuFuncCompare. 8 years ago
SwitchOp.cpp Use PADDLE_WITH_CUDA instead of PADDLE_WITH_GPU 7 years ago
SwitchOp.h 1. delete PixelSoftmaxLayer and add SwitchOrderLayer 8 years ago
SwitchOpGpu.cu Fix format 8 years ago
SwitchOpTest.cpp Add pixel softmax layer for FCN model 8 years ago
TensorShape.h
TensorShapeTest.cpp Fix some build warnings 8 years ago
TensorType.h
TensorTypeTest.cpp Fix comparison between signed and unsigned values 8 years ago