public static final class
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" } } }
tensorflow.CollectionDef.BytesList
Nested Classes
class | CollectionDef.BytesList.Builder | BytesList is used for collecting strings and serialized protobufs. |
Constants
int | VALUE_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static CollectionDef.BytesList | |
CollectionDef.BytesList | |
final static com.google.protobuf.Descriptors.Descriptor | |
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
com.google.protobuf.ByteString |
getValue(int index)
repeated bytes value = 1;
|
int |
getValueCount()
repeated bytes value = 1;
|
List<ByteString> |
getValueList()
repeated bytes value = 1;
|
int |
hashCode()
|
final boolean | |
static CollectionDef.BytesList.Builder |
newBuilder(CollectionDef.BytesList prototype)
|
static CollectionDef.BytesList.Builder | |
CollectionDef.BytesList.Builder | |
static CollectionDef.BytesList |
parseDelimitedFrom(InputStream input)
|
static CollectionDef.BytesList |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static CollectionDef.BytesList |
parseFrom(ByteBuffer data)
|
static CollectionDef.BytesList |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static CollectionDef.BytesList |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static CollectionDef.BytesList |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static CollectionDef.BytesList |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static CollectionDef.BytesList |
parseFrom(com.google.protobuf.ByteString data)
|
static CollectionDef.BytesList |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static CollectionDef.BytesList |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
CollectionDef.BytesList.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int VALUE_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public com.google.protobuf.ByteString getValue (int index)
repeated bytes value = 1;
public int getValueCount ()
repeated bytes value = 1;
public List<ByteString> getValueList ()
repeated bytes value = 1;
public int hashCode ()
public final boolean isInitialized ()
public static CollectionDef.BytesList parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static CollectionDef.BytesList parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static CollectionDef.BytesList parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static CollectionDef.BytesList parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static CollectionDef.BytesList parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static CollectionDef.BytesList parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static CollectionDef.BytesList parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static CollectionDef.BytesList parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static CollectionDef.BytesList parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|