Uses of Class
org.tensorflow.proto.CodeLocation.Builder
Packages that use CodeLocation.Builder
-
Uses of CodeLocation.Builder in org.tensorflow.proto
Subclasses with type arguments of type CodeLocation.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classCode location information: A stack trace with host-name information.Methods in org.tensorflow.proto that return CodeLocation.BuilderModifier and TypeMethodDescriptionCodeLocation.Builder.addAllStackFrameIds(Iterable<String> values) ID to a stack frame, each of which is pointed to by a unique ID.CodeLocation.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) CodeLocation.Builder.addStackFrameIds(String value) ID to a stack frame, each of which is pointed to by a unique ID.CodeLocation.Builder.addStackFrameIdsBytes(ByteString value) ID to a stack frame, each of which is pointed to by a unique ID.CodeLocation.Builder.clear()CodeLocation.Builder.clearField(Descriptors.FieldDescriptor field) CodeLocation.Builder.clearHostName()Host name on which the source files are located.CodeLocation.Builder.clearOneof(Descriptors.OneofDescriptor oneof) CodeLocation.Builder.clearStackFrameIds()ID to a stack frame, each of which is pointed to by a unique ID.CodeLocation.Builder.clone()Execution.Builder.getCodeLocationBuilder()Stack trace of the eager execution.GraphOpCreation.Builder.getCodeLocationBuilder()The unique ID for code location (stack trace) of the op's creation.CodeLocation.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) CodeLocation.Builder.mergeFrom(CodeLocation other) final CodeLocation.BuilderCodeLocation.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static CodeLocation.BuilderCodeLocation.newBuilder()static CodeLocation.BuilderCodeLocation.newBuilder(CodeLocation prototype) CodeLocation.newBuilderForType()protected CodeLocation.BuilderCodeLocation.newBuilderForType(GeneratedMessageV3.BuilderParent parent) CodeLocation.Builder.setField(Descriptors.FieldDescriptor field, Object value) CodeLocation.Builder.setHostName(String value) Host name on which the source files are located.CodeLocation.Builder.setHostNameBytes(ByteString value) Host name on which the source files are located.CodeLocation.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) CodeLocation.Builder.setStackFrameIds(int index, String value) ID to a stack frame, each of which is pointed to by a unique ID.final CodeLocation.BuilderCodeLocation.Builder.setUnknownFields(UnknownFieldSet unknownFields) CodeLocation.toBuilder()Methods in org.tensorflow.proto with parameters of type CodeLocation.BuilderModifier and TypeMethodDescriptionExecution.Builder.setCodeLocation(CodeLocation.Builder builderForValue) Stack trace of the eager execution.GraphOpCreation.Builder.setCodeLocation(CodeLocation.Builder builderForValue) The unique ID for code location (stack trace) of the op's creation.