Uses of Class
org.tensorflow.proto.StackFrameWithId.Builder
Packages that use StackFrameWithId.Builder
-
Uses of StackFrameWithId.Builder in org.tensorflow.proto
Subclasses with type arguments of type StackFrameWithId.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classA stack frame with ID.Methods in org.tensorflow.proto that return StackFrameWithId.BuilderModifier and TypeMethodDescriptionStackFrameWithId.Builder.clear()StackFrameWithId.Builder.clearFileLineCol()Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available).StackFrameWithId.Builder.clearId()A unique ID for the stack frame: A UUID-like string.DebugEvent.Builder.getStackFrameWithIdBuilder()A stack frame (filename, line number and column number, function name and code string) with ID.StackFrameWithId.Builder.mergeFileLineCol(GraphDebugInfo.FileLineCol value) Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available).StackFrameWithId.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) StackFrameWithId.Builder.mergeFrom(StackFrameWithId other) static StackFrameWithId.BuilderStackFrameWithId.newBuilder()static StackFrameWithId.BuilderStackFrameWithId.newBuilder(StackFrameWithId prototype) StackFrameWithId.newBuilderForType()protected StackFrameWithId.BuilderStackFrameWithId.newBuilderForType(AbstractMessage.BuilderParent parent) StackFrameWithId.Builder.setFileLineCol(GraphDebugInfo.FileLineCol value) Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available).StackFrameWithId.Builder.setFileLineCol(GraphDebugInfo.FileLineCol.Builder builderForValue) Stack frame, i.e., a frame of a stack trace, containing information regarding the file name, line number, function name, code content of the line, and column number (if available).A unique ID for the stack frame: A UUID-like string.StackFrameWithId.Builder.setIdBytes(ByteString value) A unique ID for the stack frame: A UUID-like string.StackFrameWithId.toBuilder()Methods in org.tensorflow.proto with parameters of type StackFrameWithId.BuilderModifier and TypeMethodDescriptionDebugEvent.Builder.setStackFrameWithId(StackFrameWithId.Builder builderForValue) A stack frame (filename, line number and column number, function name and code string) with ID.