Class GraphExecutionTrace.Builder

All Implemented Interfaces:
Message.Builder, MessageLite.Builder, MessageLiteOrBuilder, MessageOrBuilder, Cloneable, GraphExecutionTraceOrBuilder
Enclosing class:
GraphExecutionTrace

public static final class GraphExecutionTrace.Builder extends GeneratedMessageV3.Builder<GraphExecutionTrace.Builder> 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