Uses of Class
org.tensorflow.proto.Struct.BoundedTensorSpecProto.Builder
Packages that use Struct.BoundedTensorSpecProto.Builder
-
Uses of Struct.BoundedTensorSpecProto.Builder in org.tensorflow.proto
Subclasses with type arguments of type Struct.BoundedTensorSpecProto.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classA protobuf to represent tf.BoundedTensorSpec.Methods in org.tensorflow.proto that return Struct.BoundedTensorSpecProto.BuilderModifier and TypeMethodDescriptionStruct.BoundedTensorSpecProto.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) Struct.BoundedTensorSpecProto.Builder.clear()Struct.BoundedTensorSpecProto.Builder.clearDtype().tensorflow.DataType dtype = 3;Struct.BoundedTensorSpecProto.Builder.clearField(Descriptors.FieldDescriptor field) Struct.BoundedTensorSpecProto.Builder.clearMaximum().tensorflow.TensorProto maximum = 5;Struct.BoundedTensorSpecProto.Builder.clearMinimum().tensorflow.TensorProto minimum = 4;Struct.BoundedTensorSpecProto.Builder.clearName()string name = 1;Struct.BoundedTensorSpecProto.Builder.clearOneof(Descriptors.OneofDescriptor oneof) Struct.BoundedTensorSpecProto.Builder.clearShape().tensorflow.TensorShapeProto shape = 2;Struct.BoundedTensorSpecProto.Builder.clone()Struct.StructuredValue.Builder.getBoundedTensorSpecValueBuilder()Represents a value for tf.BoundedTensorSpec.Struct.BoundedTensorSpecProto.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Struct.BoundedTensorSpecProto.Builder.mergeFrom(Struct.BoundedTensorSpecProto other) Struct.BoundedTensorSpecProto.Builder.mergeMaximum(TensorProto value) .tensorflow.TensorProto maximum = 5;Struct.BoundedTensorSpecProto.Builder.mergeMinimum(TensorProto value) .tensorflow.TensorProto minimum = 4;Struct.BoundedTensorSpecProto.Builder.mergeShape(TensorShapeProto value) .tensorflow.TensorShapeProto shape = 2;Struct.BoundedTensorSpecProto.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) Struct.BoundedTensorSpecProto.newBuilder()Struct.BoundedTensorSpecProto.newBuilder(Struct.BoundedTensorSpecProto prototype) Struct.BoundedTensorSpecProto.newBuilderForType()protected Struct.BoundedTensorSpecProto.BuilderStruct.BoundedTensorSpecProto.newBuilderForType(GeneratedMessageV3.BuilderParent parent) .tensorflow.DataType dtype = 3;Struct.BoundedTensorSpecProto.Builder.setDtypeValue(int value) .tensorflow.DataType dtype = 3;Struct.BoundedTensorSpecProto.Builder.setField(Descriptors.FieldDescriptor field, Object value) Struct.BoundedTensorSpecProto.Builder.setMaximum(TensorProto value) .tensorflow.TensorProto maximum = 5;Struct.BoundedTensorSpecProto.Builder.setMaximum(TensorProto.Builder builderForValue) .tensorflow.TensorProto maximum = 5;Struct.BoundedTensorSpecProto.Builder.setMinimum(TensorProto value) .tensorflow.TensorProto minimum = 4;Struct.BoundedTensorSpecProto.Builder.setMinimum(TensorProto.Builder builderForValue) .tensorflow.TensorProto minimum = 4;string name = 1;Struct.BoundedTensorSpecProto.Builder.setNameBytes(ByteString value) string name = 1;Struct.BoundedTensorSpecProto.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) Struct.BoundedTensorSpecProto.Builder.setShape(TensorShapeProto value) .tensorflow.TensorShapeProto shape = 2;Struct.BoundedTensorSpecProto.Builder.setShape(TensorShapeProto.Builder builderForValue) .tensorflow.TensorShapeProto shape = 2;Struct.BoundedTensorSpecProto.Builder.setUnknownFields(UnknownFieldSet unknownFields) Struct.BoundedTensorSpecProto.toBuilder()Methods in org.tensorflow.proto with parameters of type Struct.BoundedTensorSpecProto.BuilderModifier and TypeMethodDescriptionStruct.StructuredValue.Builder.setBoundedTensorSpecValue(Struct.BoundedTensorSpecProto.Builder builderForValue) Represents a value for tf.BoundedTensorSpec.