org.tensorflow.framework.TensorShapeProtos Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/framework/tensor_shape.proto
package org.tensorflow.framework;
public final class TensorShapeProtos {
private TensorShapeProtos() {}
public static void registerAllExtensions(
org.nd4j.shade.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
org.nd4j.shade.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(org.nd4j.shade.protobuf.ExtensionRegistryLite) registry);
}
static final org.nd4j.shade.protobuf.Descriptors.Descriptor
internal_static_tensorflow_TensorShapeProto_descriptor;
static final
org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_tensorflow_TensorShapeProto_fieldAccessorTable;
static final org.nd4j.shade.protobuf.Descriptors.Descriptor
internal_static_tensorflow_TensorShapeProto_Dim_descriptor;
static final
org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_tensorflow_TensorShapeProto_Dim_fieldAccessorTable;
public static org.nd4j.shade.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static org.nd4j.shade.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n,tensorflow/core/framework/tensor_shape" +
".proto\022\ntensorflow\"z\n\020TensorShapeProto\022-" +
"\n\003dim\030\002 \003(\0132 .tensorflow.TensorShapeProt" +
"o.Dim\022\024\n\014unknown_rank\030\003 \001(\010\032!\n\003Dim\022\014\n\004si" +
"ze\030\001 \001(\003\022\014\n\004name\030\002 \001(\tBq\n\030org.tensorflow" +
".frameworkB\021TensorShapeProtosP\001Z=github." +
"com/tensorflow/tensorflow/tensorflow/go/" +
"core/framework\370\001\001b\006proto3"
};
org.nd4j.shade.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new org.nd4j.shade.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public org.nd4j.shade.protobuf.ExtensionRegistry assignDescriptors(
org.nd4j.shade.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
org.nd4j.shade.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new org.nd4j.shade.protobuf.Descriptors.FileDescriptor[] {
}, assigner);
internal_static_tensorflow_TensorShapeProto_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_tensorflow_TensorShapeProto_fieldAccessorTable = new
org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_tensorflow_TensorShapeProto_descriptor,
new java.lang.String[] { "Dim", "UnknownRank", });
internal_static_tensorflow_TensorShapeProto_Dim_descriptor =
internal_static_tensorflow_TensorShapeProto_descriptor.getNestedTypes().get(0);
internal_static_tensorflow_TensorShapeProto_Dim_fieldAccessorTable = new
org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_tensorflow_TensorShapeProto_Dim_descriptor,
new java.lang.String[] { "Size", "Name", });
}
// @@protoc_insertion_point(outer_class_scope)
}