TargetPlatform

Contains information about a target platform that you want your model to run on, such as OS, architecture, and accelerators. It is an alternative of TargetDevice.

Types

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

Properties

Link copied to clipboard

Specifies a target platform accelerator (optional).

Link copied to clipboard

Specifies a target platform architecture.

Link copied to clipboard

Specifies a target platform OS.

Functions

Link copied to clipboard
inline fun copy(block: TargetPlatform.Builder.() -> Unit = {}): TargetPlatform
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