SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-data-api
/
sk.ainet.data
/
DataBatch
Data
Batch
data
class
DataBatch
<
T
:
DType
,
V
>
(
val
x
:
Array
<
Tensor
<
T
,
V
>
>
,
val
y
:
Tensor
<
T
,
V
>
)
(
source
)
Members
Constructors
Data
Batch
Link copied to clipboard
constructor
(
x
:
Array
<
Tensor
<
T
,
V
>
>
,
y
:
Tensor
<
T
,
V
>
)
Properties
x
Link copied to clipboard
val
x
:
Array
<
Tensor
<
T
,
V
>
>
y
Link copied to clipboard
val
y
:
Tensor
<
T
,
V
>
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int