CollectionDef.BytesList.Builder

מחלקה סופית סטטית ציבורית CollectionDef.BytesList.Builder

 BytesList is used for collecting strings and serialized protobufs. For
 example:
 collection_def {
   key: "trainable_variables"
   value {
     bytes_list {
       value: "\n\017conv1/weights:0\022\024conv1/weights/Assign
              \032\024conv1/weights/read:0"
       value: "\n\016conv1/biases:0\022\023conv1/biases/Assign\032
              \023conv1/biases/read:0"
     }
   }
 }
 
סוג Protobuf tensorflow.CollectionDef.BytesList

שיטות ציבוריות

CollectionDef.BytesList.Builder
addAllValue (Iterable<? מרחיב את ערכי ByteString>)
repeated bytes value = 1;
CollectionDef.BytesList.Builder
addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
CollectionDef.BytesList.Builder
addValue (ערך com.google.protobuf.ByteString)
repeated bytes value = 1;
CollectionDef.BytesList
CollectionDef.BytesList
CollectionDef.BytesList.Builder
CollectionDef.BytesList.Builder
clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)
CollectionDef.BytesList.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
CollectionDef.BytesList.Builder
clearValue ()
repeated bytes value = 1;
CollectionDef.BytesList.Builder
CollectionDef.BytesList
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.ByteString
getValue (int index)
repeated bytes value = 1;
int
getValueCount ()
repeated bytes value = 1;
רשימה<ByteString>
getValueList ()
repeated bytes value = 1;
בוליאנית סופית
CollectionDef.BytesList.Builder
mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CollectionDef.BytesList.Builder
mergeFrom (com.google.protobuf.Message אחר)
final CollectionDef.BytesList.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
CollectionDef.BytesList.Builder
setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
CollectionDef.BytesList.Builder
setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט)
final CollectionDef.BytesList.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
CollectionDef.BytesList.Builder
setValue (int index, com.google.protobuf.ByteString ערך)
repeated bytes value = 1;

שיטות בירושה

שיטות ציבוריות

public CollectionDef.BytesList.Builder addAllValue (Iterable<? מרחיב את ערכי ByteString>)

repeated bytes value = 1;

Public CollectionDef.BytesList.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

public CollectionDef.BytesList.Builder addValue (ערך com.google.protobuf.ByteString)

repeated bytes value = 1;

public CollectionDef.BytesList build ()

Public CollectionDef.BytesList buildPartial ()

Public CollectionDef.BytesList.Builder clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor)

Public CollectionDef.BytesList.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

Public CollectionDef.BytesList.Builder clearValue ()

repeated bytes value = 1;

שיבוט Public CollectionDef.BytesList.Builder ()

public CollectionDef.BytesList getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public com.google.protobuf.ByteString getValue (int index)

repeated bytes value = 1;

public int getValueCount ()

repeated bytes value = 1;

רשימה ציבורית<ByteString> getValueList ()

repeated bytes value = 1;

בוליאני הסופי הציבורי הוא אתחול ()

public CollectionDef.BytesList.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

public CollectionDef.BytesList.Builder mergeFrom (com.google.protobuf.Message אחר)

Public final CollectionDef.BytesList.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public CollectionDef.BytesList.Builder setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)

Public CollectionDef.BytesList.Builder setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס int, ערך אובייקט)

Public final CollectionDef.BytesList.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public CollectionDef.BytesList.Builder setValue (int index, com.google.protobuf.ByteString ערך)

repeated bytes value = 1;