Class CodeLocation

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

public final class CodeLocation extends GeneratedMessageV3 implements CodeLocationOrBuilder
Code location information: A stack trace with host-name information.
Instead of encoding the detailed stack trace, this proto refers to IDs of
stack frames stored as `StackFrameWithId` protos.
Protobuf type tensorflow.CodeLocation
See Also: