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
ค่าที่ชัดเจน ()
repeated bytes value = 1;
CollectionDef.BytesList.Builder
CollectionDef.BytesList
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.ByteString
getValue (ดัชนี int)
repeated bytes value = 1;
ภายใน
getValueCount ()
repeated bytes value = 1;
รายการ <ไบต์สตริง>
รับค่ารายการ ()
repeated bytes value = 1;
บูลีนสุดท้าย
CollectionDef.BytesList.Builder
mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CollectionDef.BytesList.Builder
mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ )
สุดท้าย CollectionDef.BytesList.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
CollectionDef.BytesList.Builder
setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
CollectionDef.BytesList.Builder
setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)
สุดท้าย CollectionDef.BytesList.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
CollectionDef.BytesList.Builder
setValue (ดัชนี int, com.google.protobuf.ByteString ค่า)
repeated bytes value = 1;

วิธีการสืบทอด

วิธีการสาธารณะ

CollectionDef.BytesList.Builder สาธารณะ addAllValue (Iterable <? ขยายค่า ByteString>)

repeated bytes value = 1;

Public CollectionDef.BytesList.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ฟิลด์ ค่าอ็อบเจ็กต์)

สาธารณะ CollectionDef.BytesList.Builder addValue (ค่า com.google.protobuf.ByteString)

repeated bytes value = 1;

สาธารณะ CollectionDef.BytesList build ()

สาธารณะ CollectionDef.BytesList buildPartial ()

สาธารณะ 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 สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

สาธารณะ com.google.protobuf.ByteString getValue (ดัชนี int)

repeated bytes value = 1;

สาธารณะ int getValueCount ()

repeated bytes value = 1;

รายการสาธารณะ <ByteString> getValueList ()

repeated bytes value = 1;

บูลีนสุดท้ายสาธารณะ isInitialized ()

สาธารณะ CollectionDef.BytesList.Builder ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ CollectionDef.BytesList.Builder ผสานจาก (com.google.protobuf.Message อื่น ๆ )

CollectionDef.BytesList.Builder สาธารณะขั้นสุดท้าย ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

Public CollectionDef.BytesList.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor ฟิลด์ ค่าอ็อบเจ็กต์)

Public CollectionDef.BytesList.Builder setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)

CollectionDef.BytesList.Builder สุดท้ายสาธารณะ setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

สาธารณะ CollectionDef.BytesList.Builder setValue (ดัชนี int, com.google.protobuf.ByteString ค่า)

repeated bytes value = 1;

,
คลาสสุดท้ายคงสาธารณะ 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
ค่าที่ชัดเจน ()
repeated bytes value = 1;
CollectionDef.BytesList.Builder
CollectionDef.BytesList
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.ByteString
getValue (ดัชนี int)
repeated bytes value = 1;
ภายใน
getValueCount ()
repeated bytes value = 1;
รายการ <ไบต์สตริง>
รับค่ารายการ ()
repeated bytes value = 1;
บูลีนสุดท้าย
CollectionDef.BytesList.Builder
mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CollectionDef.BytesList.Builder
mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ )
สุดท้าย CollectionDef.BytesList.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
CollectionDef.BytesList.Builder
setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
CollectionDef.BytesList.Builder
setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)
สุดท้าย CollectionDef.BytesList.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
CollectionDef.BytesList.Builder
setValue (ดัชนี int, com.google.protobuf.ByteString ค่า)
repeated bytes value = 1;

วิธีการสืบทอด

วิธีการสาธารณะ

CollectionDef.BytesList.Builder สาธารณะ addAllValue (Iterable <? ขยายค่า ByteString>)

repeated bytes value = 1;

Public CollectionDef.BytesList.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ฟิลด์ ค่าอ็อบเจ็กต์)

สาธารณะ CollectionDef.BytesList.Builder addValue (ค่า com.google.protobuf.ByteString)

repeated bytes value = 1;

สาธารณะ CollectionDef.BytesList build ()

สาธารณะ CollectionDef.BytesList buildPartial ()

สาธารณะ 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 สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

สาธารณะ com.google.protobuf.ByteString getValue (ดัชนี int)

repeated bytes value = 1;

สาธารณะ int getValueCount ()

repeated bytes value = 1;

รายการสาธารณะ <ByteString> getValueList ()

repeated bytes value = 1;

บูลีนสุดท้ายสาธารณะ isInitialized ()

สาธารณะ CollectionDef.BytesList.Builder ผสานจาก (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

สาธารณะ CollectionDef.BytesList.Builder ผสานจาก (com.google.protobuf.Message อื่น ๆ )

CollectionDef.BytesList.Builder สาธารณะขั้นสุดท้าย ผสาน UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

Public CollectionDef.BytesList.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor ฟิลด์ ค่าอ็อบเจ็กต์)

Public CollectionDef.BytesList.Builder setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)

CollectionDef.BytesList.Builder สุดท้ายสาธารณะ setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

สาธารณะ CollectionDef.BytesList.Builder setValue (ดัชนี int, com.google.protobuf.ByteString ค่า)

repeated bytes value = 1;