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.data.dense
/
DenseByteTensorArray
Dense
Byte
Tensor
Array
class
DenseByteTensorArray
(
val
shape
:
Shape
,
data
:
ByteArray
,
offset
:
Int
=
0
)
:
ItemsAccessor
<
Byte
>
(
source
)
Members
Constructors
Dense
Byte
Tensor
Array
Link copied to clipboard
constructor
(
shape
:
Shape
,
data
:
ByteArray
,
offset
:
Int
=
0
)
constructor
(
dimensions
:
List
<
Int
>
,
data
:
ByteArray
)
Properties
shape
Link copied to clipboard
val
shape
:
Shape
Functions
get
Link copied to clipboard
open
operator override
fun
get
(
vararg
indices
:
Int
)
:
Byte
Retrieves an element at the specified multidimensional indices.
set
Link copied to clipboard
open
operator override
fun
set
(
vararg
indices
:
Int
,
value
:
Byte
)
Setter