Class GraphExecutionTrace

All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, GraphExecutionTraceOrBuilder

public final class GraphExecutionTrace extends GeneratedMessageV3 implements GraphExecutionTraceOrBuilder
Data relating to an execution of a Graph (e.g., an eager execution of a
FuncGraph).
The values of the intermediate tensors computed in the graph are recorded
in this proto. A graph execution may correspond to one or more pieces of
`GraphExecutionTrace`, depending on whether the instrumented tensor values
are summarized in an aggregated or separate fashion.
Protobuf type tensorflow.GraphExecutionTrace
See Also: