package tensorflow.tf2xla

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

message Config

tf2xla.proto:43

Config represents configuration information for tf2xla conversion.

message Feed

tf2xla.proto:23

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

Used in: Config

message Fetch

tf2xla.proto:37

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

Used in: Config

message TensorId

tf2xla.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