package tensorflow.profiler.op_profile

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

message Metrics

op_profile.proto:82

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

Used in: Node

message Node

op_profile.proto:35

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

Used in: Profile

message Node.InstructionCategory

op_profile.proto:49

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

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

Used in: Node

message Node.XLAInstruction.LayoutAnalysis

op_profile.proto:64

Used in: XLAInstruction

message Node.XLAInstruction.LayoutAnalysis.Dimension

op_profile.proto:67

Used in: LayoutAnalysis

message Profile

op_profile.proto:8

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