kmath
0.3.1-dev-RC
jvm
kmath-tensorflow
/
space.kscience.kmath.tensorflow
/
IntTensorFlowOutput
Int
Tensor
Flow
Output
class
IntTensorFlowOutput
(
graph
:
Graph
,
output
:
Output
<
TInt32
>
)
:
TensorFlowOutput
<
Int
,
TInt32
>
(
source
)
Members
Constructors
Int
Tensor
Flow
Output
Link copied to clipboard
constructor
(
graph
:
Graph
,
output
:
Output
<
TInt32
>
)
Functions
elements
Link copied to clipboard
@
PerformancePitfall
open
override
fun
elements
(
)
:
Sequence
<
Pair
<
IntArray
,
Int
>
>
get
Link copied to clipboard
@
PerformancePitfall
open
operator override
fun
get
(
index
:
IntArray
)
:
Int
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
:
Int
)
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
<
TInt32
>
shape
Link copied to clipboard
open
override
val
shape
:
ShapeND