Get desktop application:
View/edit binary Protocol Buffers messages
Config represents configuration information for tfcompile.
Each feed is a positional input argument for the generated function. The order of each entry matches the order of each input argument.
Each fetch is a positional output argument for the generated function. The order of each entry matches the order of each output argument.
Feed represents a single feed tensor in the graph, which corresponds to an input argument for the generated function.
Used in:
Optional name for generated code.
Optional data type. This is not normally required, as the graph itself contains this information. However, if the node being fed is an op that is not linked into the tfcompile binary, then the type cannot be inferred from the node; in this case, the type should be set here.
Fetch represents a single fetch tensor in the graph, which corresponds to an output argument for the generated function.
Used in:
Optional name for generated code.
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:
,