Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ggml how to compute depthwise conv #833

Open
Francis235 opened this issue May 21, 2024 · 0 comments
Open

ggml how to compute depthwise conv #833

Francis235 opened this issue May 21, 2024 · 0 comments

Comments

@Francis235
Copy link

Hi, everyone, I want to know ggml how to compute depthwise conv. I found ggml_conv_depthwise_2d() api in

ggml/src/ggml.c

Line 6055 in 0cbb7c0

struct ggml_tensor * ggml_conv_depthwise_2d(
, but there is no parameter ‘group’ in this function, how should I calculate depthwise conv? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant