pfnet-research / menoh

Menoh: fast DNN inference library with multiple programming language support
MIT License
279 stars 34 forks source link

Add a new function menoh_dtype_size for computing element size of a dtype #175

Closed msakai closed 6 years ago

msakai commented 6 years ago

Prototype implementation of #174.

okdshin commented 6 years ago

LGTM. Thank you for PR!

okdshin commented 6 years ago

I'll check CI then merge.