/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/winograd_transforms/ |
D | weights_2_7_fp32_fp32_integers.cpp | 87 template class WeightTransform<1, 7, 1, 8, float, float, WinogradRoots::Integers>; variable 88 template class WeightTransform<7, 1, 8, 1, float, float, WinogradRoots::Integers>; variable
|
D | weights_6_3_fp32_fp32_integers.cpp | 87 template class WeightTransform<1, 3, 1, 8, float, float, WinogradRoots::Integers>; variable 88 template class WeightTransform<3, 1, 8, 1, float, float, WinogradRoots::Integers>; variable
|
D | weights_4_5_fp32_fp32_integers.cpp | 87 template class WeightTransform<1, 5, 1, 8, float, float, WinogradRoots::Integers>; variable 88 template class WeightTransform<5, 1, 8, 1, float, float, WinogradRoots::Integers>; variable
|
D | weights_2x2_5x5_fp32_fp32_integers.cpp | 399 template class WeightTransform<5, 5, 6, 6, float, float, WinogradRoots::Integers>; variable
|
D | weights_4x4_3x3_fp16_fp16_integers.cpp | 256 template class WeightTransform<3, 3, 6, 6, __fp16, __fp16, WinogradRoots::Integers>; variable
|
D | weights_2x2_3x3_fp32_fp32_integers.cpp | 218 template class WeightTransform<3, 3, 4, 4, float, float, WinogradRoots::Integers>; variable
|
D | weights_4x4_3x3_fp32_fp32_integers.cpp | 255 template class WeightTransform<3, 3, 6, 6, float, float, WinogradRoots::Integers>; variable
|
/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/ |
D | winograd.hpp | 430 class WeightTransform : public IWeightTransform class 482 class WeightTransform<KernelRows, 1, InnerTileRows, 1, TIn, TOut, Roots> : class
|