| Package | Description |
|---|---|
| org.tensorflow.metadata.v0 |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<FixedShape.Dim> |
FixedShape.Dim.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FixedShape.Dim |
FixedShape.Dim.Builder.build() |
FixedShape.Dim |
FixedShape.Dim.Builder.buildPartial() |
static FixedShape.Dim |
FixedShape.Dim.getDefaultInstance() |
FixedShape.Dim |
FixedShape.Dim.getDefaultInstanceForType() |
FixedShape.Dim |
FixedShape.Dim.Builder.getDefaultInstanceForType() |
FixedShape.Dim |
FixedShapeOrBuilder.getDim(int index)
The dimensions that define the shape.
|
FixedShape.Dim |
FixedShape.getDim(int index)
The dimensions that define the shape.
|
FixedShape.Dim |
FixedShape.Builder.getDim(int index)
The dimensions that define the shape.
|
static FixedShape.Dim |
FixedShape.Dim.parseDelimitedFrom(InputStream input) |
static FixedShape.Dim |
FixedShape.Dim.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FixedShape.Dim |
FixedShape.Dim.parseFrom(byte[] data) |
static FixedShape.Dim |
FixedShape.Dim.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FixedShape.Dim |
FixedShape.Dim.parseFrom(ByteBuffer data) |
static FixedShape.Dim |
FixedShape.Dim.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FixedShape.Dim |
FixedShape.Dim.parseFrom(com.google.protobuf.ByteString data) |
static FixedShape.Dim |
FixedShape.Dim.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FixedShape.Dim |
FixedShape.Dim.parseFrom(com.google.protobuf.CodedInputStream input) |
static FixedShape.Dim |
FixedShape.Dim.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FixedShape.Dim |
FixedShape.Dim.parseFrom(InputStream input) |
static FixedShape.Dim |
FixedShape.Dim.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<FixedShape.Dim> |
FixedShapeOrBuilder.getDimList()
The dimensions that define the shape.
|
List<FixedShape.Dim> |
FixedShape.getDimList()
The dimensions that define the shape.
|
List<FixedShape.Dim> |
FixedShape.Builder.getDimList()
The dimensions that define the shape.
|
com.google.protobuf.Parser<FixedShape.Dim> |
FixedShape.Dim.getParserForType() |
static com.google.protobuf.Parser<FixedShape.Dim> |
FixedShape.Dim.parser() |
| Modifier and Type | Method and Description |
|---|---|
FixedShape.Builder |
FixedShape.Builder.addDim(FixedShape.Dim value)
The dimensions that define the shape.
|
FixedShape.Builder |
FixedShape.Builder.addDim(int index,
FixedShape.Dim value)
The dimensions that define the shape.
|
FixedShape.Dim.Builder |
FixedShape.Dim.Builder.mergeFrom(FixedShape.Dim other) |
static FixedShape.Dim.Builder |
FixedShape.Dim.newBuilder(FixedShape.Dim prototype) |
FixedShape.Builder |
FixedShape.Builder.setDim(int index,
FixedShape.Dim value)
The dimensions that define the shape.
|
| Modifier and Type | Method and Description |
|---|---|
FixedShape.Builder |
FixedShape.Builder.addAllDim(Iterable<? extends FixedShape.Dim> values)
The dimensions that define the shape.
|
Copyright © 2020 Gojek. All rights reserved.