org.tensorflow.framework.KernelDefProtos Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/framework/kernel_def.proto
package org.tensorflow.framework;
public final class KernelDefProtos {
private KernelDefProtos() {}
public static void registerAllExtensions(
com.github.os72.protobuf351.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.github.os72.protobuf351.ExtensionRegistry registry) {
registerAllExtensions(
(com.github.os72.protobuf351.ExtensionRegistryLite) registry);
}
static final com.github.os72.protobuf351.Descriptors.Descriptor
internal_static_tensorflow_KernelDef_descriptor;
static final
com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable
internal_static_tensorflow_KernelDef_fieldAccessorTable;
static final com.github.os72.protobuf351.Descriptors.Descriptor
internal_static_tensorflow_KernelDef_AttrConstraint_descriptor;
static final
com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable
internal_static_tensorflow_KernelDef_AttrConstraint_fieldAccessorTable;
public static com.github.os72.protobuf351.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.github.os72.protobuf351.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n*tensorflow/core/framework/kernel_def.p" +
"roto\022\ntensorflow\032*tensorflow/core/framew" +
"ork/attr_value.proto\"\335\001\n\tKernelDef\022\n\n\002op" +
"\030\001 \001(\t\022\023\n\013device_type\030\002 \001(\t\0228\n\nconstrain" +
"t\030\003 \003(\0132$.tensorflow.KernelDef.AttrConst" +
"raint\022\027\n\017host_memory_arg\030\004 \003(\t\022\r\n\005label\030" +
"\005 \001(\t\032M\n\016AttrConstraint\022\014\n\004name\030\001 \001(\t\022-\n" +
"\016allowed_values\030\002 \001(\0132\025.tensorflow.AttrV" +
"alueB0\n\030org.tensorflow.frameworkB\017Kernel" +
"DefProtosP\001\370\001\001b\006proto3"
};
com.github.os72.protobuf351.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.github.os72.protobuf351.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.github.os72.protobuf351.ExtensionRegistry assignDescriptors(
com.github.os72.protobuf351.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.github.os72.protobuf351.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.github.os72.protobuf351.Descriptors.FileDescriptor[] {
org.tensorflow.framework.AttrValueProtos.getDescriptor(),
}, assigner);
internal_static_tensorflow_KernelDef_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_tensorflow_KernelDef_fieldAccessorTable = new
com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable(
internal_static_tensorflow_KernelDef_descriptor,
new java.lang.String[] { "Op", "DeviceType", "Constraint", "HostMemoryArg", "Label", });
internal_static_tensorflow_KernelDef_AttrConstraint_descriptor =
internal_static_tensorflow_KernelDef_descriptor.getNestedTypes().get(0);
internal_static_tensorflow_KernelDef_AttrConstraint_fieldAccessorTable = new
com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable(
internal_static_tensorflow_KernelDef_AttrConstraint_descriptor,
new java.lang.String[] { "Name", "AllowedValues", });
org.tensorflow.framework.AttrValueProtos.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}