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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
