CollectionDef.NodeList

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"
     }
   }
 
Protobuf type 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
final boolean
static CollectionDef.NodeList.Builder
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 CollectionDef.NodeList getDefaultInstance ()

public CollectionDef.NodeList getDefaultInstanceForType ()

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.Builder newBuilder (CollectionDef.NodeList prototype)

public static CollectionDef.NodeList.Builder newBuilder ()

public CollectionDef.NodeList.Builder newBuilderForType ()

public static CollectionDef.NodeList parseDelimitedFrom (InputStream input)

Throws
IOException

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 CollectionDef.NodeList.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException