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
/
BiasScopeImpl
Bias
Scope
Impl
class
BiasScopeImpl
<
T
:
DType
,
V
>
(
val
executionContext
:
ExecutionContext
,
val
shape
:
Shape
,
val
dtype
:
KClass
<
T
>
)
:
BiasScope
<
T
,
V
>
(
source
)
Implementation of BiasScope for bias initialization.
Members
Constructors
Bias
Scope
Impl
Link copied to clipboard
constructor
(
executionContext
:
ExecutionContext
,
shape
:
Shape
,
dtype
:
KClass
<
T
>
)
Properties
dtype
Link copied to clipboard
open
override
val
dtype
:
KClass
<
T
>
execution
Context
Link copied to clipboard
open
override
val
executionContext
:
ExecutionContext
shape
Link copied to clipboard
open
override
val
shape
:
Shape