
org.tensorflow.framework.ReaderBaseStateOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto Show documentation
Show all versions of proto Show documentation
Java API for TensorFlow protocol buffers.
The 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)
com.google.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;
*/
com.google.protobuf.ByteString getCurrentWork();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy