Uses of Class
org.tensorflow.proto.FixedLenFeatureProto.Builder
Packages that use FixedLenFeatureProto.Builder
-
Uses of FixedLenFeatureProto.Builder in org.tensorflow.proto
Subclasses with type arguments of type FixedLenFeatureProto.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.FixedLenFeatureProtoMethods in org.tensorflow.proto that return FixedLenFeatureProto.BuilderModifier and TypeMethodDescriptionFixedLenFeatureProto.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) FixedLenFeatureProto.Builder.clear()FixedLenFeatureProto.Builder.clearDefaultValue().tensorflow.TensorProto default_value = 3;FixedLenFeatureProto.Builder.clearDtype().tensorflow.DataType dtype = 1;FixedLenFeatureProto.Builder.clearField(Descriptors.FieldDescriptor field) FixedLenFeatureProto.Builder.clearOneof(Descriptors.OneofDescriptor oneof) FixedLenFeatureProto.Builder.clearShape().tensorflow.TensorShapeProto shape = 2;FixedLenFeatureProto.Builder.clearValuesOutputTensorName()string values_output_tensor_name = 4;FixedLenFeatureProto.Builder.clone()FeatureConfiguration.Builder.getFixedLenFeatureBuilder().tensorflow.FixedLenFeatureProto fixed_len_feature = 1;FixedLenFeatureProto.Builder.mergeDefaultValue(TensorProto value) .tensorflow.TensorProto default_value = 3;FixedLenFeatureProto.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) FixedLenFeatureProto.Builder.mergeFrom(FixedLenFeatureProto other) FixedLenFeatureProto.Builder.mergeShape(TensorShapeProto value) .tensorflow.TensorShapeProto shape = 2;FixedLenFeatureProto.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static FixedLenFeatureProto.BuilderFixedLenFeatureProto.newBuilder()static FixedLenFeatureProto.BuilderFixedLenFeatureProto.newBuilder(FixedLenFeatureProto prototype) FixedLenFeatureProto.newBuilderForType()protected FixedLenFeatureProto.BuilderFixedLenFeatureProto.newBuilderForType(GeneratedMessageV3.BuilderParent parent) FixedLenFeatureProto.Builder.setDefaultValue(TensorProto value) .tensorflow.TensorProto default_value = 3;FixedLenFeatureProto.Builder.setDefaultValue(TensorProto.Builder builderForValue) .tensorflow.TensorProto default_value = 3;.tensorflow.DataType dtype = 1;FixedLenFeatureProto.Builder.setDtypeValue(int value) .tensorflow.DataType dtype = 1;FixedLenFeatureProto.Builder.setField(Descriptors.FieldDescriptor field, Object value) FixedLenFeatureProto.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) FixedLenFeatureProto.Builder.setShape(TensorShapeProto value) .tensorflow.TensorShapeProto shape = 2;FixedLenFeatureProto.Builder.setShape(TensorShapeProto.Builder builderForValue) .tensorflow.TensorShapeProto shape = 2;FixedLenFeatureProto.Builder.setUnknownFields(UnknownFieldSet unknownFields) FixedLenFeatureProto.Builder.setValuesOutputTensorName(String value) string values_output_tensor_name = 4;FixedLenFeatureProto.Builder.setValuesOutputTensorNameBytes(ByteString value) string values_output_tensor_name = 4;FixedLenFeatureProto.toBuilder()Methods in org.tensorflow.proto with parameters of type FixedLenFeatureProto.BuilderModifier and TypeMethodDescriptionFeatureConfiguration.Builder.setFixedLenFeature(FixedLenFeatureProto.Builder builderForValue) .tensorflow.FixedLenFeatureProto fixed_len_feature = 1;