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
/
FlattenImpl
Flatten
Impl
class
FlattenImpl
<
T
:
DType
,
V
>
(
val
executionContext
:
ExecutionContext
,
var
startDim
:
Int
=
1
,
var
endDim
:
Int
=
-1
,
id
:
String
)
:
FLATTEN
<
T
,
V
>
(
source
)
Members
Constructors
Flatten
Impl
Link copied to clipboard
constructor
(
executionContext
:
ExecutionContext
,
startDim
:
Int
=
1
,
endDim
:
Int
=
-1
,
id
:
String
)
Properties
end
Dim
Link copied to clipboard
open
override
var
endDim
:
Int
execution
Context
Link copied to clipboard
open
override
val
executionContext
:
ExecutionContext
start
Dim
Link copied to clipboard
open
override
var
startDim
:
Int
Functions
create
Link copied to clipboard
fun
create
(
)
:
Module
<
T
,
V
>