[][src]Module tract_tensorflow::tfpb::tensorflow::collection_def

Structs

AnyList

AnyList is used for collecting Any protos.

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" } } }

FloatList

FloatList is used for collecting float values.

Int64List

Int64List is used for collecting int, int64 and long values.

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" } }

Enums

Kind