AccelerationConfig.AcceleratorType

  • AccelerationConfig.AcceleratorType is an enum that specifies the accelerator to use.

  • It includes CPU and GPU as possible enum values.

  • This enum inherits methods from java.lang.Enum, java.lang.Object, java.lang.constant.Constable, and java.lang.Comparable.

public static final enum AccelerationConfig.AcceleratorType extends Enum<AccelerationConfig.AcceleratorType>

Accelerator to use.

Inherited Method Summary

Enum Values

public static final AccelerationConfig.AcceleratorType CPU

public static final AccelerationConfig.AcceleratorType GPU