package tensorflow.tfprof

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

message AdviceProto

tfprof_output.proto:106

message AdviceProto.Checker

tfprof_output.proto:109

Used in: AdviceProto

message AdvisorOptionsProto

tfprof_options.proto:28

message AdvisorOptionsProto.CheckerOption

tfprof_options.proto:31

Used in: AdvisorOptionsProto

message CodeDef

tfprof_log.proto:6

It specifies the Python callstack that creates an op.

Used in: OpLogEntry

message CodeDef.Trace

tfprof_log.proto:8

Used in: CodeDef

message GraphNodeProto

tfprof_output.proto:18

A node in TensorFlow graph. Used by scope/graph view.

Used in: MultiGraphNodeProto

message MultiGraphNodeProto

tfprof_output.proto:73

A node that groups multiple GraphNodeProto. Depending on the 'view', the semantics of the TFmultiGraphNodeProto is different: code view: A node groups all TensorFlow graph nodes created by the Python code. op view: A node groups all TensorFlow graph nodes that are of type of the op (e.g. MatMul, Conv2D).

message OpLogEntry

tfprof_log.proto:16

Used in: OpLogProto

message OpLogProto

tfprof_log.proto:30

message OptionsProto

tfprof_options.proto:7

Refers to tfprof_options.h/cc for documentation. Only used to pass tfprof options from Python to C++.

message TFProfTensorProto

tfprof_output.proto:8

Used in: GraphNodeProto