Using dot() in the Kernel Definition
#8
Unanswered
RoyiAvital
asked this question in
Q&A
Replies: 1 comment 6 replies
|
@stev47 , Any chance to have some tips on this? |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am trying to have a convolution operation using
StaticKernels.jl.A simple try out is:
Yet I get the error:
ERROR: MethodError: no method matching iterate(::StaticKernels.Window{Int64, 1, (0:2,), Kernel{(0:2,), var"#27#28"}, StaticKernels.ExtensionArray{Int64, 1, Vector{Int64}, StaticKernels.ExtensionConstant{Int64}}}).Yet this works:
What's the difference? I guess I'm missing something about the structure of the kernel.
All reactions