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
/
WandBTensorValueContext
Wand
BTensor
Value
Context
interface
WandBTensorValueContext
<
T
:
DType
,
V
>
(
source
)
Inheritors
DENSE
CONV2D
CONV1D
CONV3D
Members
Properties
bias
Shape
Link copied to clipboard
abstract
val
biasShape
:
Shape
execution
Context
Link copied to clipboard
abstract
val
executionContext
:
ExecutionContext
weights
Shape
Link copied to clipboard
abstract
val
weightsShape
:
Shape
Functions
bias
Link copied to clipboard
abstract
fun
bias
(
initBlock
:
BiasScope
<
T
,
V
>
.
(
Shape
)
->
Tensor
<
T
,
V
>
)
weights
Link copied to clipboard
abstract
fun
weights
(
initBlock
:
WeightsScope
<
T
,
V
>
.
(
Shape
)
->
Tensor
<
T
,
V
>
)