Navigation
API > API/Plugins > API/Plugins/MLDeformerFramework
Description
Check whether the neural network of this model should run on the GPU or not. This is false on default, which makes it a CPU based neural network. Some code internally that creates and initializes the neural network will use the return value of this method to mark it to be on CPU or GPU.
| Name | IsNeuralNetworkOnGPU |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFramework/Public/MLDeformerModel.h |
| Include Path | #include "MLDeformerModel.h" |
virtual bool IsNeuralNetworkOnGPU() const
Returns true if the neural network of this model should run on the GPU. False is returned when it should run on the CPU.