Package org.jetbrains.kotlinx.dl.api.inference

Types

FlatShape
Link copied to clipboard
interface FlatShape<T : FlatShape<T>>

Represents a 2D geometric shape.

InferenceModel
Link copied to clipboard
interface InferenceModel : AutoCloseable

The basic interface for all models which defines the basic functions required for inference tasks only.