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

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

There is a newer version: 1.0.0-M2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/framework/reader_base.proto

package org.tensorflow.framework;

public final class ReaderBaseProtos {
  private ReaderBaseProtos() {}
  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_ReaderBaseState_descriptor;
  static final 
    org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_tensorflow_ReaderBaseState_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/reader_base." +
      "proto\022\ntensorflow\"r\n\017ReaderBaseState\022\024\n\014" +
      "work_started\030\001 \001(\003\022\025\n\rwork_finished\030\002 \001(" +
      "\003\022\034\n\024num_records_produced\030\003 \001(\003\022\024\n\014curre" +
      "nt_work\030\004 \001(\014Bp\n\030org.tensorflow.framewor" +
      "kB\020ReaderBaseProtosP\001Z=github.com/tensor" +
      "flow/tensorflow/tensorflow/go/core/frame" +
      "work\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_ReaderBaseState_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_tensorflow_ReaderBaseState_fieldAccessorTable = new
      org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_tensorflow_ReaderBaseState_descriptor,
        new java.lang.String[] { "WorkStarted", "WorkFinished", "NumRecordsProduced", "CurrentWork", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy