Uses of Class
org.tensorflow.proto.TensorShapeProto.Dim.Builder
Packages that use TensorShapeProto.Dim.Builder
-
Uses of TensorShapeProto.Dim.Builder in org.tensorflow.proto
Subclasses with type arguments of type TensorShapeProto.Dim.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classOne dimension of the tensor.Methods in org.tensorflow.proto that return TensorShapeProto.Dim.BuilderModifier and TypeMethodDescriptionTensorShapeProto.Builder.addDimBuilder()Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.Builder.addDimBuilder(int index) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.Dim.Builder.clear()TensorShapeProto.Dim.Builder.clearName()Optional name of the tensor dimension.TensorShapeProto.Dim.Builder.clearSize()Size of the tensor in that dimension.TensorShapeProto.Builder.getDimBuilder(int index) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.Dim.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) TensorShapeProto.Dim.Builder.mergeFrom(TensorShapeProto.Dim other) static TensorShapeProto.Dim.BuilderTensorShapeProto.Dim.newBuilder()static TensorShapeProto.Dim.BuilderTensorShapeProto.Dim.newBuilder(TensorShapeProto.Dim prototype) TensorShapeProto.Dim.newBuilderForType()protected TensorShapeProto.Dim.BuilderTensorShapeProto.Dim.newBuilderForType(AbstractMessage.BuilderParent parent) Optional name of the tensor dimension.TensorShapeProto.Dim.Builder.setNameBytes(ByteString value) Optional name of the tensor dimension.TensorShapeProto.Dim.Builder.setSize(long value) Size of the tensor in that dimension.TensorShapeProto.Dim.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type TensorShapeProto.Dim.BuilderModifier and TypeMethodDescriptionTensorShapeProto.Builder.getDimBuilderList()Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.Methods in org.tensorflow.proto with parameters of type TensorShapeProto.Dim.BuilderModifier and TypeMethodDescriptionTensorShapeProto.Builder.addDim(int index, TensorShapeProto.Dim.Builder builderForValue) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.Builder.addDim(TensorShapeProto.Dim.Builder builderForValue) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.TensorShapeProto.Builder.setDim(int index, TensorShapeProto.Dim.Builder builderForValue) Dimensions of the tensor, such as {"input", 30}, {"output", 40} for a 30 x 40 2D tensor.