org.tensorflow.framework.TensorDescriptionProtos Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/framework/tensor_description.proto
package org.tensorflow.framework;
public final class TensorDescriptionProtos {
private TensorDescriptionProtos() {}
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_TensorDescription_descriptor;
static final
org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_tensorflow_TensorDescription_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 = {
"\n2tensorflow/core/framework/tensor_descr" +
"iption.proto\022\ntensorflow\032%tensorflow/cor" +
"e/framework/types.proto\032,tensorflow/core" +
"/framework/tensor_shape.proto\0326tensorflo" +
"w/core/framework/allocation_description." +
"proto\"\250\001\n\021TensorDescription\022#\n\005dtype\030\001 \001" +
"(\0162\024.tensorflow.DataType\022+\n\005shape\030\002 \001(\0132" +
"\034.tensorflow.TensorShapeProto\022A\n\026allocat" +
"ion_description\030\004 \001(\0132!.tensorflow.Alloc" +
"ationDescriptionBw\n\030org.tensorflow.frame" +
"workB\027TensorDescriptionProtosP\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[] {
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
org.nd4j.shade.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)
}