Uses of Class
tensorflow.Struct.BoundedTensorSpecProto.Builder
Packages that use Struct.BoundedTensorSpecProto.Builder
-
Uses of Struct.BoundedTensorSpecProto.Builder in tensorflow
Methods in tensorflow that return Struct.BoundedTensorSpecProto.BuilderModifier and TypeMethodDescriptionStruct.BoundedTensorSpecProto.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Struct.BoundedTensorSpecProto.Builder.clear()Struct.BoundedTensorSpecProto.Builder.clearDtype().tensorflow.DataType dtype = 3;Struct.BoundedTensorSpecProto.Builder.clearField(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Struct.BoundedTensorSpecProto.Builder.mergeFrom(com.google.protobuf.Message other) 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(com.google.protobuf.UnknownFieldSet unknownFields) Struct.BoundedTensorSpecProto.newBuilder()Struct.BoundedTensorSpecProto.newBuilder(Struct.BoundedTensorSpecProto prototype) Struct.BoundedTensorSpecProto.newBuilderForType()protected Struct.BoundedTensorSpecProto.BuilderStruct.BoundedTensorSpecProto.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) .tensorflow.DataType dtype = 3;Struct.BoundedTensorSpecProto.Builder.setDtypeValue(int value) .tensorflow.DataType dtype = 3;Struct.BoundedTensorSpecProto.Builder.setField(com.google.protobuf.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(com.google.protobuf.ByteString value) string name = 1;Struct.BoundedTensorSpecProto.Builder.setRepeatedField(com.google.protobuf.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(com.google.protobuf.UnknownFieldSet unknownFields) Struct.BoundedTensorSpecProto.toBuilder()Methods in tensorflow with parameters of type Struct.BoundedTensorSpecProto.BuilderModifier and TypeMethodDescriptionStruct.StructuredValue.Builder.setBoundedTensorSpecValue(Struct.BoundedTensorSpecProto.Builder builderForValue) Represents a value for tf.BoundedTensorSpec.