Class CollectionDef.NodeList

All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, CollectionDef.NodeListOrBuilder
Enclosing class:
CollectionDef

public static final class CollectionDef.NodeList extends GeneratedMessage implements CollectionDef.NodeListOrBuilder
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
See Also: