package xla

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

message BatchNormGradRequest

xla_data.proto:494

Used in: OpRequest

message BatchNormTrainingRequest

xla_data.proto:486

Used in: OpRequest

message BinaryOpRequest

xla_data.proto:692

Used in: OpRequest

enum BinaryOperation

xla_data.proto:647

Used in: BinaryOpRequest

message BroadcastRequest

xla_data.proto:534

Used in: OpRequest

message BufferAllocationProto

hlo.proto:114

Serialization of BufferAllocation.

Used in: BufferAssignmentProto

message BufferAllocationProto.Assigned

hlo.proto:117

Assigned represents a single LogicalBuffer that is assigned to this BufferAllocation.

Used in: BufferAllocationProto

message BufferAssignmentProto

hlo.proto:170

Serialization of BufferAssignment.

Used in: HloProto

message BufferAssignmentProto.BufferAlias

hlo.proto:173

Alias represents a source LogicalBuffer, and the buffer location that aliases it.

Used in: BufferAssignmentProto

message CallRequest

xla_data.proto:447

Used in: OpRequest

message ChannelHandle

xla_data.proto:273

Handle given to a user to represent a channel between two computations via a Send and Recv instruction pair. Channels are unbuffered, so Send Send instructions will be blocked until the data is transferred.

Used in: CreateChannelHandleResponse, RecvRequest, SendRequest

message ComputationDataHandle

xla_data.proto:255

Handle given to a user that represents a data result in a computation. This is used to pass to subsequent computations that depends upon the data as an operand.

Used in: BatchNormGradRequest, BatchNormTrainingRequest, BinaryOpRequest, BroadcastRequest, CallRequest, ComputeConstantRequest, ConcatenateRequest, ConvertRequest, ConvolveRequest, CrossReplicaSumRequest, CustomCallRequest, DynamicSliceRequest, DynamicUpdateSliceRequest, GetLocalShapeRequest, GetTupleElementRequest, IsConstantRequest, MapRequest, OpResponse, OperationRequest, OutfeedRequest, PadRequest, ReducePrecisionRequest, ReduceRequest, ReduceWindowRequest, ReshapeRequest, ReverseRequest, RngRequest, SelectAndScatterRequest, SendRequest, SetReturnValueRequest, SliceRequest, TernaryOpRequest, TraceRequest, TransposeRequest, UnaryOpRequest, VariadicOpRequest, WhileRequest

message ComputationHandle

xla_data.proto:235

Handle given to a user that represents a computation that the user builds up before execution.

Used in: CallRequest, ComputationResponse, ComputationStatsRequest, ComputeConstantRequest, ExecuteAsyncRequest, ExecuteRequest, GetComputationShapeRequest, GetLocalShapeRequest, IsConstantRequest, LoadComputationSnapshotResponse, MapRequest, OpRequest, ReduceRequest, ReduceWindowRequest, SelectAndScatterRequest, SessionComputation, SetReturnValueRequest, SnapshotComputationRequest, SpecializeRequest, WhileRequest

message ComputationRequest

xla.proto:223

message ComputationResponse

xla.proto:227

message ComputationStats

xla_data.proto:175

Statistics of a computation.

Used in: ComputationStatsResponse

message ComputationStatsRequest

xla.proto:214

message ComputationStatsResponse

xla.proto:219

message ComputeConstantRequest

xla.proto:313

message ComputeConstantResponse

xla.proto:319

message ConcatenateRequest

xla_data.proto:587

Used in: OpRequest

message ConstantRequest

xla_data.proto:359

Used in: OpRequest

message ConvertRequest

xla_data.proto:582

Used in: OpRequest

message ConvolutionDimensionNumbers

xla_data.proto:394

Used in: ConvolveRequest

message ConvolveRequest

xla_data.proto:421

Used in: OpRequest

message CreateChannelHandleRequest

xla.proto:231

(message has no fields)

message CreateChannelHandleResponse

xla.proto:234

message CrossReplicaSumRequest

xla_data.proto:504

Used in: OpRequest

message CustomCallRequest

xla_data.proto:452

Used in: OpRequest

message DebugOptions

xla.proto:25

Debugging options for XLA. These options may change at any time - there are no guarantees about backward or forward compatibility for these fields.

Used in: ComputationStatsRequest, ExecutionOptions

message DeconstructTupleRequest

xla.proto:323

message DeconstructTupleResponse

xla.proto:327

message DeviceAssignmentProto

xla_data.proto:280

DeviceAssignmentProto is a serialized form of DeviceAssignment class, which represents the device ids assigned to a set of replicated computations. See xla::DeviceAssignment class comment for more details.

message DeviceAssignmentProto.ComputationDevice

xla_data.proto:286

Each logical computation runs on replica_count physical devices. ComputationDevice represents the device ids assinged to the replicas.

Used in: DeviceAssignmentProto

message DeviceHandle

xla_data.proto:262

Handle given to a user that represents a replicated virtual device. Each replicated device represents N physical devices for execution where N is the number of replicas.

Used in: ExecuteRequest, GetDeviceHandlesResponse, ResetDeviceRequest, TransferFromOutfeedRequest, TransferToInfeedRequest, TransferToServerRequest

message DynamicSliceRequest

xla_data.proto:375

Used in: OpRequest

message DynamicUpdateSliceRequest

xla_data.proto:385

Used in: OpRequest

message ExecuteAsyncRequest

xla.proto:280

message ExecuteAsyncResponse

xla.proto:290

message ExecuteParallelRequest

xla.proto:267

message ExecuteParallelResponse

xla.proto:276

message ExecuteRequest

xla.proto:253

Used in: ExecuteParallelRequest

message ExecuteResponse

xla.proto:271

Used in: ExecuteParallelResponse

message ExecutionHandle

xla_data.proto:241

Handle given to a user that represents an execution that the user launched asynchronously on the device.

Used in: ExecuteAsyncResponse, WaitForExecutionRequest

message ExecutionOptions

xla.proto:123

These settings control how XLA compiles and/or runs code. Not all settings will have an effect on every platform. When adding new fields, keep in mind that boolean fields default to false.

Used in: ExecuteAsyncRequest, ExecuteRequest

message ExecutionProfile

xla_data.proto:209

Profile data from the execution of a computation.

Used in: ExecuteResponse, WaitForExecutionResponse

message GetComputationShapeRequest

xla.proto:377

message GetComputationShapeResponse

xla.proto:381

message GetDeviceHandlesRequest

xla.proto:156

message GetDeviceHandlesResponse

xla.proto:160

message GetLocalShapeRequest

xla_data.proto:568

message GetLocalShapeResponse

xla_data.proto:573

message GetShapeRequest

xla.proto:369

message GetShapeResponse

xla.proto:373

message GetTupleElementRequest

xla_data.proto:363

Used in: OpRequest

message GlobalDataHandle

xla_data.proto:248

Handle given to a user that represents a globally accessible allocation. Contrast this against a ComputationDataHandle, which is not globally accessible, since it only exists within a specific computation.

Used in: ComputeConstantResponse, DeconstructTupleRequest, DeconstructTupleResponse, ExecuteAsyncRequest, ExecuteRequest, ExecuteResponse, GetShapeRequest, LoadDataResponse, SpecializeRequest, TransferToClientRequest, TransferToServerResponse, UnpackRequest, UnpackResponse, UnregisterRequest, WaitForExecutionResponse

message HeapSimulatorTrace

hlo.proto:135

A trace of a HeapSimulator run.

Used in: BufferAssignmentProto

message HeapSimulatorTrace.Event

hlo.proto:138

The trace includes a list of events, where each event describes one action performed by the heap simulator.

Used in: HeapSimulatorTrace

enum HeapSimulatorTrace.Event.Kind

hlo.proto:139

Used in: Event

message HloComputationProto

hlo.proto:64

Serialization of HloComputation.

Used in: HloInstructionProto, HloModuleProto

message HloInstructionProto

hlo.proto:38

Serialization of HloInstruction.

Used in: HloComputationProto

message HloModuleProto

hlo.proto:73

Serialization of HloModule.

Used in: HloProto

message HloOrderingProto

hlo.proto:83

Serialization of HloOrdering.

Used in: HloProto

message HloOrderingProto.SequentialComputation

hlo.proto:85

NOTE: currently only sequential orderings are serialized.

Used in: HloOrderingProto

message HloProto

hlo.proto:185

Grouping message that contains all of the information above.

message InfeedRequest

xla_data.proto:428

Used in: OpRequest

message IsConstantRequest

xla.proto:304

message IsConstantResponse

xla.proto:309

message Layout

xla_data.proto:115

A layout describes how the array is placed in (1D) memory space. This includes the minor-to-major ordering of dimensions within a shape, as well as any padding present in those dimensions. Clients must specify the layouts of input Literals to the computation. Layouts specified in interior operations which take Shapes (for example, Convert) are ignored. See the XLA documentation for more information on shapes and layouts.

Used in: ComputeConstantRequest, Shape

message LiteralProto

xla_data.proto:298

Literals are used when the server and client need to exchange materialized data / results. Literals are also used to describe constants used in computations. Transfers to/from the client are encoded in literal form, and the structure of the repeated fields is implied by the shape.

Used in: ConstantRequest, HloInstructionProto, SessionModule, TransferFromOutfeedResponse, TransferToClientResponse, TransferToInfeedRequest, TransferToServerRequest

message LoadComputationSnapshotRequest

xla.proto:148

message LoadComputationSnapshotResponse

xla.proto:152

message LoadDataRequest

xla.proto:331

message LoadDataResponse

xla.proto:353

message LogicalBufferProto

hlo.proto:93

Serialization of LogicalBuffer.

Used in: BufferAssignmentProto

message LogicalBufferProto.Location

hlo.proto:96

Location represents an instruction and its shape index, which uniquely identifies a point where a buffer is needed.

Used in: BufferAssignmentProto.BufferAlias, LogicalBufferProto

message MapRequest

xla_data.proto:458

Used in: OpRequest

message OpMetadata

xla_data.proto:187

Symbolization metadata for HLO Instructions. This metadata is used for debugging XLA code generation, as well as performance profiling of XLA-generated executables.

Used in: HloInstructionProto, OpRequest

message OpRequest

xla_data.proto:773

Used in: OperationRequest

message OpResponse

xla_data.proto:817

message OperationRequest

session.proto:26

Describes a single operation request.

Used in: SessionComputation

message OutfeedRequest

xla_data.proto:436

Used in: OpRequest

message PadRequest

xla_data.proto:539

Used in: OpRequest

message PaddingConfig

xla_data.proto:89

Describes the padding configuration for Pad operation. The padding amount on both edges as well as between the elements are specified for each dimension.

Used in: PadRequest

message PaddingConfig.PaddingConfigDimension

xla_data.proto:91

Describes the padding configuration for a dimension.

Used in: PaddingConfig

enum PaddingValue

xla_data.proto:66

Describes the value held inside padding elements.

Used in: Layout

message ParameterRequest

xla_data.proto:562

Used in: OpRequest

enum PrimitiveType

xla_data.proto:24

Primitive types are the individual values that can be held in rectangular multidimensional arrays. A description of the rectangular multidimensional array dimensions / primitive type is given by Shape, below.

Used in: ConvertRequest, Shape

message ProgramShape

xla_data.proto:168

Shape of the parameters and output of a computation (like a traditional function signature).

Used in: GetComputationShapeResponse

enum RandomDistribution

xla_data.proto:699

Used in: RngRequest

message RecvRequest

xla_data.proto:768

Used in: OpRequest

message ReducePrecisionRequest

xla_data.proto:757

Used in: OpRequest

message ReduceRequest

xla_data.proto:464

Used in: OpRequest

message ReduceWindowRequest

xla_data.proto:479

Used in: OpRequest

message ResetDeviceRequest

xla.proto:207

message ResetDeviceResponse

xla.proto:211

(message has no fields)

message ReshapeRequest

xla_data.proto:545

Used in: OpRequest

message ReverseRequest

xla_data.proto:529

Used in: OpRequest

message RngRequest

xla_data.proto:715

Used in: OpRequest

message SelectAndScatterRequest

xla_data.proto:508

Used in: OpRequest

message SendRequest

xla_data.proto:763

Used in: OpRequest

message SessionComputation

session.proto:50

Describes a sequence of operation requests which define an XLA computation.

Used in: SessionModule

message SessionModule

session.proto:68

Describes a group of SessionComputations with an "entry point" computation that may refer to the other non-entry (AKA embedded) computations. This message is used to serialize a computation that has been built via the XLA service API, along with its dependencies, for purposes such as analysis/replay/file-storage.

Used in: LoadComputationSnapshotRequest, SnapshotComputationResponse

message SetReturnValueRequest

xla.proto:245

message SetReturnValueResponse

xla.proto:250

(message has no fields)

message Shape

xla_data.proto:142

A shape describes the number of dimensions in the array, the size of each dimension, and the primitive component type. Tuples are a special case in that they have rank zero and have tuple_shapes defined. See the XLA documentation for more information on shapes and layouts.

Used in: CustomCallRequest, ExecutionOptions, GetLocalShapeResponse, GetShapeResponse, HloInstructionProto, InfeedRequest, LiteralProto, LoadDataRequest, LoadDataResponse, OperationRequest, OutfeedRequest, ParameterRequest, ProgramShape, RecvRequest, RngRequest, TransferFromOutfeedRequest, TransferToClientRequest

message SliceRequest

xla_data.proto:368

Used in: OpRequest

message SnapshotComputationRequest

xla.proto:140

message SnapshotComputationResponse

xla.proto:144

message SpecializeRequest

xla.proto:361

message SpecializeResponse

xla.proto:366

(message has no fields)

message TernaryOpRequest

xla_data.proto:738

Used in: OpRequest

enum TernaryOperation

xla_data.proto:721

Used in: TernaryOpRequest

message TraceRequest

xla_data.proto:577

Used in: OpRequest

message TransferFromOutfeedRequest

xla.proto:194

message TransferFromOutfeedResponse

xla.proto:203

message TransferToClientRequest

xla.proto:164

message TransferToClientResponse

xla.proto:172

message TransferToInfeedRequest

xla.proto:185

message TransferToInfeedResponse

xla.proto:191

(message has no fields)

message TransferToServerRequest

xla.proto:176

message TransferToServerResponse

xla.proto:181

message TransposeRequest

xla_data.proto:555

Used in: OpRequest

message UnaryOpRequest

xla_data.proto:642

Used in: OpRequest

enum UnaryOperation

xla_data.proto:602

Used in: UnaryOpRequest

message UnpackRequest

xla.proto:385

message UnpackResponse

xla.proto:389

message UnregisterRequest

xla.proto:238

message UnregisterResponse

xla.proto:242

(message has no fields)

message VariadicOpRequest

xla_data.proto:752

Used in: OpRequest

enum VariadicOperation

xla_data.proto:745

Used in: VariadicOpRequest

message WaitForExecutionRequest

xla.proto:295

message WaitForExecutionResponse

xla.proto:299

message WhileRequest

xla_data.proto:596

Used in: OpRequest

message Window

xla_data.proto:352

Describes the windowing in an operation such as convolution. The window is moved across a base area and for each position of the window a computation is performed. The field below describes the window and the movement of the window across a base area.

Used in: ConvolveRequest, ReduceWindowRequest, SelectAndScatterRequest

message WindowDimension

xla_data.proto:312

Used in: Window