Uses of Class
org.tensorflow.framework.GraphDebugInfo.Builder
Packages that use GraphDebugInfo.Builder
-
Uses of GraphDebugInfo.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework 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(com.google.protobuf.ByteString value) This stores all the source code file names and can be indexed by the `file_index`.GraphDebugInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GraphDebugInfo.Builder.clear()GraphDebugInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) 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.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GraphDebugInfo.Builder.clearTraces()GraphDebugInfo.Builder.clearTracesById()GraphDebugInfo.Builder.clone()GraphDef.Builder.getDebugInfoBuilder()Stack traces for the nodes in this graph.GraphDebugInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GraphDebugInfo.Builder.mergeFrom(com.google.protobuf.Message other) GraphDebugInfo.Builder.mergeFrom(GraphDebugInfo other) final GraphDebugInfo.BuilderGraphDebugInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static GraphDebugInfo.BuilderGraphDebugInfo.newBuilder()static GraphDebugInfo.BuilderGraphDebugInfo.newBuilder(GraphDebugInfo prototype) GraphDebugInfo.newBuilderForType()protected GraphDebugInfo.BuilderGraphDebugInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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;GraphDebugInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) This stores all the source code file names and can be indexed by the `file_index`.GraphDebugInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final GraphDebugInfo.BuilderGraphDebugInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GraphDebugInfo.toBuilder()Methods in org.tensorflow.framework with parameters of type GraphDebugInfo.BuilderModifier and TypeMethodDescriptionGraphDef.Builder.setDebugInfo(GraphDebugInfo.Builder builderForValue) Stack traces for the nodes in this graph.