sociomantic-tsunami / dmxnet

D bindings and wrapper library for the MXNet deep learning library
Boost Software License 1.0
14 stars 11 forks source link

Replace all uses of Immut!(...) with immutable(...) #92

Closed joseph-wakeling-sociomantic closed 6 years ago

joseph-wakeling-sociomantic commented 6 years ago

Now that dmxnet is D2-only we no longer need to use the transitional template, as we can use the immutable qualifier directly.