Uses of Record Class
com.yahoo.config.model.api.OnnxModelOptions.GpuDevice
Packages that use OnnxModelOptions.GpuDevice
-
Uses of OnnxModelOptions.GpuDevice in com.yahoo.config.model.api
Methods in com.yahoo.config.model.api that return types with arguments of type OnnxModelOptions.GpuDeviceModifier and TypeMethodDescriptionOnnxModelOptions.gpuDevice()Returns the value of thegpuDevicerecord component.Methods in com.yahoo.config.model.api with parameters of type OnnxModelOptions.GpuDeviceModifier and TypeMethodDescriptionOnnxModelOptions.withGpuDevice(OnnxModelOptions.GpuDevice gpuDevice) Constructors in com.yahoo.config.model.api with parameters of type OnnxModelOptions.GpuDeviceModifierConstructorDescriptionOnnxModelOptions(String executionMode, int interOpThreads, int intraOpThreads, OnnxModelOptions.GpuDevice gpuDevice)