Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
TensorShapeProto.Dim |
TensorShapeProto.Dim.Builder.build() |
TensorShapeProto.Dim |
TensorShapeProto.Dim.Builder.buildPartial() |
static TensorShapeProto.Dim |
TensorShapeProto.Dim.getDefaultInstance() |
TensorShapeProto.Dim |
TensorShapeProto.Dim.getDefaultInstanceForType() |
TensorShapeProto.Dim |
TensorShapeProto.Dim.Builder.getDefaultInstanceForType() |
TensorShapeProto.Dim |
TensorShapeProtoOrBuilder.getDim(int index)
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Dim |
TensorShapeProto.getDim(int index)
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Dim |
TensorShapeProto.Builder.getDim(int index)
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
static TensorShapeProto.Dim |
TensorShapeProto.Dim.parseDelimitedFrom(InputStream input) |
static TensorShapeProto.Dim |
TensorShapeProto.Dim.parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorShapeProto.Dim |
TensorShapeProto.Dim.parseFrom(byte[] data) |
static TensorShapeProto.Dim |
TensorShapeProto.Dim.parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorShapeProto.Dim |
TensorShapeProto.Dim.parseFrom(ByteBuffer data) |
static TensorShapeProto.Dim |
TensorShapeProto.Dim.parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorShapeProto.Dim |
TensorShapeProto.Dim.parseFrom(com.github.os72.protobuf351.ByteString data) |
static TensorShapeProto.Dim |
TensorShapeProto.Dim.parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorShapeProto.Dim |
TensorShapeProto.Dim.parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static TensorShapeProto.Dim |
TensorShapeProto.Dim.parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static TensorShapeProto.Dim |
TensorShapeProto.Dim.parseFrom(InputStream input) |
static TensorShapeProto.Dim |
TensorShapeProto.Dim.parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<TensorShapeProto.Dim> |
TensorShapeProtoOrBuilder.getDimList()
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
List<TensorShapeProto.Dim> |
TensorShapeProto.getDimList()
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
List<TensorShapeProto.Dim> |
TensorShapeProto.Builder.getDimList()
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
com.github.os72.protobuf351.Parser<TensorShapeProto.Dim> |
TensorShapeProto.Dim.getParserForType() |
static com.github.os72.protobuf351.Parser<TensorShapeProto.Dim> |
TensorShapeProto.Dim.parser() |
Modifier and Type | Method and Description |
---|---|
TensorShapeProto.Builder |
TensorShapeProto.Builder.addDim(int index,
TensorShapeProto.Dim value)
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Builder |
TensorShapeProto.Builder.addDim(TensorShapeProto.Dim value)
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.Builder.mergeFrom(TensorShapeProto.Dim other) |
static TensorShapeProto.Dim.Builder |
TensorShapeProto.Dim.newBuilder(TensorShapeProto.Dim prototype) |
TensorShapeProto.Builder |
TensorShapeProto.Builder.setDim(int index,
TensorShapeProto.Dim value)
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
Modifier and Type | Method and Description |
---|---|
TensorShapeProto.Builder |
TensorShapeProto.Builder.addAllDim(Iterable<? extends TensorShapeProto.Dim> values)
Dimensions of the tensor, such as {"input", 30}, {"output", 40}
for a 30 x 40 2D tensor.
|
Copyright © 2018. All rights reserved.