How to generate 32 bit DLL file from codegen in reinforcement learning toolbox?

4 views (last 30 days)
I try to deploy reinforcement learning agent and generate C code to 32 bit dll,
Because the target hardware in LabVIEW is 32 bit system.
But when i generated C code, I have to use intel-mkldnn that is 64 bit file.
How can I do to resolve it?
about mkldnn from (https://www.mathworks.com/matlabcentral/answers/447387)
the following is I try add code to transform 64 bit to 32 bit.

Answers (0)

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!