Uses of Class
org.tensorflow.metadata.v0.FixedShape.Dim
-
Packages that use FixedShape.Dim Package Description org.tensorflow.metadata.v0 -
-
Uses of FixedShape.Dim in org.tensorflow.metadata.v0
Fields in org.tensorflow.metadata.v0 with type parameters of type FixedShape.Dim Modifier and Type Field Description static com.google.protobuf.Parser<FixedShape.Dim>FixedShape.Dim. PARSERDeprecated.Methods in org.tensorflow.metadata.v0 that return FixedShape.Dim Modifier and Type Method Description FixedShape.DimFixedShape.Dim.Builder. build()FixedShape.DimFixedShape.Dim.Builder. buildPartial()static FixedShape.DimFixedShape.Dim. getDefaultInstance()FixedShape.DimFixedShape.Dim.Builder. getDefaultInstanceForType()FixedShape.DimFixedShape.Dim. getDefaultInstanceForType()FixedShape.DimFixedShape.Builder. getDim(int index)The dimensions that define the shape.FixedShape.DimFixedShape. getDim(int index)The dimensions that define the shape.FixedShape.DimFixedShapeOrBuilder. getDim(int index)The dimensions that define the shape.static FixedShape.DimFixedShape.Dim. parseDelimitedFrom(InputStream input)static FixedShape.DimFixedShape.Dim. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FixedShape.DimFixedShape.Dim. parseFrom(byte[] data)static FixedShape.DimFixedShape.Dim. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FixedShape.DimFixedShape.Dim. parseFrom(com.google.protobuf.ByteString data)static FixedShape.DimFixedShape.Dim. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FixedShape.DimFixedShape.Dim. parseFrom(com.google.protobuf.CodedInputStream input)static FixedShape.DimFixedShape.Dim. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FixedShape.DimFixedShape.Dim. parseFrom(InputStream input)static FixedShape.DimFixedShape.Dim. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FixedShape.DimFixedShape.Dim. parseFrom(ByteBuffer data)static FixedShape.DimFixedShape.Dim. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.metadata.v0 that return types with arguments of type FixedShape.Dim Modifier and Type Method Description List<FixedShape.Dim>FixedShape.Builder. getDimList()The dimensions that define the shape.List<FixedShape.Dim>FixedShape. getDimList()The dimensions that define the shape.List<FixedShape.Dim>FixedShapeOrBuilder. 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()Methods in org.tensorflow.metadata.v0 with parameters of type FixedShape.Dim Modifier and Type Method Description FixedShape.BuilderFixedShape.Builder. addDim(int index, FixedShape.Dim value)The dimensions that define the shape.FixedShape.BuilderFixedShape.Builder. addDim(FixedShape.Dim value)The dimensions that define the shape.FixedShape.Dim.BuilderFixedShape.Dim.Builder. mergeFrom(FixedShape.Dim other)static FixedShape.Dim.BuilderFixedShape.Dim. newBuilder(FixedShape.Dim prototype)FixedShape.BuilderFixedShape.Builder. setDim(int index, FixedShape.Dim value)The dimensions that define the shape.Method parameters in org.tensorflow.metadata.v0 with type arguments of type FixedShape.Dim Modifier and Type Method Description FixedShape.BuilderFixedShape.Builder. addAllDim(Iterable<? extends FixedShape.Dim> values)The dimensions that define the shape.
-