public interface FixedShapeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FixedShape.Dim |
getDim(int index)
The dimensions that define the shape.
|
int |
getDimCount()
The dimensions that define the shape.
|
List<FixedShape.Dim> |
getDimList()
The dimensions that define the shape.
|
FixedShape.DimOrBuilder |
getDimOrBuilder(int index)
The dimensions that define the shape.
|
List<? extends FixedShape.DimOrBuilder> |
getDimOrBuilderList()
The dimensions that define the shape.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<FixedShape.Dim> getDimList()
The dimensions that define the shape. The total number of values in each example is the product of sizes of each dimension.
repeated .tensorflow.metadata.v0.FixedShape.Dim dim = 2;FixedShape.Dim getDim(int index)
The dimensions that define the shape. The total number of values in each example is the product of sizes of each dimension.
repeated .tensorflow.metadata.v0.FixedShape.Dim dim = 2;int getDimCount()
The dimensions that define the shape. The total number of values in each example is the product of sizes of each dimension.
repeated .tensorflow.metadata.v0.FixedShape.Dim dim = 2;List<? extends FixedShape.DimOrBuilder> getDimOrBuilderList()
The dimensions that define the shape. The total number of values in each example is the product of sizes of each dimension.
repeated .tensorflow.metadata.v0.FixedShape.Dim dim = 2;FixedShape.DimOrBuilder getDimOrBuilder(int index)
The dimensions that define the shape. The total number of values in each example is the product of sizes of each dimension.
repeated .tensorflow.metadata.v0.FixedShape.Dim dim = 2;Copyright © 2020 Gojek. All rights reserved.