Skip to content

uint64_t support in eigen_spatial_convolutions.h #7

Description

@mayank0403

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions