Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

How to use api of direct_conv_xxx in sass_func.hpp #525

Open
@peyer

Description

For convenience, I just take an instance below.
If the shape of input tensor of conv op is [1, 32, 110, 94] ([N, C, H, W] order),
the shape of kernel of conv op is 33([H, W] order), the channels of kernel is 64, the stride of kernel is 11([H, W] order),
the pad of kernel is 00, the dilation of kernel is 11, the group of conv op is 1,
then how to set parameters below
img_in_channel_stride
img_in_height_stride
img_in_width_stride
img_out_channel_stride
img_out_height_stride
img_out_width_stride

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions