Uses of Class
org.tensorflow.proto.GraphDebugInfo.Builder
Packages that use GraphDebugInfo.Builder
-
Uses of GraphDebugInfo.Builder in org.tensorflow.proto
Subclasses with type arguments of type GraphDebugInfo.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.GraphDebugInfoMethods in org.tensorflow.proto that return GraphDebugInfo.BuilderModifier and TypeMethodDescriptionGraphDebugInfo.Builder.addAllFiles(Iterable<String> values) This stores all the source code file names and can be indexed by the `file_index`.This stores all the source code file names and can be indexed by the `file_index`.GraphDebugInfo.Builder.addFilesBytes(ByteString value) This stores all the source code file names and can be indexed by the `file_index`.GraphDebugInfo.Builder.clear()GraphDebugInfo.Builder.clearFiles()This stores all the source code file names and can be indexed by the `file_index`.GraphDebugInfo.Builder.clearFramesById()GraphDebugInfo.Builder.clearNameToTraceId()GraphDebugInfo.Builder.clearTraces()GraphDebugInfo.Builder.clearTracesById()GraphDef.Builder.getDebugInfoBuilder()Stack traces for the nodes in this graph.GraphDebugInfo.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) GraphDebugInfo.Builder.mergeFrom(GraphDebugInfo other) static GraphDebugInfo.BuilderGraphDebugInfo.newBuilder()static GraphDebugInfo.BuilderGraphDebugInfo.newBuilder(GraphDebugInfo prototype) GraphDebugInfo.newBuilderForType()protected GraphDebugInfo.BuilderGraphDebugInfo.newBuilderForType(AbstractMessage.BuilderParent parent) GraphDebugInfo.Builder.putAllFramesById(Map<Long, GraphDebugInfo.FileLineCol> values) Stack traces and frames are uniqueified during construction.GraphDebugInfo.Builder.putAllNameToTraceId(Map<String, Long> values) This maps a node name to a trace id contained in `traces_by_id`.GraphDebugInfo.Builder.putAllTraces(Map<String, GraphDebugInfo.StackTrace> values) Deprecated.GraphDebugInfo.Builder.putAllTracesById(Map<Long, GraphDebugInfo.StackTrace> values) map<fixed64, .tensorflow.GraphDebugInfo.StackTrace> traces_by_id = 6;GraphDebugInfo.Builder.putFramesById(long key, GraphDebugInfo.FileLineCol value) Stack traces and frames are uniqueified during construction.GraphDebugInfo.Builder.putNameToTraceId(String key, long value) This maps a node name to a trace id contained in `traces_by_id`.GraphDebugInfo.Builder.putTraces(String key, GraphDebugInfo.StackTrace value) Deprecated.GraphDebugInfo.Builder.putTracesById(long key, GraphDebugInfo.StackTrace value) map<fixed64, .tensorflow.GraphDebugInfo.StackTrace> traces_by_id = 6;GraphDebugInfo.Builder.removeFramesById(long key) Stack traces and frames are uniqueified during construction.GraphDebugInfo.Builder.removeNameToTraceId(String key) This maps a node name to a trace id contained in `traces_by_id`.GraphDebugInfo.Builder.removeTraces(String key) Deprecated.GraphDebugInfo.Builder.removeTracesById(long key) map<fixed64, .tensorflow.GraphDebugInfo.StackTrace> traces_by_id = 6;This stores all the source code file names and can be indexed by the `file_index`.GraphDebugInfo.toBuilder()Methods in org.tensorflow.proto with parameters of type GraphDebugInfo.BuilderModifier and TypeMethodDescriptionGraphDef.Builder.setDebugInfo(GraphDebugInfo.Builder builderForValue) Stack traces for the nodes in this graph.