Uses of Class
org.tensorflow.framework.GraphDebugInfo.FileLineCol.Builder
Packages that use GraphDebugInfo.FileLineCol.Builder
-
Uses of GraphDebugInfo.FileLineCol.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return GraphDebugInfo.FileLineCol.BuilderModifier and TypeMethodDescriptionGraphDebugInfo.StackTrace.Builder.addFileLineColsBuilder()Deprecated.GraphDebugInfo.StackTrace.Builder.addFileLineColsBuilder(int index) Deprecated.GraphDebugInfo.FileLineCol.Builder.addRepeatedField(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.Descriptors.OneofDescriptor oneof) GraphDebugInfo.FileLineCol.Builder.clone()GraphDebugInfo.StackTrace.Builder.getFileLineColsBuilder(int index) Deprecated.GraphDebugInfo.FileLineCol.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GraphDebugInfo.FileLineCol.Builder.mergeFrom(com.google.protobuf.Message other) GraphDebugInfo.FileLineCol.Builder.mergeFrom(GraphDebugInfo.FileLineCol other) GraphDebugInfo.FileLineCol.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GraphDebugInfo.FileLineCol.newBuilder()GraphDebugInfo.FileLineCol.newBuilder(GraphDebugInfo.FileLineCol prototype) GraphDebugInfo.FileLineCol.newBuilderForType()protected GraphDebugInfo.FileLineCol.BuilderGraphDebugInfo.FileLineCol.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) GraphDebugInfo.Builder.putFramesByIdBuilderIfAbsent(long key) Stack traces and frames are uniqueified during construction.Source code contained in this file line.GraphDebugInfo.FileLineCol.Builder.setCodeBytes(com.google.protobuf.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(com.google.protobuf.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(com.google.protobuf.ByteString value) Name of function contains the file line.GraphDebugInfo.FileLineCol.Builder.setLine(int value) Line number in the file.GraphDebugInfo.FileLineCol.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) GraphDebugInfo.FileLineCol.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GraphDebugInfo.FileLineCol.toBuilder()Methods in org.tensorflow.framework that return types with arguments of type GraphDebugInfo.FileLineCol.BuilderModifier and TypeMethodDescriptionGraphDebugInfo.StackTrace.Builder.getFileLineColsBuilderList()Deprecated.Methods in org.tensorflow.framework 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.GraphDebugInfo.StackTrace.Builder.setFileLineCols(int index, GraphDebugInfo.FileLineCol.Builder builderForValue) Deprecated.