Uses of Class
org.tensorflow.proto.GraphDebugInfo.FileLineCol.Builder
Packages that use GraphDebugInfo.FileLineCol.Builder
-
Uses of GraphDebugInfo.FileLineCol.Builder in org.tensorflow.proto
Subclasses with type arguments of type GraphDebugInfo.FileLineCol.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classThis represents a file/line location in the source code.Methods in org.tensorflow.proto that return GraphDebugInfo.FileLineCol.BuilderModifier and TypeMethodDescriptionGraphDebugInfo.StackTrace.Builder.addFileLineColsBuilder()Deprecated.GraphDebugInfo.StackTrace.Builder.addFileLineColsBuilder(int index) Deprecated.GraphDebugInfo.FileLineCol.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) GraphDebugInfo.FileLineCol.Builder.clear()GraphDebugInfo.FileLineCol.Builder.clearCode()Source code contained in this file line.GraphDebugInfo.FileLineCol.Builder.clearCol()Col number in the file line.GraphDebugInfo.FileLineCol.Builder.clearField(Descriptors.FieldDescriptor field) GraphDebugInfo.FileLineCol.Builder.clearFileIndex()File name index, which can be used to retrieve the file name string from `files`.GraphDebugInfo.FileLineCol.Builder.clearFunc()Name of function contains the file line.GraphDebugInfo.FileLineCol.Builder.clearLine()Line number in the file.GraphDebugInfo.FileLineCol.Builder.clearOneof(Descriptors.OneofDescriptor oneof) GraphDebugInfo.FileLineCol.Builder.clone()StackFrameWithId.Builder.getFileLineColBuilder()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).GraphDebugInfo.StackTrace.Builder.getFileLineColsBuilder(int index) Deprecated.GraphDebugInfo.FileLineCol.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) GraphDebugInfo.FileLineCol.Builder.mergeFrom(GraphDebugInfo.FileLineCol other) GraphDebugInfo.FileLineCol.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) GraphDebugInfo.FileLineCol.newBuilder()GraphDebugInfo.FileLineCol.newBuilder(GraphDebugInfo.FileLineCol prototype) GraphDebugInfo.FileLineCol.newBuilderForType()protected GraphDebugInfo.FileLineCol.BuilderGraphDebugInfo.FileLineCol.newBuilderForType(GeneratedMessageV3.BuilderParent parent) Source code contained in this file line.GraphDebugInfo.FileLineCol.Builder.setCodeBytes(ByteString value) Source code contained in this file line.GraphDebugInfo.FileLineCol.Builder.setCol(int value) Col number in the file line.GraphDebugInfo.FileLineCol.Builder.setField(Descriptors.FieldDescriptor field, Object value) GraphDebugInfo.FileLineCol.Builder.setFileIndex(int value) File name index, which can be used to retrieve the file name string from `files`.Name of function contains the file line.GraphDebugInfo.FileLineCol.Builder.setFuncBytes(ByteString value) Name of function contains the file line.GraphDebugInfo.FileLineCol.Builder.setLine(int value) Line number in the file.GraphDebugInfo.FileLineCol.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) GraphDebugInfo.FileLineCol.Builder.setUnknownFields(UnknownFieldSet unknownFields) GraphDebugInfo.FileLineCol.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type GraphDebugInfo.FileLineCol.BuilderModifier and TypeMethodDescriptionGraphDebugInfo.StackTrace.Builder.getFileLineColsBuilderList()Deprecated.Methods in org.tensorflow.proto with parameters of type GraphDebugInfo.FileLineCol.BuilderModifier and TypeMethodDescriptionGraphDebugInfo.StackTrace.Builder.addFileLineCols(int index, GraphDebugInfo.FileLineCol.Builder builderForValue) Deprecated.GraphDebugInfo.StackTrace.Builder.addFileLineCols(GraphDebugInfo.FileLineCol.Builder builderForValue) Deprecated.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).GraphDebugInfo.StackTrace.Builder.setFileLineCols(int index, GraphDebugInfo.FileLineCol.Builder builderForValue) Deprecated.