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
/
VoidTensorOps
/
conv2d
conv2d
open
override
fun
<
T
:
DType
,
V
>
conv2d
(
input
:
Tensor
<
T
,
V
>
,
weight
:
Tensor
<
T
,
V
>
,
bias
:
Tensor
<
T
,
V
>
?
,
stride
:
Pair
<
Int
,
Int
>
,
padding
:
Pair
<
Int
,
Int
>
,
dilation
:
Pair
<
Int
,
Int
>
,
groups
:
Int
)
:
Tensor
<
T
,
V
>
(
source
)