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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/queue_runner.proto

package org.tensorflow.framework;

public interface QueueRunnerDefOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.QueueRunnerDef)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * Queue name.
   * 
* * string queue_name = 1; * @return The queueName. */ java.lang.String getQueueName(); /** *
   * Queue name.
   * 
* * string queue_name = 1; * @return The bytes for queueName. */ org.nd4j.shade.protobuf.ByteString getQueueNameBytes(); /** *
   * A list of enqueue operations.
   * 
* * repeated string enqueue_op_name = 2; * @return A list containing the enqueueOpName. */ java.util.List getEnqueueOpNameList(); /** *
   * A list of enqueue operations.
   * 
* * repeated string enqueue_op_name = 2; * @return The count of enqueueOpName. */ int getEnqueueOpNameCount(); /** *
   * A list of enqueue operations.
   * 
* * repeated string enqueue_op_name = 2; * @param index The index of the element to return. * @return The enqueueOpName at the given index. */ java.lang.String getEnqueueOpName(int index); /** *
   * A list of enqueue operations.
   * 
* * repeated string enqueue_op_name = 2; * @param index The index of the value to return. * @return The bytes of the enqueueOpName at the given index. */ org.nd4j.shade.protobuf.ByteString getEnqueueOpNameBytes(int index); /** *
   * The operation to run to close the queue.
   * 
* * string close_op_name = 3; * @return The closeOpName. */ java.lang.String getCloseOpName(); /** *
   * The operation to run to close the queue.
   * 
* * string close_op_name = 3; * @return The bytes for closeOpName. */ org.nd4j.shade.protobuf.ByteString getCloseOpNameBytes(); /** *
   * The operation to run to cancel the queue.
   * 
* * string cancel_op_name = 4; * @return The cancelOpName. */ java.lang.String getCancelOpName(); /** *
   * The operation to run to cancel the queue.
   * 
* * string cancel_op_name = 4; * @return The bytes for cancelOpName. */ org.nd4j.shade.protobuf.ByteString getCancelOpNameBytes(); /** *
   * A list of exception types considered to signal a safely closed queue
   * if raised during enqueue operations.
   * 
* * repeated .tensorflow.error.Code queue_closed_exception_types = 5; * @return A list containing the queueClosedExceptionTypes. */ java.util.List getQueueClosedExceptionTypesList(); /** *
   * A list of exception types considered to signal a safely closed queue
   * if raised during enqueue operations.
   * 
* * repeated .tensorflow.error.Code queue_closed_exception_types = 5; * @return The count of queueClosedExceptionTypes. */ int getQueueClosedExceptionTypesCount(); /** *
   * A list of exception types considered to signal a safely closed queue
   * if raised during enqueue operations.
   * 
* * repeated .tensorflow.error.Code queue_closed_exception_types = 5; * @param index The index of the element to return. * @return The queueClosedExceptionTypes at the given index. */ org.tensorflow.framework.Code getQueueClosedExceptionTypes(int index); /** *
   * A list of exception types considered to signal a safely closed queue
   * if raised during enqueue operations.
   * 
* * repeated .tensorflow.error.Code queue_closed_exception_types = 5; * @return A list containing the enum numeric values on the wire for queueClosedExceptionTypes. */ java.util.List getQueueClosedExceptionTypesValueList(); /** *
   * A list of exception types considered to signal a safely closed queue
   * if raised during enqueue operations.
   * 
* * repeated .tensorflow.error.Code queue_closed_exception_types = 5; * @param index The index of the value to return. * @return The enum numeric value on the wire of queueClosedExceptionTypes at the given index. */ int getQueueClosedExceptionTypesValue(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy