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.addRepeatedField(Descriptors.FieldDescriptor field, Object value) StackFrameWithId.Builder.clear()StackFrameWithId.Builder.clearField(Descriptors.FieldDescriptor field) 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.StackFrameWithId.Builder.clearOneof(Descriptors.OneofDescriptor oneof) StackFrameWithId.Builder.clone()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) final StackFrameWithId.BuilderStackFrameWithId.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static StackFrameWithId.BuilderStackFrameWithId.newBuilder()static StackFrameWithId.BuilderStackFrameWithId.newBuilder(StackFrameWithId prototype) StackFrameWithId.newBuilderForType()protected StackFrameWithId.BuilderStackFrameWithId.newBuilderForType(GeneratedMessageV3.BuilderParent parent) StackFrameWithId.Builder.setField(Descriptors.FieldDescriptor field, Object value) 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.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) final StackFrameWithId.BuilderStackFrameWithId.Builder.setUnknownFields(UnknownFieldSet unknownFields) 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.