ChaiBapchya opened a new issue #14003: [Feature Request] Add copy operator to 
MXNet to CoreML convertor
URL: https://github.com/apache/incubator-mxnet/issues/14003
 
 
   As revealed in the issue #13965 currently only 12 operators are supported to 
convert from MXNet to CoreML.
   ```
       'FullyConnected' : _layers.convert_dense,
       'Activation'     : _layers.convert_activation,
       'SoftmaxOutput'  : _layers.convert_softmax,
       'Convolution'    : _layers.convert_convolution,
       'Pooling'        : _layers.convert_pooling,
       'Flatten'        : _layers.convert_flatten,
       'transpose'      : _layers.convert_transpose,
       'Concat'         : _layers.convert_concat,
       'BatchNorm'      : _layers.convert_batchnorm,
       'elemwise_add'   : _layers.convert_elementwise_add,
       'Reshape'        : _layers.convert_reshape,
       'Deconvolution'  : _layers.convert_deconvolution,
   ```
   Based on the user request, we could add `copy` and similar commonly needed 
ops as well in this file
   
   
[incubator-mxnet/tools/coreml/converter/_layers.py](https://github.com/apache/incubator-mxnet/blob/5dc138d95f6ac302e3f0e1c9dc9dcb774d83f69e/tools/coreml/converter/_layers.py)
   
   @mxnet-label-bot add [Feature request]

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to