public static final class
CollectionDef.NodeList
NodeList is used for collecting nodes in graph. For example collection_def { key: "summaries" value { node_list { value: "input_producer/ScalarSummary:0" value: "shuffle_batch/ScalarSummary:0" value: "ImageSummary:0" } }
tensorflow.CollectionDef.NodeList
Nested Classes
class | CollectionDef.NodeList.Builder | NodeList is used for collecting nodes in graph. |
Constants
int | VALUE_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static CollectionDef.NodeList | |
CollectionDef.NodeList | |
final static com.google.protobuf.Descriptors.Descriptor | |
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
String |
getValue(int index)
repeated string value = 1;
|
com.google.protobuf.ByteString |
getValueBytes(int index)
repeated string value = 1;
|
int |
getValueCount()
repeated string value = 1;
|
com.google.protobuf.ProtocolStringList |
getValueList()
repeated string value = 1;
|
int |
hashCode()
|
final boolean | |
static CollectionDef.NodeList.Builder |
newBuilder(CollectionDef.NodeList prototype)
|
static CollectionDef.NodeList.Builder | |
CollectionDef.NodeList.Builder | |
static CollectionDef.NodeList |
parseDelimitedFrom(InputStream input)
|
static CollectionDef.NodeList |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static CollectionDef.NodeList |
parseFrom(ByteBuffer data)
|
static CollectionDef.NodeList |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static CollectionDef.NodeList |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static CollectionDef.NodeList |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static CollectionDef.NodeList |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static CollectionDef.NodeList |
parseFrom(com.google.protobuf.ByteString data)
|
static CollectionDef.NodeList |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static CollectionDef.NodeList |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
CollectionDef.NodeList.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 String getValue (int index)
repeated string value = 1;
public com.google.protobuf.ByteString getValueBytes (int index)
repeated string value = 1;
public int getValueCount ()
repeated string value = 1;
public com.google.protobuf.ProtocolStringList getValueList ()
repeated string value = 1;
public int hashCode ()
public final boolean isInitialized ()
public static CollectionDef.NodeList parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static CollectionDef.NodeList parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static CollectionDef.NodeList parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static CollectionDef.NodeList parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static CollectionDef.NodeList parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static CollectionDef.NodeList parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static CollectionDef.NodeList parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static CollectionDef.NodeList parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static CollectionDef.NodeList 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 |
---|