Package | Description |
---|---|
org.tensorflow |
Defines classes to build, save, load and execute TensorFlow models.
|
Modifier and Type | Method and Description |
---|---|
static Shape |
Shape.make(long firstDimensionSize,
long... otherDimensionSizes)
Create a Shape representing an N-dimensional value.
|
static Shape |
Shape.scalar()
Create a Shape representing a scalar value.
|
Shape |
Output.shape()
Returns the (possibly partially known) shape of the tensor referred to by this Output.
|
static Shape |
Shape.unknown()
Create a Shape representing an unknown number of dimensions.
|
Modifier and Type | Method and Description |
---|---|
OperationBuilder |
OperationBuilder.setAttr(String name,
Shape value) |
OperationBuilder |
OperationBuilder.setAttr(String name,
Shape[] value) |
Copyright © 2015–2018. All rights reserved.