org.tensorflow.framework.NodeProto Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: tensorflow/core/framework/node_def.proto
package org.tensorflow.framework;
public final class NodeProto {
private NodeProto() {}
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_NodeDef_descriptor;
static final
org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_tensorflow_NodeDef_fieldAccessorTable;
static final org.nd4j.shade.protobuf.Descriptors.Descriptor
internal_static_tensorflow_NodeDef_AttrEntry_descriptor;
static final
org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_tensorflow_NodeDef_AttrEntry_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/node_def.pro" +
"to\022\ntensorflow\032*tensorflow/core/framewor" +
"k/attr_value.proto\"\263\001\n\007NodeDef\022\014\n\004name\030\001" +
" \001(\t\022\n\n\002op\030\002 \001(\t\022\r\n\005input\030\003 \003(\t\022\016\n\006devic" +
"e\030\004 \001(\t\022+\n\004attr\030\005 \003(\0132\035.tensorflow.NodeD" +
"ef.AttrEntry\032B\n\tAttrEntry\022\013\n\003key\030\001 \001(\t\022$" +
"\n\005value\030\002 \001(\0132\025.tensorflow.AttrValue:\0028\001" +
"Bi\n\030org.tensorflow.frameworkB\tNodeProtoP" +
"\001Z=github.com/tensorflow/tensorflow/tens" +
"orflow/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.AttrValueProtos.getDescriptor(),
}, assigner);
internal_static_tensorflow_NodeDef_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_tensorflow_NodeDef_fieldAccessorTable = new
org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_tensorflow_NodeDef_descriptor,
new java.lang.String[] { "Name", "Op", "Input", "Device", "Attr", });
internal_static_tensorflow_NodeDef_AttrEntry_descriptor =
internal_static_tensorflow_NodeDef_descriptor.getNestedTypes().get(0);
internal_static_tensorflow_NodeDef_AttrEntry_fieldAccessorTable = new
org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_tensorflow_NodeDef_AttrEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
org.tensorflow.framework.AttrValueProtos.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}