Uses of Class
org.tensorflow.proto.TensorShapeProto.Dim
Packages that use TensorShapeProto.Dim
-
Uses of TensorShapeProto.Dim in org.tensorflow.proto
Methods in org.tensorflow.proto that return TensorShapeProto.DimModifier and TypeMethodDescriptionTensorShapeProto.Dim.Builder.build()TensorShapeProto.Dim.Builder.buildPartial()static TensorShapeProto.DimTensorShapeProto.Dim.getDefaultInstance()TensorShapeProto.Dim.Builder.getDefaultInstanceForType()TensorShapeProto.Dim.getDefaultInstanceForType()TensorShapeProto.Builder.getDim(int index) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.getDim(int index) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProtoOrBuilder.getDim(int index) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.static TensorShapeProto.DimTensorShapeProto.Dim.parseDelimitedFrom(InputStream input) static TensorShapeProto.DimTensorShapeProto.Dim.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static TensorShapeProto.DimTensorShapeProto.Dim.parseFrom(byte[] data) static TensorShapeProto.DimTensorShapeProto.Dim.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static TensorShapeProto.DimTensorShapeProto.Dim.parseFrom(ByteString data) static TensorShapeProto.DimTensorShapeProto.Dim.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static TensorShapeProto.DimTensorShapeProto.Dim.parseFrom(CodedInputStream input) static TensorShapeProto.DimTensorShapeProto.Dim.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static TensorShapeProto.DimTensorShapeProto.Dim.parseFrom(InputStream input) static TensorShapeProto.DimTensorShapeProto.Dim.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static TensorShapeProto.DimTensorShapeProto.Dim.parseFrom(ByteBuffer data) static TensorShapeProto.DimTensorShapeProto.Dim.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type TensorShapeProto.DimModifier and TypeMethodDescriptionTensorShapeProto.Builder.getDimList()Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.getDimList()Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProtoOrBuilder.getDimList()Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.Dim.getParserForType()static Parser<TensorShapeProto.Dim> TensorShapeProto.Dim.parser()Methods in org.tensorflow.proto with parameters of type TensorShapeProto.DimModifier and TypeMethodDescriptionTensorShapeProto.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.addDim(TensorShapeProto.Dim value) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.Dim.Builder.mergeFrom(TensorShapeProto.Dim other) static TensorShapeProto.Dim.BuilderTensorShapeProto.Dim.newBuilder(TensorShapeProto.Dim prototype) 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.Method parameters in org.tensorflow.proto with type arguments of type TensorShapeProto.DimModifier and TypeMethodDescriptionTensorShapeProto.Builder.addAllDim(Iterable<? extends TensorShapeProto.Dim> values) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.