You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mxnet.apache.org by TongKe Xue <tk...@tkxue.org> on 2017/11/08 05:12:58 UTC

is Convolution supported on NDArray ?

Hi,

I know the following:

1. Symbol supports Convolution ::
https://mxnet.incubator.apache.org/api/scala/symbol.html

2. Some functions are dynamically added to Symbol/NDArray at runtime.

3. I grepped through the scala mxnet test suites -- found nothing for
NDArray / Convolution.

4. I ran java reflection on the NDArray class. There are some
functions with 'Convolution' in its name, but they take maps for
arguments (as opposed to two NDArrays).

Question: is there a way to do convolution on NDArray s? Is there
sample code for this?

Thanks,
--TongKe