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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/saved_model.proto

package org.tensorflow.framework;

/**
 * 
 * SavedModel is the high level serialization format for TensorFlow Models.
 * See [todo: doc links, similar to session_bundle] for more information.
 * 
* * Protobuf type {@code tensorflow.SavedModel} */ public final class SavedModel extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:tensorflow.SavedModel) SavedModelOrBuilder { // Use SavedModel.newBuilder() to construct. private SavedModel(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private SavedModel() { savedModelSchemaVersion_ = 0L; metaGraphs_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private SavedModel( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 8: { savedModelSchemaVersion_ = input.readInt64(); break; } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { metaGraphs_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } metaGraphs_.add( input.readMessage(org.tensorflow.framework.MetaGraphDef.parser(), extensionRegistry)); break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { metaGraphs_ = java.util.Collections.unmodifiableList(metaGraphs_); } makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.tensorflow.framework.SavedModelProtos.internal_static_tensorflow_SavedModel_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.tensorflow.framework.SavedModelProtos.internal_static_tensorflow_SavedModel_fieldAccessorTable .ensureFieldAccessorsInitialized( org.tensorflow.framework.SavedModel.class, org.tensorflow.framework.SavedModel.Builder.class); } private int bitField0_; public static final int SAVED_MODEL_SCHEMA_VERSION_FIELD_NUMBER = 1; private long savedModelSchemaVersion_; /** *
   * The schema version of the SavedModel instance. Used for versioning when
   * making future changes to the specification/implementation. Initial value
   * at release will be 1.
   * 
* * int64 saved_model_schema_version = 1; */ public long getSavedModelSchemaVersion() { return savedModelSchemaVersion_; } public static final int META_GRAPHS_FIELD_NUMBER = 2; private java.util.List metaGraphs_; /** *
   * One or more MetaGraphs.
   * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public java.util.List getMetaGraphsList() { return metaGraphs_; } /** *
   * One or more MetaGraphs.
   * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public java.util.List getMetaGraphsOrBuilderList() { return metaGraphs_; } /** *
   * One or more MetaGraphs.
   * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public int getMetaGraphsCount() { return metaGraphs_.size(); } /** *
   * One or more MetaGraphs.
   * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public org.tensorflow.framework.MetaGraphDef getMetaGraphs(int index) { return metaGraphs_.get(index); } /** *
   * One or more MetaGraphs.
   * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public org.tensorflow.framework.MetaGraphDefOrBuilder getMetaGraphsOrBuilder( int index) { return metaGraphs_.get(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (savedModelSchemaVersion_ != 0L) { output.writeInt64(1, savedModelSchemaVersion_); } for (int i = 0; i < metaGraphs_.size(); i++) { output.writeMessage(2, metaGraphs_.get(i)); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (savedModelSchemaVersion_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(1, savedModelSchemaVersion_); } for (int i = 0; i < metaGraphs_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, metaGraphs_.get(i)); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.tensorflow.framework.SavedModel)) { return super.equals(obj); } org.tensorflow.framework.SavedModel other = (org.tensorflow.framework.SavedModel) obj; boolean result = true; result = result && (getSavedModelSchemaVersion() == other.getSavedModelSchemaVersion()); result = result && getMetaGraphsList() .equals(other.getMetaGraphsList()); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + SAVED_MODEL_SCHEMA_VERSION_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getSavedModelSchemaVersion()); if (getMetaGraphsCount() > 0) { hash = (37 * hash) + META_GRAPHS_FIELD_NUMBER; hash = (53 * hash) + getMetaGraphsList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.tensorflow.framework.SavedModel parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.tensorflow.framework.SavedModel parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.tensorflow.framework.SavedModel parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.tensorflow.framework.SavedModel parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.tensorflow.framework.SavedModel parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.tensorflow.framework.SavedModel parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.tensorflow.framework.SavedModel parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.tensorflow.framework.SavedModel parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.tensorflow.framework.SavedModel parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.tensorflow.framework.SavedModel parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.tensorflow.framework.SavedModel parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.tensorflow.framework.SavedModel parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.tensorflow.framework.SavedModel prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * SavedModel is the high level serialization format for TensorFlow Models.
   * See [todo: doc links, similar to session_bundle] for more information.
   * 
* * Protobuf type {@code tensorflow.SavedModel} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:tensorflow.SavedModel) org.tensorflow.framework.SavedModelOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.tensorflow.framework.SavedModelProtos.internal_static_tensorflow_SavedModel_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.tensorflow.framework.SavedModelProtos.internal_static_tensorflow_SavedModel_fieldAccessorTable .ensureFieldAccessorsInitialized( org.tensorflow.framework.SavedModel.class, org.tensorflow.framework.SavedModel.Builder.class); } // Construct using org.tensorflow.framework.SavedModel.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getMetaGraphsFieldBuilder(); } } public Builder clear() { super.clear(); savedModelSchemaVersion_ = 0L; if (metaGraphsBuilder_ == null) { metaGraphs_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { metaGraphsBuilder_.clear(); } return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.tensorflow.framework.SavedModelProtos.internal_static_tensorflow_SavedModel_descriptor; } public org.tensorflow.framework.SavedModel getDefaultInstanceForType() { return org.tensorflow.framework.SavedModel.getDefaultInstance(); } public org.tensorflow.framework.SavedModel build() { org.tensorflow.framework.SavedModel result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.tensorflow.framework.SavedModel buildPartial() { org.tensorflow.framework.SavedModel result = new org.tensorflow.framework.SavedModel(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.savedModelSchemaVersion_ = savedModelSchemaVersion_; if (metaGraphsBuilder_ == null) { if (((bitField0_ & 0x00000002) == 0x00000002)) { metaGraphs_ = java.util.Collections.unmodifiableList(metaGraphs_); bitField0_ = (bitField0_ & ~0x00000002); } result.metaGraphs_ = metaGraphs_; } else { result.metaGraphs_ = metaGraphsBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof org.tensorflow.framework.SavedModel) { return mergeFrom((org.tensorflow.framework.SavedModel)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.tensorflow.framework.SavedModel other) { if (other == org.tensorflow.framework.SavedModel.getDefaultInstance()) return this; if (other.getSavedModelSchemaVersion() != 0L) { setSavedModelSchemaVersion(other.getSavedModelSchemaVersion()); } if (metaGraphsBuilder_ == null) { if (!other.metaGraphs_.isEmpty()) { if (metaGraphs_.isEmpty()) { metaGraphs_ = other.metaGraphs_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureMetaGraphsIsMutable(); metaGraphs_.addAll(other.metaGraphs_); } onChanged(); } } else { if (!other.metaGraphs_.isEmpty()) { if (metaGraphsBuilder_.isEmpty()) { metaGraphsBuilder_.dispose(); metaGraphsBuilder_ = null; metaGraphs_ = other.metaGraphs_; bitField0_ = (bitField0_ & ~0x00000002); metaGraphsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getMetaGraphsFieldBuilder() : null; } else { metaGraphsBuilder_.addAllMessages(other.metaGraphs_); } } } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.tensorflow.framework.SavedModel parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.tensorflow.framework.SavedModel) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private long savedModelSchemaVersion_ ; /** *
     * The schema version of the SavedModel instance. Used for versioning when
     * making future changes to the specification/implementation. Initial value
     * at release will be 1.
     * 
* * int64 saved_model_schema_version = 1; */ public long getSavedModelSchemaVersion() { return savedModelSchemaVersion_; } /** *
     * The schema version of the SavedModel instance. Used for versioning when
     * making future changes to the specification/implementation. Initial value
     * at release will be 1.
     * 
* * int64 saved_model_schema_version = 1; */ public Builder setSavedModelSchemaVersion(long value) { savedModelSchemaVersion_ = value; onChanged(); return this; } /** *
     * The schema version of the SavedModel instance. Used for versioning when
     * making future changes to the specification/implementation. Initial value
     * at release will be 1.
     * 
* * int64 saved_model_schema_version = 1; */ public Builder clearSavedModelSchemaVersion() { savedModelSchemaVersion_ = 0L; onChanged(); return this; } private java.util.List metaGraphs_ = java.util.Collections.emptyList(); private void ensureMetaGraphsIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { metaGraphs_ = new java.util.ArrayList(metaGraphs_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< org.tensorflow.framework.MetaGraphDef, org.tensorflow.framework.MetaGraphDef.Builder, org.tensorflow.framework.MetaGraphDefOrBuilder> metaGraphsBuilder_; /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public java.util.List getMetaGraphsList() { if (metaGraphsBuilder_ == null) { return java.util.Collections.unmodifiableList(metaGraphs_); } else { return metaGraphsBuilder_.getMessageList(); } } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public int getMetaGraphsCount() { if (metaGraphsBuilder_ == null) { return metaGraphs_.size(); } else { return metaGraphsBuilder_.getCount(); } } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public org.tensorflow.framework.MetaGraphDef getMetaGraphs(int index) { if (metaGraphsBuilder_ == null) { return metaGraphs_.get(index); } else { return metaGraphsBuilder_.getMessage(index); } } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public Builder setMetaGraphs( int index, org.tensorflow.framework.MetaGraphDef value) { if (metaGraphsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMetaGraphsIsMutable(); metaGraphs_.set(index, value); onChanged(); } else { metaGraphsBuilder_.setMessage(index, value); } return this; } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public Builder setMetaGraphs( int index, org.tensorflow.framework.MetaGraphDef.Builder builderForValue) { if (metaGraphsBuilder_ == null) { ensureMetaGraphsIsMutable(); metaGraphs_.set(index, builderForValue.build()); onChanged(); } else { metaGraphsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public Builder addMetaGraphs(org.tensorflow.framework.MetaGraphDef value) { if (metaGraphsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMetaGraphsIsMutable(); metaGraphs_.add(value); onChanged(); } else { metaGraphsBuilder_.addMessage(value); } return this; } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public Builder addMetaGraphs( int index, org.tensorflow.framework.MetaGraphDef value) { if (metaGraphsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureMetaGraphsIsMutable(); metaGraphs_.add(index, value); onChanged(); } else { metaGraphsBuilder_.addMessage(index, value); } return this; } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public Builder addMetaGraphs( org.tensorflow.framework.MetaGraphDef.Builder builderForValue) { if (metaGraphsBuilder_ == null) { ensureMetaGraphsIsMutable(); metaGraphs_.add(builderForValue.build()); onChanged(); } else { metaGraphsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public Builder addMetaGraphs( int index, org.tensorflow.framework.MetaGraphDef.Builder builderForValue) { if (metaGraphsBuilder_ == null) { ensureMetaGraphsIsMutable(); metaGraphs_.add(index, builderForValue.build()); onChanged(); } else { metaGraphsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public Builder addAllMetaGraphs( java.lang.Iterable values) { if (metaGraphsBuilder_ == null) { ensureMetaGraphsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, metaGraphs_); onChanged(); } else { metaGraphsBuilder_.addAllMessages(values); } return this; } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public Builder clearMetaGraphs() { if (metaGraphsBuilder_ == null) { metaGraphs_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { metaGraphsBuilder_.clear(); } return this; } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public Builder removeMetaGraphs(int index) { if (metaGraphsBuilder_ == null) { ensureMetaGraphsIsMutable(); metaGraphs_.remove(index); onChanged(); } else { metaGraphsBuilder_.remove(index); } return this; } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public org.tensorflow.framework.MetaGraphDef.Builder getMetaGraphsBuilder( int index) { return getMetaGraphsFieldBuilder().getBuilder(index); } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public org.tensorflow.framework.MetaGraphDefOrBuilder getMetaGraphsOrBuilder( int index) { if (metaGraphsBuilder_ == null) { return metaGraphs_.get(index); } else { return metaGraphsBuilder_.getMessageOrBuilder(index); } } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public java.util.List getMetaGraphsOrBuilderList() { if (metaGraphsBuilder_ != null) { return metaGraphsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(metaGraphs_); } } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public org.tensorflow.framework.MetaGraphDef.Builder addMetaGraphsBuilder() { return getMetaGraphsFieldBuilder().addBuilder( org.tensorflow.framework.MetaGraphDef.getDefaultInstance()); } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public org.tensorflow.framework.MetaGraphDef.Builder addMetaGraphsBuilder( int index) { return getMetaGraphsFieldBuilder().addBuilder( index, org.tensorflow.framework.MetaGraphDef.getDefaultInstance()); } /** *
     * One or more MetaGraphs.
     * 
* * repeated .tensorflow.MetaGraphDef meta_graphs = 2; */ public java.util.List getMetaGraphsBuilderList() { return getMetaGraphsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< org.tensorflow.framework.MetaGraphDef, org.tensorflow.framework.MetaGraphDef.Builder, org.tensorflow.framework.MetaGraphDefOrBuilder> getMetaGraphsFieldBuilder() { if (metaGraphsBuilder_ == null) { metaGraphsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< org.tensorflow.framework.MetaGraphDef, org.tensorflow.framework.MetaGraphDef.Builder, org.tensorflow.framework.MetaGraphDefOrBuilder>( metaGraphs_, ((bitField0_ & 0x00000002) == 0x00000002), getParentForChildren(), isClean()); metaGraphs_ = null; } return metaGraphsBuilder_; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:tensorflow.SavedModel) } // @@protoc_insertion_point(class_scope:tensorflow.SavedModel) private static final org.tensorflow.framework.SavedModel DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.tensorflow.framework.SavedModel(); } public static org.tensorflow.framework.SavedModel getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public SavedModel parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new SavedModel(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public org.tensorflow.framework.SavedModel getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy