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
xzl fa10677aed
modify skipIm2col to need2col, delete useless variable colBuffer
9 years ago
..
nnpack Modify the default value of nnpack_allocate_outside. 9 years ago
BlockExpandOp.cpp Fix the function file name. 9 years ago
BlockExpandOpTest.cpp Fix the function file name. 9 years ago
BufferArg.cpp Further address Daoyuan's comments, clean the code. 10 years ago
BufferArg.h merge 10 years ago
BufferArgTest.cpp revert clang-format 9 years ago
CMakeLists.txt Merge branch 'develop' into ImageExpandFunction 9 years ago
ContextProjectionOp.cpp fix test_LayerGrad. 10 years ago
ContextProjectionOp.h rewrite unit test using new Function Test. 10 years ago
ContextProjectionOpGpu.cu merge Daoyuan's FuncArgs, pass the ContextProjection test. 10 years ago
ContextProjectionOpTest.cpp Modify FunctionCompare to Compare2Function to support comparison of two CPU functions. 9 years ago
ConvOp.h modify skipIm2col to need2col, delete useless variable colBuffer 9 years ago
ConvOpTest.cpp add depthwiseconv test and fix the little bug of the convOpTest 9 years ago
CosSimOp.cpp revert clang-format 9 years ago
CosSimOp.h merge Daoyuan's FuncArg, address one of the comments. 10 years ago
CosSimOpGpu.cu fix compile error 9 years ago
CosSimOpTest.cpp Modify FunctionCompare to Compare2Function to support comparison of two CPU functions. 9 years ago
CropOp.cpp 1. Reading image shape from input data instead of image_config 9 years ago
CropOp.h 1. Reading image shape from input data instead of image_config 9 years ago
CropOpGpu.cu fix code format 9 years ago
CropOpTest.cpp fix unittest of crop layer 9 years ago
CrossMapNormalOp.cpp Fix CrossMapNormalGradFunc 10 years ago
CrossMapNormalOp.h follow some comments with issue 973 10 years ago
CrossMapNormalOpGpu.cu follow some comments with issue 973 10 years ago
CrossMapNormalOpTest.cpp Modify FunctionCompare to Compare2Function to support comparison of two CPU functions. 9 years ago
DepthwiseConvOp.cpp add check: CHECK_EQ(outputs[0].getArgType(), ADD_TO) 9 years ago
DepthwiseConvOp.h support inputchannels != outputchannels of depthwiseconv 9 years ago
DepthwiseConvOpGpu.cu delete useless .h header in DepthwiseConvOpGpu.cu 9 years ago
Function.cpp Using linb::any/std::any instead of FunctionConfig 9 years ago
Function.h fix PadOp bug on Gpu 9 years ago
FunctionTest.cpp revert clang-format 9 years ago
FunctionTest.h Follow comments. 9 years ago
GemmConvOp.cpp modify skipIm2col to need2col, delete useless variable colBuffer 9 years ago
GemmFunctor.h Add the calculation implementation of GemmConvGradFilterFunction 9 years ago
Im2Col.h Add the GPU version implementation of ImageExpand function. 9 years ago
Im2ColOp.cpp Move the Im2Col code of the CPU version into the Im2ColOp.cpp file. 9 years ago
Im2ColOpGpu.cu Move the Im2Col code of the CPU version into the Im2ColOp.cpp file. 9 years ago
Im2ColTest.cpp Add unit test for Col2ImFunctor. 9 years ago
MulOp.cpp Daoyuan's comments. 10 years ago
MulOp.h Daoyuan's comments. 10 years ago
MulOpGpu.cu Daoyuan's comments. 10 years ago
MulOpTest.cpp Modify FunctionCompare to Compare2Function to support comparison of two CPU functions. 9 years ago
NaiveConvOp.cpp FIX: cppint code style 9 years ago
PadOp.cpp Add Error in FuncConfig. 9 years ago
PadOp.h Add Error in FuncConfig. 9 years ago
PadOpGpu.cu fix PadOp bug on Gpu 9 years ago
PadOpTest.cpp Modify FunctionCompare to Compare2Function to support comparison of two CPU functions. 9 years ago
RowConvOp.cpp follow comments 9 years ago
RowConvOp.h Fix bug and Python API. 9 years ago
RowConvOpGpu.cu Change to meet cpplint style 9 years ago
RowConvOpTest.cpp Fix RowConvOpTest use CpuGpuFuncCompare. 9 years ago
TensorShape.h update code 10 years ago
TensorShapeTest.cpp revert clang-format 9 years ago
TensorType.h Further address Daoyuan's comments, clean the code. 10 years ago
TensorTypeTest.cpp revert clang-format 9 years ago