kmath
0.3.1-dev-RC
jvm
kmath-tensorflow
/
space.kscience.kmath.tensorflow
/
TensorFlowTensor
Tensor
Flow
Tensor
interface
TensorFlowTensor
<
T
>
:
MutableStructureND
<
T
>
(
source
)
Inheritors
TensorFlowOutput
Members
Functions
elements
Link copied to clipboard
open
fun
elements
(
)
:
Sequence
<
Pair
<
IntArray
,
T
>
>
get
Link copied to clipboard
abstract
operator
fun
get
(
index
:
IntArray
)
:
T
get
Feature
Link copied to clipboard
open
override
fun
<
F
:
StructureFeature
>
getFeature
(
type
:
KClass
<
out
F
>
)
:
F
?
set
Link copied to clipboard
abstract
operator
fun
set
(
index
:
IntArray
,
value
:
T
)
Properties
dimension
Link copied to clipboard
open
val
dimension
:
Int
indices
Link copied to clipboard
open
val
indices
:
ShapeIndexer
shape
Link copied to clipboard
abstract
override
val
shape
:
ShapeND