SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-core
/
sk.ainet.lang.tensor.ops
/
TensorOps
/
conv2d
conv2d
abstract
fun
<
T
:
DType
,
V
>
conv2d
(
input
:
Tensor
<
T
,
V
>
,
weight
:
Tensor
<
T
,
V
>
,
bias
:
Tensor
<
T
,
V
>
?
=
null
,
stride
:
Pair
<
Int
,
Int
>
=
1 to 1
,
padding
:
Pair
<
Int
,
Int
>
=
0 to 0
,
dilation
:
Pair
<
Int
,
Int
>
=
1 to 1
,
groups
:
Int
=
1
)
:
Tensor
<
T
,
V
>
(
source
)