package tensorflow.tpu.op_profile

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

message Metrics

op_profile.proto:52

Measurements of an operation (or aggregated set of operations). Metrics are always "total" rather than "self".

Used in: Node

message Node

op_profile.proto:14

An entry in the profile tree. (An instruction, or set of instructions).

Used in: Profile

message Node.InstructionCategory

op_profile.proto:26

A category of XLA instructions. name is a descriptive string, like "data formatting".

Used in: Node

(message has no fields)

message Node.XLAInstruction

op_profile.proto:30

A single XLA instruction. name is the unique instruction id, like "%multiply.5".

Used in: Node

message Node.XLAInstruction.LayoutAnalysis

op_profile.proto:38

Used in: XLAInstruction

message Node.XLAInstruction.LayoutAnalysis.Dimension

op_profile.proto:41

Used in: LayoutAnalysis

message Profile

op_profile.proto:6

Profile is the top-level data that summarizes a program.

Used in: ProfileResponse