
org.tensorflow.util.SaverProtos Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tensorflow-client Show documentation
Show all versions of tensorflow-client Show documentation
Prebuilt tensorflow serving client
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/protobuf/saver.proto
package org.tensorflow.util;
public final class SaverProtos {
private SaverProtos() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_tensorflow_SaverDef_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_tensorflow_SaverDef_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n$tensorflow/core/protobuf/saver.proto\022\n" +
"tensorflow\"\236\002\n\010SaverDef\022\034\n\024filename_tens" +
"or_name\030\001 \001(\t\022\030\n\020save_tensor_name\030\002 \001(\t\022" +
"\027\n\017restore_op_name\030\003 \001(\t\022\023\n\013max_to_keep\030" +
"\004 \001(\005\022\017\n\007sharded\030\005 \001(\010\022%\n\035keep_checkpoin" +
"t_every_n_hours\030\006 \001(\002\022=\n\007version\030\007 \001(\0162," +
".tensorflow.SaverDef.CheckpointFormatVer" +
"sion\"5\n\027CheckpointFormatVersion\022\n\n\006LEGAC" +
"Y\020\000\022\006\n\002V1\020\001\022\006\n\002V2\020\002B\'\n\023org.tensorflow.ut" +
"ilB\013SaverProtosP\001\370\001\001b\006proto3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
}, assigner);
internal_static_tensorflow_SaverDef_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_tensorflow_SaverDef_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_tensorflow_SaverDef_descriptor,
new java.lang.String[] { "FilenameTensorName", "SaveTensorName", "RestoreOpName", "MaxToKeep", "Sharded", "KeepCheckpointEveryNHours", "Version", });
}
// @@protoc_insertion_point(outer_class_scope)
}