deeplearning4j/deeplearning4j

View on GitHub
omnihub/src/main/kotlin/org/eclipse/deeplearning4j/omnihub/api/NamespaceModels.kt

Summary

Maintainability
A
0 mins
Test Coverage
package org.eclipse.deeplearning4j.omnihub.api

data class NamespaceModels @JvmOverloads constructor(
    val name: String,
    val models: MutableList<Model> = mutableListOf()) {

}