SkainetModelJson

@Serializable
data class SkainetModelJson(val label: String, val graphs: List<SkainetGraphJson>)(source)

Data classes describing the JSON export format used by run14.onnx.json. These models are intentionally flexible (strings for IDs and values, nullable/JsonElement for free-form fields) so we can export various graphs without coupling to a specific backend.

Constructors

Link copied to clipboard
constructor(label: String, graphs: List<SkainetGraphJson>)

Properties

Link copied to clipboard
Link copied to clipboard