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 min_normal!(T) with T.min_normal #95

Closed joseph-wakeling-sociomantic closed 5 years ago

joseph-wakeling-sociomantic commented 5 years ago

Now that dmxnet is D2-only we no longer need to use this transitional helper template: floating point numbers provide .min_normal directly.