\brief Sets the default DeviceType to be used by the builder. It ensures that all the layers that can run on this device will run on it, unless setDeviceType is used to override the default DeviceType for a layer. \see getDefaultDeviceType()
| 9372 | //! \see getDefaultDeviceType() |
| 9373 | //! |
| 9374 | void setDefaultDeviceType(DeviceType deviceType) noexcept |
| 9375 | { |
| 9376 | mImpl->setDefaultDeviceType(deviceType); |
| 9377 | } |
| 9378 | |
| 9379 | //! |
| 9380 | //! \brief Get the default DeviceType which was set by setDefaultDeviceType. |
no outgoing calls
no test coverage detected