package xrt

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

message CommonExecutionConfig

xrt.proto:114

Used in: XRTChainedExecuteConfig, XRTExecutionConfig

message DeviceAssignment

xrt.proto:10

Used in: XLAComputationConfig

message DeviceAssignment.ComputationDevice

xrt.proto:11

Used in: DeviceAssignment

message DeviceAssignment.ComputationDevice.DeviceMeshCoordinates

xrt.proto:12

Used in: ComputationDevice

message MetricValues

xrt.proto:249

Used in: MetricsReport

enum MetricValues.UnitOfMeasure

xrt.proto:250

Used in: MetricValues

message MetricsReport

xrt.proto:268

message Percentiles

xrt.proto:220

Used in: MetricValues

message Percentiles.Point

xrt.proto:221

Used in: Percentiles

message XLAAllocation

xrt.proto:89

Literal to allocate space for, and transfer to, device memory.

message XLAComputation

xrt.proto:83

Options and XLA computation for a compilation.

message XLAComputationConfig

xrt.proto:30

Options for an XLA compilation.

Used in: XLAComputation

message XLAComputationConfig.Experimental

xrt.proto:57

Everything inside Experimental is subject to change and is not subject to API stability guarantees in https://www.tensorflow.org/guide/version_compat.

Used in: XLAComputationConfig

message XLAComputationConfig.Experimental.UpdateIndexPair

xrt.proto:58

Used in: Experimental

message XLATupleNode

xrt.proto:108

Node in a tree describing a tuple constructed from input handles. A node is an internal node if tuples is non-empty, in which case input_index and release_input_handle are ignored. Otherwise a node is a leaf node. Each leaf XLATupleNode is the index of an input which corresponds to a handle that will be grafted onto the output tuple at that location. If release_input_handle is true that input handle will be released and become invalid. Inputs may be repeated in which case leaves of the output tuple will alias. If an input is repeated, release_input_handle must be false for every leaf where that input appears. For example, if input 0 has shape {} and input 1 has shape {2,3} then the XLATupleNode with structure {1,{0,1}} corresponds to a tuple with shape {{2,3},{{},{2,3}}}.

message XRTChainedExecuteConfig

xrt.proto:152

message XRTChainedExecuteOp

xrt.proto:168

A single chained execute operation. An operation can either be a device data load, or an existing (as in, previously compiled and accessible via its int64 handle) XLA computation execution.

Used in: XRTChainedExecutePlan

message XRTChainedExecuteOp.Input

xrt.proto:170

Represents an input for this operation.

Used in: XRTChainedExecuteOp

message XRTChainedExecuteOp.Output

xrt.proto:182

Represents an output of the XRTChainedExecute operation, which should originate by the output of this operation.

Used in: XRTChainedExecuteOp

message XRTChainedExecutePlan

xrt.proto:208

Execution plan for the XRTChainedExecute operation.

message XRTExecutionConfig

xrt.proto:126

Options for an XLA execution.

message XRTMetricsCollect

xrt.proto:214

The message used to encode the options for the XRTMetricsCollect operation.