Home
last modified time | relevance | path

Searched defs:WeightTransform (Results 1 – 8 of 8) sorted by relevance

/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/winograd_transforms/
Dweights_2_7_fp32_fp32_integers.cpp87 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
Dweights_6_3_fp32_fp32_integers.cpp87 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
Dweights_4_5_fp32_fp32_integers.cpp87 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
Dweights_2x2_5x5_fp32_fp32_integers.cpp399 template class WeightTransform<5, 5, 6, 6, float, float, WinogradRoots::Integers>; variable
Dweights_4x4_3x3_fp16_fp16_integers.cpp256 template class WeightTransform<3, 3, 6, 6, __fp16, __fp16, WinogradRoots::Integers>; variable
Dweights_2x2_3x3_fp32_fp32_integers.cpp218 template class WeightTransform<3, 3, 4, 4, float, float, WinogradRoots::Integers>; variable
Dweights_4x4_3x3_fp32_fp32_integers.cpp255 template class WeightTransform<3, 3, 6, 6, float, float, WinogradRoots::Integers>; variable
/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
Dwinograd.hpp430 class WeightTransform : public IWeightTransform class
482 class WeightTransform<KernelRows, 1, InnerTileRows, 1, TIn, TOut, Roots> : class