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

uint64_t support in eigen_spatial_convolutions.h #7

Open
mayank0403 opened this issue Apr 11, 2019 · 0 comments
Open

uint64_t support in eigen_spatial_convolutions.h #7

mayank0403 opened this issue Apr 11, 2019 · 0 comments

Comments

@mayank0403
Copy link

Hi, I wanted to use SpatialConvolution() function with Tensors of uint64_t type.

If I try invoking SpatialConvolution() with Tensors of int/float/double types, then the function works fine, but as soon as I try any of uint64_t/int64_t, I get a compilation error saying that DataMapper does not have member nonStandardPatches() and SubMapper does not have member loadCoeffStandard().

This error doesn't seem to come with tensors having int scalers.

Does SpatialConvolution() not support 64-bit integers at the moment?

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