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
hedaoyuan 84c3523c5a
Merge pull request #2625 from hedaoyuan/nnpack_lib
8 years ago
..
nnpack Add the use_nnpack parameter in ExpandConvLayer, so that the convolution calculation can be switched to the NNPACK function. 8 years ago
BufferArg.cpp
BufferArg.h
BufferArgTest.cpp
CMakeLists.txt Merge pull request #2625 from hedaoyuan/nnpack_lib 8 years ago
ContextProjectionOp.cpp
ContextProjectionOp.h
ContextProjectionOpGpu.cu
ContextProjectionOpTest.cpp
ConvOp.h Fix some compile error. 8 years ago
ConvOpTest.cpp Add test cases where the height and width (input, filter) are not equal. 8 years ago
CosSimOp.cpp
CosSimOp.h
CosSimOpGpu.cu
CosSimOpTest.cpp
CrossMapNormalOp.cpp
CrossMapNormalOp.h
CrossMapNormalOpGpu.cu
CrossMapNormalOpTest.cpp
Function.cpp
Function.h
FunctionTest.cpp
FunctionTest.h Follow comments. 8 years ago
GemmConvOp.cpp Fix some compile error. 8 years ago
GemmConvOp.h
GemmConvOpGpu.cu
GemmFunctor.h
MulOp.cpp
MulOp.h
MulOpGpu.cu
MulOpTest.cpp
NaiveConvOp.cpp FIX: Add boost inc dir 8 years ago
PadOp.cpp
PadOp.h
PadOpGpu.cu
PadOpTest.cpp
RowConvOp.cpp follow comments 8 years ago
RowConvOp.h
RowConvOpGpu.cu Add layers into doc. 8 years ago
RowConvOpTest.cpp Fix RowConvOpTest use CpuGpuFuncCompare. 8 years ago
TensorShape.h
TensorShapeTest.cpp
TensorType.h
TensorTypeTest.cpp