All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.framework.DebuggedSourceFiles Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/debug.proto

package org.tensorflow.framework;

/**
 * Protobuf type {@code tensorflow.DebuggedSourceFiles}
 */
public final class DebuggedSourceFiles extends
    org.nd4j.shade.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:tensorflow.DebuggedSourceFiles)
    DebuggedSourceFilesOrBuilder {
private static final long serialVersionUID = 0L;
  // Use DebuggedSourceFiles.newBuilder() to construct.
  private DebuggedSourceFiles(org.nd4j.shade.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private DebuggedSourceFiles() {
    sourceFiles_ = java.util.Collections.emptyList();
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new DebuggedSourceFiles();
  }

  @java.lang.Override
  public final org.nd4j.shade.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private DebuggedSourceFiles(
      org.nd4j.shade.protobuf.CodedInputStream input,
      org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
      throws org.nd4j.shade.protobuf.InvalidProtocolBufferException {
    this();
    if (extensionRegistry == null) {
      throw new java.lang.NullPointerException();
    }
    int mutable_bitField0_ = 0;
    org.nd4j.shade.protobuf.UnknownFieldSet.Builder unknownFields =
        org.nd4j.shade.protobuf.UnknownFieldSet.newBuilder();
    try {
      boolean done = false;
      while (!done) {
        int tag = input.readTag();
        switch (tag) {
          case 0:
            done = true;
            break;
          case 10: {
            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
              sourceFiles_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000001;
            }
            sourceFiles_.add(
                input.readMessage(org.tensorflow.framework.DebuggedSourceFile.parser(), extensionRegistry));
            break;
          }
          default: {
            if (!parseUnknownField(
                input, unknownFields, extensionRegistry, tag)) {
              done = true;
            }
            break;
          }
        }
      }
    } catch (org.nd4j.shade.protobuf.InvalidProtocolBufferException e) {
      throw e.setUnfinishedMessage(this);
    } catch (org.nd4j.shade.protobuf.UninitializedMessageException e) {
      throw e.asInvalidProtocolBufferException().setUnfinishedMessage(this);
    } catch (java.io.IOException e) {
      throw new org.nd4j.shade.protobuf.InvalidProtocolBufferException(
          e).setUnfinishedMessage(this);
    } finally {
      if (((mutable_bitField0_ & 0x00000001) != 0)) {
        sourceFiles_ = java.util.Collections.unmodifiableList(sourceFiles_);
      }
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final org.nd4j.shade.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return org.tensorflow.framework.DebugProtos.internal_static_tensorflow_DebuggedSourceFiles_descriptor;
  }

  @java.lang.Override
  protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return org.tensorflow.framework.DebugProtos.internal_static_tensorflow_DebuggedSourceFiles_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            org.tensorflow.framework.DebuggedSourceFiles.class, org.tensorflow.framework.DebuggedSourceFiles.Builder.class);
  }

  public static final int SOURCE_FILES_FIELD_NUMBER = 1;
  private java.util.List sourceFiles_;
  /**
   * 
   * A collection of source code files.
   * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ @java.lang.Override public java.util.List getSourceFilesList() { return sourceFiles_; } /** *
   * A collection of source code files.
   * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ @java.lang.Override public java.util.List getSourceFilesOrBuilderList() { return sourceFiles_; } /** *
   * A collection of source code files.
   * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ @java.lang.Override public int getSourceFilesCount() { return sourceFiles_.size(); } /** *
   * A collection of source code files.
   * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ @java.lang.Override public org.tensorflow.framework.DebuggedSourceFile getSourceFiles(int index) { return sourceFiles_.get(index); } /** *
   * A collection of source code files.
   * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ @java.lang.Override public org.tensorflow.framework.DebuggedSourceFileOrBuilder getSourceFilesOrBuilder( int index) { return sourceFiles_.get(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(org.nd4j.shade.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < sourceFiles_.size(); i++) { output.writeMessage(1, sourceFiles_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < sourceFiles_.size(); i++) { size += org.nd4j.shade.protobuf.CodedOutputStream .computeMessageSize(1, sourceFiles_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.tensorflow.framework.DebuggedSourceFiles)) { return super.equals(obj); } org.tensorflow.framework.DebuggedSourceFiles other = (org.tensorflow.framework.DebuggedSourceFiles) obj; if (!getSourceFilesList() .equals(other.getSourceFilesList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getSourceFilesCount() > 0) { hash = (37 * hash) + SOURCE_FILES_FIELD_NUMBER; hash = (53 * hash) + getSourceFilesList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.tensorflow.framework.DebuggedSourceFiles parseFrom( java.nio.ByteBuffer data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.tensorflow.framework.DebuggedSourceFiles parseFrom( java.nio.ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.tensorflow.framework.DebuggedSourceFiles parseFrom( org.nd4j.shade.protobuf.ByteString data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.tensorflow.framework.DebuggedSourceFiles parseFrom( org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.tensorflow.framework.DebuggedSourceFiles parseFrom(byte[] data) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.tensorflow.framework.DebuggedSourceFiles parseFrom( byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.tensorflow.framework.DebuggedSourceFiles parseFrom(java.io.InputStream input) throws java.io.IOException { return org.nd4j.shade.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.tensorflow.framework.DebuggedSourceFiles parseFrom( java.io.InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.nd4j.shade.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.tensorflow.framework.DebuggedSourceFiles parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return org.nd4j.shade.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.tensorflow.framework.DebuggedSourceFiles parseDelimitedFrom( java.io.InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.nd4j.shade.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.tensorflow.framework.DebuggedSourceFiles parseFrom( org.nd4j.shade.protobuf.CodedInputStream input) throws java.io.IOException { return org.nd4j.shade.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.tensorflow.framework.DebuggedSourceFiles parseFrom( org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return org.nd4j.shade.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.tensorflow.framework.DebuggedSourceFiles prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code tensorflow.DebuggedSourceFiles} */ public static final class Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:tensorflow.DebuggedSourceFiles) org.tensorflow.framework.DebuggedSourceFilesOrBuilder { public static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor() { return org.tensorflow.framework.DebugProtos.internal_static_tensorflow_DebuggedSourceFiles_descriptor; } @java.lang.Override protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.tensorflow.framework.DebugProtos.internal_static_tensorflow_DebuggedSourceFiles_fieldAccessorTable .ensureFieldAccessorsInitialized( org.tensorflow.framework.DebuggedSourceFiles.class, org.tensorflow.framework.DebuggedSourceFiles.Builder.class); } // Construct using org.tensorflow.framework.DebuggedSourceFiles.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (org.nd4j.shade.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getSourceFilesFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); if (sourceFilesBuilder_ == null) { sourceFiles_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { sourceFilesBuilder_.clear(); } return this; } @java.lang.Override public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.tensorflow.framework.DebugProtos.internal_static_tensorflow_DebuggedSourceFiles_descriptor; } @java.lang.Override public org.tensorflow.framework.DebuggedSourceFiles getDefaultInstanceForType() { return org.tensorflow.framework.DebuggedSourceFiles.getDefaultInstance(); } @java.lang.Override public org.tensorflow.framework.DebuggedSourceFiles build() { org.tensorflow.framework.DebuggedSourceFiles result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public org.tensorflow.framework.DebuggedSourceFiles buildPartial() { org.tensorflow.framework.DebuggedSourceFiles result = new org.tensorflow.framework.DebuggedSourceFiles(this); int from_bitField0_ = bitField0_; if (sourceFilesBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { sourceFiles_ = java.util.Collections.unmodifiableList(sourceFiles_); bitField0_ = (bitField0_ & ~0x00000001); } result.sourceFiles_ = sourceFiles_; } else { result.sourceFiles_ = sourceFilesBuilder_.build(); } onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(org.nd4j.shade.protobuf.Message other) { if (other instanceof org.tensorflow.framework.DebuggedSourceFiles) { return mergeFrom((org.tensorflow.framework.DebuggedSourceFiles)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.tensorflow.framework.DebuggedSourceFiles other) { if (other == org.tensorflow.framework.DebuggedSourceFiles.getDefaultInstance()) return this; if (sourceFilesBuilder_ == null) { if (!other.sourceFiles_.isEmpty()) { if (sourceFiles_.isEmpty()) { sourceFiles_ = other.sourceFiles_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureSourceFilesIsMutable(); sourceFiles_.addAll(other.sourceFiles_); } onChanged(); } } else { if (!other.sourceFiles_.isEmpty()) { if (sourceFilesBuilder_.isEmpty()) { sourceFilesBuilder_.dispose(); sourceFilesBuilder_ = null; sourceFiles_ = other.sourceFiles_; bitField0_ = (bitField0_ & ~0x00000001); sourceFilesBuilder_ = org.nd4j.shade.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getSourceFilesFieldBuilder() : null; } else { sourceFilesBuilder_.addAllMessages(other.sourceFiles_); } } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.tensorflow.framework.DebuggedSourceFiles parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (org.nd4j.shade.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.tensorflow.framework.DebuggedSourceFiles) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List sourceFiles_ = java.util.Collections.emptyList(); private void ensureSourceFilesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { sourceFiles_ = new java.util.ArrayList(sourceFiles_); bitField0_ |= 0x00000001; } } private org.nd4j.shade.protobuf.RepeatedFieldBuilderV3< org.tensorflow.framework.DebuggedSourceFile, org.tensorflow.framework.DebuggedSourceFile.Builder, org.tensorflow.framework.DebuggedSourceFileOrBuilder> sourceFilesBuilder_; /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public java.util.List getSourceFilesList() { if (sourceFilesBuilder_ == null) { return java.util.Collections.unmodifiableList(sourceFiles_); } else { return sourceFilesBuilder_.getMessageList(); } } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public int getSourceFilesCount() { if (sourceFilesBuilder_ == null) { return sourceFiles_.size(); } else { return sourceFilesBuilder_.getCount(); } } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public org.tensorflow.framework.DebuggedSourceFile getSourceFiles(int index) { if (sourceFilesBuilder_ == null) { return sourceFiles_.get(index); } else { return sourceFilesBuilder_.getMessage(index); } } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public Builder setSourceFiles( int index, org.tensorflow.framework.DebuggedSourceFile value) { if (sourceFilesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSourceFilesIsMutable(); sourceFiles_.set(index, value); onChanged(); } else { sourceFilesBuilder_.setMessage(index, value); } return this; } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public Builder setSourceFiles( int index, org.tensorflow.framework.DebuggedSourceFile.Builder builderForValue) { if (sourceFilesBuilder_ == null) { ensureSourceFilesIsMutable(); sourceFiles_.set(index, builderForValue.build()); onChanged(); } else { sourceFilesBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public Builder addSourceFiles(org.tensorflow.framework.DebuggedSourceFile value) { if (sourceFilesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSourceFilesIsMutable(); sourceFiles_.add(value); onChanged(); } else { sourceFilesBuilder_.addMessage(value); } return this; } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public Builder addSourceFiles( int index, org.tensorflow.framework.DebuggedSourceFile value) { if (sourceFilesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSourceFilesIsMutable(); sourceFiles_.add(index, value); onChanged(); } else { sourceFilesBuilder_.addMessage(index, value); } return this; } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public Builder addSourceFiles( org.tensorflow.framework.DebuggedSourceFile.Builder builderForValue) { if (sourceFilesBuilder_ == null) { ensureSourceFilesIsMutable(); sourceFiles_.add(builderForValue.build()); onChanged(); } else { sourceFilesBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public Builder addSourceFiles( int index, org.tensorflow.framework.DebuggedSourceFile.Builder builderForValue) { if (sourceFilesBuilder_ == null) { ensureSourceFilesIsMutable(); sourceFiles_.add(index, builderForValue.build()); onChanged(); } else { sourceFilesBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public Builder addAllSourceFiles( java.lang.Iterable values) { if (sourceFilesBuilder_ == null) { ensureSourceFilesIsMutable(); org.nd4j.shade.protobuf.AbstractMessageLite.Builder.addAll( values, sourceFiles_); onChanged(); } else { sourceFilesBuilder_.addAllMessages(values); } return this; } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public Builder clearSourceFiles() { if (sourceFilesBuilder_ == null) { sourceFiles_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { sourceFilesBuilder_.clear(); } return this; } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public Builder removeSourceFiles(int index) { if (sourceFilesBuilder_ == null) { ensureSourceFilesIsMutable(); sourceFiles_.remove(index); onChanged(); } else { sourceFilesBuilder_.remove(index); } return this; } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public org.tensorflow.framework.DebuggedSourceFile.Builder getSourceFilesBuilder( int index) { return getSourceFilesFieldBuilder().getBuilder(index); } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public org.tensorflow.framework.DebuggedSourceFileOrBuilder getSourceFilesOrBuilder( int index) { if (sourceFilesBuilder_ == null) { return sourceFiles_.get(index); } else { return sourceFilesBuilder_.getMessageOrBuilder(index); } } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public java.util.List getSourceFilesOrBuilderList() { if (sourceFilesBuilder_ != null) { return sourceFilesBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(sourceFiles_); } } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public org.tensorflow.framework.DebuggedSourceFile.Builder addSourceFilesBuilder() { return getSourceFilesFieldBuilder().addBuilder( org.tensorflow.framework.DebuggedSourceFile.getDefaultInstance()); } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public org.tensorflow.framework.DebuggedSourceFile.Builder addSourceFilesBuilder( int index) { return getSourceFilesFieldBuilder().addBuilder( index, org.tensorflow.framework.DebuggedSourceFile.getDefaultInstance()); } /** *
     * A collection of source code files.
     * 
* * repeated .tensorflow.DebuggedSourceFile source_files = 1; */ public java.util.List getSourceFilesBuilderList() { return getSourceFilesFieldBuilder().getBuilderList(); } private org.nd4j.shade.protobuf.RepeatedFieldBuilderV3< org.tensorflow.framework.DebuggedSourceFile, org.tensorflow.framework.DebuggedSourceFile.Builder, org.tensorflow.framework.DebuggedSourceFileOrBuilder> getSourceFilesFieldBuilder() { if (sourceFilesBuilder_ == null) { sourceFilesBuilder_ = new org.nd4j.shade.protobuf.RepeatedFieldBuilderV3< org.tensorflow.framework.DebuggedSourceFile, org.tensorflow.framework.DebuggedSourceFile.Builder, org.tensorflow.framework.DebuggedSourceFileOrBuilder>( sourceFiles_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); sourceFiles_ = null; } return sourceFilesBuilder_; } @java.lang.Override public final Builder setUnknownFields( final org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:tensorflow.DebuggedSourceFiles) } // @@protoc_insertion_point(class_scope:tensorflow.DebuggedSourceFiles) private static final org.tensorflow.framework.DebuggedSourceFiles DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.tensorflow.framework.DebuggedSourceFiles(); } public static org.tensorflow.framework.DebuggedSourceFiles getDefaultInstance() { return DEFAULT_INSTANCE; } private static final org.nd4j.shade.protobuf.Parser PARSER = new org.nd4j.shade.protobuf.AbstractParser() { @java.lang.Override public DebuggedSourceFiles parsePartialFrom( org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws org.nd4j.shade.protobuf.InvalidProtocolBufferException { return new DebuggedSourceFiles(input, extensionRegistry); } }; public static org.nd4j.shade.protobuf.Parser parser() { return PARSER; } @java.lang.Override public org.nd4j.shade.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public org.tensorflow.framework.DebuggedSourceFiles getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy