SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-core
/
sk.ainet.lang.nn.dsl
/
UPSAMPLE2D
UPSAMPLE2D
interface
UPSAMPLE2D
<
T
:
DType
,
V
>
:
NetworkDslItem
(
source
)
Inheritors
Upsample2dImpl
Members
Properties
align
Corners
Link copied to clipboard
abstract
var
alignCorners
:
Boolean
mode
Link copied to clipboard
abstract
var
mode
:
UpsampleMode
scale
Link copied to clipboard
abstract
var
scale
:
Pair
<
Int
,
Int
>
Functions
scale
Link copied to clipboard
abstract
fun
scale
(
factor
:
Int
)