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