package tensorflow.tf2xla

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

message Config

tf2xla.proto:69

Config represents configuration information for tf2xla conversion.

message ConversionOptions

tf2xla.proto:61

Options used during the conversion and compilation process.

Used in: Config

message Feed

tf2xla.proto:24

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:38

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

Used in: Config

message HostComputeMetadata

host_compute_metadata.proto:32

HostComputeMetadata describes all the sends and recvs from all host compute transfer ops in a computation.

Used in: xrt.XLAComputationConfig

message HostTransferMetadata

host_compute_metadata.proto:22

HostTransferMetadata describes a transfer either from host to device or device to host. It has a key that is unique to the computation, and metadata about the list of tensors being transferred.

Used in: HostComputeMetadata

message TensorId

tf2xla.proto:17

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

message TensorMetadata

host_compute_metadata.proto:14

TensorMetadata indicates the type and shape of a Tensor that is part of a host compute transfer.

Used in: HostTransferMetadata

message Variable

tf2xla.proto:48

Variable represents a resource variable with the given name, shape and type.

Used in: Config