org.tensorflow.framework.TensorDescriptionProtos Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensor_description.proto
package org.tensorflow.framework;
public final class TensorDescriptionProtos {
private TensorDescriptionProtos() {}
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_TensorDescription_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_tensorflow_TensorDescription_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\030tensor_description.proto\022\ntensorflow\032%" +
"tensorflow/core/framework/types.proto\032,t" +
"ensorflow/core/framework/tensor_shape.pr" +
"oto\0326tensorflow/core/framework/allocatio" +
"n_description.proto\"\250\001\n\021TensorDescriptio" +
"n\022#\n\005dtype\030\001 \001(\0162\024.tensorflow.DataType\022+" +
"\n\005shape\030\002 \001(\0132\034.tensorflow.TensorShapePr" +
"oto\022A\n\026allocation_description\030\004 \001(\0132!.te" +
"nsorflow.AllocationDescriptionB8\n\030org.te" +
"nsorflow.frameworkB\027TensorDescriptionPro",
"tosP\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[] {
org.tensorflow.framework.TypesProtos.getDescriptor(),
org.tensorflow.framework.TensorShapeProtos.getDescriptor(),
org.tensorflow.framework.AllocationDescriptionProtos.getDescriptor(),
}, assigner);
internal_static_tensorflow_TensorDescription_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_tensorflow_TensorDescription_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_tensorflow_TensorDescription_descriptor,
new java.lang.String[] { "Dtype", "Shape", "AllocationDescription", });
org.tensorflow.framework.TypesProtos.getDescriptor();
org.tensorflow.framework.TensorShapeProtos.getDescriptor();
org.tensorflow.framework.AllocationDescriptionProtos.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}