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
/
AVGPOOL2D
AVGPOOL2D
interface
AVGPOOL2D
<
T
:
DType
,
V
>
:
NetworkDslItem
(
source
)
Inheritors
AvgPool2dImpl
Members
Properties
count
Include
Pad
Link copied to clipboard
abstract
var
countIncludePad
:
Boolean
kernel
Size
Link copied to clipboard
abstract
var
kernelSize
:
Pair
<
Int
,
Int
>
padding
Link copied to clipboard
abstract
var
padding
:
Pair
<
Int
,
Int
>
stride
Link copied to clipboard
abstract
var
stride
:
Pair
<
Int
,
Int
>
Functions
kernel
Size
Link copied to clipboard
abstract
fun
kernelSize
(
size
:
Int
)
padding
Link copied to clipboard
abstract
fun
padding
(
size
:
Int
)
stride
Link copied to clipboard
abstract
fun
stride
(
size
:
Int
)