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.clear()FixedLenFeatureProto.Builder.clearDefaultValue().tensorflow.TensorProto default_value = 3;FixedLenFeatureProto.Builder.clearDtype().tensorflow.DataType dtype = 1;FixedLenFeatureProto.Builder.clearShape().tensorflow.TensorShapeProto shape = 2;FixedLenFeatureProto.Builder.clearValuesOutputTensorName()string values_output_tensor_name = 4;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;static FixedLenFeatureProto.BuilderFixedLenFeatureProto.newBuilder()static FixedLenFeatureProto.BuilderFixedLenFeatureProto.newBuilder(FixedLenFeatureProto prototype) FixedLenFeatureProto.newBuilderForType()protected FixedLenFeatureProto.BuilderFixedLenFeatureProto.newBuilderForType(AbstractMessage.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.setShape(TensorShapeProto value) .tensorflow.TensorShapeProto shape = 2;FixedLenFeatureProto.Builder.setShape(TensorShapeProto.Builder builderForValue) .tensorflow.TensorShapeProto shape = 2;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;