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 enableStomping with assumeSafeAppend #94

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 helper function and can call assumeSafeAppend directly.