api
/
org.jetbrains.kotlinx.dl.api.core
/
Sequential
/
Companion
/
of
of
@
JvmStatic
fun
of
(vararg layers:
Layer
, noInput:
Boolean
= false):
Sequential
Content copied to clipboard
Creates the
Sequential
model.
Return
the
Sequential
model.
@
JvmStatic
fun
of
(layers:
List
<
Layer
>, noInput:
Boolean
= false):
Sequential
Content copied to clipboard
Creates the
Functional
model.
Return
the
Sequential
model.