AcceleratorTotalMemoryMibRange

Defines the maximum and minimum amount of memory, in MiB, to use for the accelerator.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Int?

The maximum amount of memory to use for the accelerator, measured in MiB.

Link copied to clipboard
val min: Int

The minimum amount of memory to use for the accelerator, measured in MiB.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String