Using libtorch on an embedded environment

I need to export a an MLP network that I wrote in python and get it working on an msp432. I have setup the include paths and the libraries but to no avail. I keep getting the error that namespace “std” has no member “mutex” and other similar errors. Has anyone gotten libtorch working in code composer studio by TI? I am use version 10.0 and c++ 14.