Hi,

I am reading: https://mxnet.incubator.apache.org/api/scala/symbol.html

I see Symbol.Variable, Symbol.Convolution

When I look at Symbol.scala, I see Symbol.Variable at:
https://github.com/apache/incubator-mxnet/blob/master/scala-package/core/src/main/scala/ml/dmlc/mxnet/Symbol.scala#L982

However, I can't find where Convolution, SoftMax, FullyConnected, ...
are defined.

Where are these Symbols defined?

(I have also tried: grep "Convolution" . -R | grep scala | grep def --
but found nothing).

Thanks,
--TongKe

Reply via email to