CollectionDef.BytesList

パブリック静的最終クラスCollectionDef.BytesList

 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
 BytesList is used for collecting strings and serialized protobufs. 

定数

整数VALUE_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的CollectionDef.BytesList
CollectionDef.BytesList
最終的な静的 com.google.protobuf.Descriptors.Descriptor
整数
最終的な com.google.protobuf.UnknownFieldSet
com.google.protobuf.ByteString
getValue (int インデックス)
repeated bytes value = 1;
整数
getValueCount ()
repeated bytes value = 1;
リスト<バイト文字列>
getValueList ()
repeated bytes value = 1;
整数
最終ブール値
静的CollectionDef.BytesList.Builder
newBuilder ( CollectionDef.BytesListプロトタイプ)
静的CollectionDef.BytesList.Builder
CollectionDef.BytesList.Builder
静的CollectionDef.BytesList
parseDelimitedFrom (InputStream 入力)
静的CollectionDef.BytesList
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的CollectionDef.BytesList
parseFrom (ByteBuffer データ)
静的CollectionDef.BytesList
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的CollectionDef.BytesList
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的CollectionDef.BytesList
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的CollectionDef.BytesList
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的CollectionDef.BytesList
parseFrom (com.google.protobuf.ByteString データ)
静的CollectionDef.BytesList
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的CollectionDef.BytesList
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
CollectionDef.BytesList.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数VALUE_FIELD_NUMBER

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static CollectionDef.BytesList getDefaultInstance ()

public CollectionDef.BytesList getDefaultInstanceForType ()

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

公共getParserForType ()

public int getSerializedSize ()

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public com.google.protobuf.ByteString getValue (int インデックス)

repeated bytes value = 1;

public int getValueCount ()

repeated bytes value = 1;

public List<ByteString> getValueList ()

repeated bytes value = 1;

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static CollectionDef.BytesList.Builder newBuilder ( CollectionDef.BytesListプロトタイプ)

public static CollectionDef.BytesList.Builder newBuilder ()

public CollectionDef.BytesList.Builder newBuilderForType ()

public static CollectionDef.BytesList parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static CollectionDef.BytesList parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static CollectionDef.BytesList parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static CollectionDef.BytesList parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static CollectionDef.BytesList parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static CollectionDef.BytesList parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static CollectionDef.BytesList parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static CollectionDef.BytesList parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static CollectionDef.BytesList parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static CollectionDef.BytesList parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public CollectionDef.BytesList.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外