package tensorflow.profiler.op_profile

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

message Metrics

op_profile.proto:65

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

Used in: Node

message Node

op_profile.proto:25

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

Used in: Profile

message Node.InstructionCategory

op_profile.proto:39

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

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

Used in: Node

message Node.XLAInstruction.LayoutAnalysis

op_profile.proto:51

Used in: XLAInstruction

message Node.XLAInstruction.LayoutAnalysis.Dimension

op_profile.proto:54

Used in: LayoutAnalysis

message Profile

op_profile.proto:6

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