kmath
0.3.1-dev-RC
jvm
kmath-tensorflow
/
space.kscience.kmath.tensorflow
/
DoubleTensorFlowOutput
Double
Tensor
Flow
Output
class
DoubleTensorFlowOutput
(
graph
:
Graph
,
output
:
Output
<
TFloat64
>
)
:
TensorFlowOutput
<
Double
,
TFloat64
>
(
source
)
Members
Constructors
Double
Tensor
Flow
Output
Link copied to clipboard
constructor
(
graph
:
Graph
,
output
:
Output
<
TFloat64
>
)
Functions
elements
Link copied to clipboard
@
PerformancePitfall
open
override
fun
elements
(
)
:
Sequence
<
Pair
<
IntArray
,
Double
>
>
get
Link copied to clipboard
@
PerformancePitfall
open
operator override
fun
get
(
index
:
IntArray
)
:
Double
get
Feature
Link copied to clipboard
open
override
fun
<
F
:
StructureFeature
>
getFeature
(
type
:
KClass
<
out
F
>
)
:
F
?
set
Link copied to clipboard
@
PerformancePitfall
open
operator override
fun
set
(
index
:
IntArray
,
value
:
Double
)
Properties
dimension
Link copied to clipboard
open
val
dimension
:
Int
indices
Link copied to clipboard
open
val
indices
:
ShapeIndexer
output
Link copied to clipboard
var
output
:
Output
<
TFloat64
>
shape
Link copied to clipboard
open
override
val
shape
:
ShapeND