All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tensorflow.framework.KernelDefProtos Maven / Gradle / Ivy

The newest version!
// 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(
      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_KernelDef_descriptor;
  static final 
    org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_KernelDef_fieldAccessorTable;
  static final org.nd4j.shade.protobuf.Descriptors.Descriptor
    internal_static_tensorflow_KernelDef_AttrConstraint_descriptor;
  static final 
    org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_KernelDef_AttrConstraint_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/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" +
      "alueBo\n\030org.tensorflow.frameworkB\017Kernel" +
      "DefProtosP\001Z=github.com/tensorflow/tenso" +
      "rflow/tensorflow/go/core/framework\370\001\001b\006p" +
      "roto3"
    };
    descriptor = org.nd4j.shade.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new org.nd4j.shade.protobuf.Descriptors.FileDescriptor[] {
          org.tensorflow.framework.AttrValueProtos.getDescriptor(),
        });
    internal_static_tensorflow_KernelDef_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tensorflow_KernelDef_fieldAccessorTable = new
      org.nd4j.shade.protobuf.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
      org.nd4j.shade.protobuf.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)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy