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

org.tensorflow.framework.ReaderBaseStateOrBuilder 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 interface ReaderBaseStateOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.ReaderBaseState)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * int64 work_started = 1;
   */
  long getWorkStarted();

  /**
   * int64 work_finished = 2;
   */
  long getWorkFinished();

  /**
   * int64 num_records_produced = 3;
   */
  long getNumRecordsProduced();

  /**
   * bytes current_work = 4;
   */
  org.nd4j.shade.protobuf.ByteString getCurrentWork();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy