package tensorflow.tfcompile

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Config

tfcompile.proto:43

Config represents configuration information for tfcompile.

message Feed

tfcompile.proto:23

Feed represents a single feed tensor in the graph, which corresponds to an input argument for the generated function.

Used in: Config

message Fetch

tfcompile.proto:37

Fetch represents a single fetch tensor in the graph, which corresponds to an output argument for the generated function.

Used in: Config

message TensorId

tfcompile.proto:16

TensorId identifies a tensor in a TensorFlow graph, by specifying the output index of a particular node in the graph. If the output of the named node feeds into other node(s), this corresponds to one or more edges. Otherwise it doesn't correspond to any existing edges at all, e.g. for output nodes.

Used in: Feed, Fetch