You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2022/04/02 23:33:56 UTC

[GitHub] [incubator-mxnet] zmughal commented on issue #20851: Perl Data Language types are hardcoded and need to not be

zmughal commented on issue #20851:
URL: https://github.com/apache/incubator-mxnet/issues/20851#issuecomment-1086742011


   @jehosha, that should already be handled because if you look at the merged code here: <https://github.com/apache/incubator-mxnet/blob/v1.9.x/perl-package/AI-MXNet/lib/AI/MXNet/Base.pm#L78=>, it uses the `PDL::Type` object to get the needed information.
   
   You can confirm that the correct type is there by running:
   ```shell
   $ perl -MPDL -E 'say join "|", grep { $_->enum == 4}  PDL::Types::types()'
   long
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org