.. |
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
|
Further address Daoyuan's comments, clean the code.
|
8 years ago |
BufferArg.h
|
merge
|
8 years ago |
BufferArgTest.cpp
|
revert clang-format
|
8 years ago |
CMakeLists.txt
|
Merge pull request #2625 from hedaoyuan/nnpack_lib
|
8 years ago |
ContextProjectionOp.cpp
|
fix test_LayerGrad.
|
8 years ago |
ContextProjectionOp.h
|
rewrite unit test using new Function Test.
|
8 years ago |
ContextProjectionOpGpu.cu
|
merge Daoyuan's FuncArgs, pass the ContextProjection test.
|
8 years ago |
ContextProjectionOpTest.cpp
|
Modify FunctionCompare to Compare2Function to support comparison of two CPU functions.
|
8 years ago |
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
|
revert clang-format
|
8 years ago |
CosSimOp.h
|
merge Daoyuan's FuncArg, address one of the comments.
|
8 years ago |
CosSimOpGpu.cu
|
fix compile error
|
8 years ago |
CosSimOpTest.cpp
|
Modify FunctionCompare to Compare2Function to support comparison of two CPU functions.
|
8 years ago |
CrossMapNormalOp.cpp
|
Fix CrossMapNormalGradFunc
|
8 years ago |
CrossMapNormalOp.h
|
follow some comments with issue 973
|
8 years ago |
CrossMapNormalOpGpu.cu
|
follow some comments with issue 973
|
8 years ago |
CrossMapNormalOpTest.cpp
|
Modify FunctionCompare to Compare2Function to support comparison of two CPU functions.
|
8 years ago |
Function.cpp
|
Using linb::any/std::any instead of FunctionConfig
|
8 years ago |
Function.h
|
fix PadOp bug on Gpu
|
8 years ago |
FunctionTest.cpp
|
revert clang-format
|
8 years ago |
FunctionTest.h
|
Follow comments.
|
8 years ago |
GemmConvOp.cpp
|
Fix some compile error.
|
8 years ago |
GemmConvOp.h
|
Add the calculation implementation of GemmConvGradInputFunction.
|
8 years ago |
GemmConvOpGpu.cu
|
Add the calculation implementation of GemmConvGradInputFunction.
|
8 years ago |
GemmFunctor.h
|
Add the calculation implementation of GemmConvGradFilterFunction
|
8 years ago |
MulOp.cpp
|
Daoyuan's comments.
|
8 years ago |
MulOp.h
|
Daoyuan's comments.
|
8 years ago |
MulOpGpu.cu
|
Daoyuan's comments.
|
8 years ago |
MulOpTest.cpp
|
Modify FunctionCompare to Compare2Function to support comparison of two CPU functions.
|
8 years ago |
NaiveConvOp.cpp
|
FIX: Add boost inc dir
|
8 years ago |
PadOp.cpp
|
Add Error in FuncConfig.
|
8 years ago |
PadOp.h
|
Add Error in FuncConfig.
|
8 years ago |
PadOpGpu.cu
|
fix PadOp bug on Gpu
|
8 years ago |
PadOpTest.cpp
|
Modify FunctionCompare to Compare2Function to support comparison of two CPU functions.
|
8 years ago |
RowConvOp.cpp
|
follow comments
|
8 years ago |
RowConvOp.h
|
Fix bug and Python API.
|
8 years ago |
RowConvOpGpu.cu
|
Add layers into doc.
|
8 years ago |
RowConvOpTest.cpp
|
Fix RowConvOpTest use CpuGpuFuncCompare.
|
8 years ago |
TensorShape.h
|
update code
|
8 years ago |
TensorShapeTest.cpp
|
revert clang-format
|
8 years ago |
TensorType.h
|
Further address Daoyuan's comments, clean the code.
|
8 years ago |
TensorTypeTest.cpp
|
revert clang-format
|
8 years ago |