Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/MLDeformer/Source/MLDeformer/Public/MLDeformerAsset.h |
Include |
#include "MLDeformerAsset.h" |
enum EDeviceType
{
CPU,
GPU,
}
Name |
Description |
---|---|
CPU |
Train using the CPU. This tends to be slower. |
GPU |
Train using the GPU. This should be the fastest. |
The device where the training and testing will be running.