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.addRepeatedField(Descriptors.FieldDescriptor field, Object value) TensorShapeProto.Dim.Builder.clear()TensorShapeProto.Dim.Builder.clearField(Descriptors.FieldDescriptor field) TensorShapeProto.Dim.Builder.clearName()Optional name of the tensor dimension.TensorShapeProto.Dim.Builder.clearOneof(Descriptors.OneofDescriptor oneof) TensorShapeProto.Dim.Builder.clearSize()Size of the tensor in that dimension.TensorShapeProto.Dim.Builder.clone()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) TensorShapeProto.Dim.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static TensorShapeProto.Dim.BuilderTensorShapeProto.Dim.newBuilder()static TensorShapeProto.Dim.BuilderTensorShapeProto.Dim.newBuilder(TensorShapeProto.Dim prototype) TensorShapeProto.Dim.newBuilderForType()protected TensorShapeProto.Dim.BuilderTensorShapeProto.Dim.newBuilderForType(GeneratedMessageV3.BuilderParent parent) TensorShapeProto.Dim.Builder.setField(Descriptors.FieldDescriptor field, Object value) Optional name of the tensor dimension.TensorShapeProto.Dim.Builder.setNameBytes(ByteString value) Optional name of the tensor dimension.TensorShapeProto.Dim.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) TensorShapeProto.Dim.Builder.setSize(long value) Size of the tensor in that dimension.TensorShapeProto.Dim.Builder.setUnknownFields(UnknownFieldSet unknownFields) 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.