Uses of Class
org.tensorflow.proto.GraphDebugInfo.StackTrace.Builder
Packages that use GraphDebugInfo.StackTrace.Builder
-
Uses of GraphDebugInfo.StackTrace.Builder in org.tensorflow.proto
Subclasses with type arguments of type GraphDebugInfo.StackTrace.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classThis represents a stack trace which is a ordered list of `FileLineCol`.Methods in org.tensorflow.proto that return GraphDebugInfo.StackTrace.BuilderModifier and TypeMethodDescriptionGraphDebugInfo.StackTrace.Builder.addAllFileLineCols(Iterable<? extends GraphDebugInfo.FileLineCol> values) Deprecated.GraphDebugInfo.StackTrace.Builder.addAllFrameId(Iterable<? extends Long> values) repeated fixed64 frame_id = 2 [packed = true];GraphDebugInfo.StackTrace.Builder.addFileLineCols(int index, GraphDebugInfo.FileLineCol value) Deprecated.GraphDebugInfo.StackTrace.Builder.addFileLineCols(int index, GraphDebugInfo.FileLineCol.Builder builderForValue) Deprecated.GraphDebugInfo.StackTrace.Builder.addFileLineCols(GraphDebugInfo.FileLineCol value) Deprecated.GraphDebugInfo.StackTrace.Builder.addFileLineCols(GraphDebugInfo.FileLineCol.Builder builderForValue) Deprecated.GraphDebugInfo.StackTrace.Builder.addFrameId(long value) repeated fixed64 frame_id = 2 [packed = true];GraphDebugInfo.StackTrace.Builder.clear()GraphDebugInfo.StackTrace.Builder.clearFileLineCols()Deprecated.GraphDebugInfo.StackTrace.Builder.clearFrameId()repeated fixed64 frame_id = 2 [packed = true];GraphDebugInfo.StackTrace.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) GraphDebugInfo.StackTrace.Builder.mergeFrom(GraphDebugInfo.StackTrace other) GraphDebugInfo.StackTrace.newBuilder()GraphDebugInfo.StackTrace.newBuilder(GraphDebugInfo.StackTrace prototype) GraphDebugInfo.StackTrace.newBuilderForType()protected GraphDebugInfo.StackTrace.BuilderGraphDebugInfo.StackTrace.newBuilderForType(AbstractMessage.BuilderParent parent) GraphDebugInfo.Builder.putTracesBuilderIfAbsent(String key) Deprecated.GraphDebugInfo.Builder.putTracesByIdBuilderIfAbsent(long key) map<fixed64, .tensorflow.GraphDebugInfo.StackTrace> traces_by_id = 6;GraphDebugInfo.StackTrace.Builder.removeFileLineCols(int index) Deprecated.GraphDebugInfo.StackTrace.Builder.setFileLineCols(int index, GraphDebugInfo.FileLineCol value) Deprecated.GraphDebugInfo.StackTrace.Builder.setFileLineCols(int index, GraphDebugInfo.FileLineCol.Builder builderForValue) Deprecated.GraphDebugInfo.StackTrace.Builder.setFrameId(int index, long value) repeated fixed64 frame_id = 2 [packed = true];GraphDebugInfo.StackTrace.toBuilder()