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

org.tensorflow.framework.QueueRunnerDefOrBuilder 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/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; */ java.lang.String getQueueName(); /** *
   * Queue name.
   * 
* * string queue_name = 1; */ org.nd4j.shade.protobuf.ByteString getQueueNameBytes(); /** *
   * A list of enqueue operations.
   * 
* * repeated string enqueue_op_name = 2; */ java.util.List getEnqueueOpNameList(); /** *
   * A list of enqueue operations.
   * 
* * repeated string enqueue_op_name = 2; */ int getEnqueueOpNameCount(); /** *
   * A list of enqueue operations.
   * 
* * repeated string enqueue_op_name = 2; */ java.lang.String getEnqueueOpName(int index); /** *
   * A list of enqueue operations.
   * 
* * repeated string enqueue_op_name = 2; */ org.nd4j.shade.protobuf.ByteString getEnqueueOpNameBytes(int index); /** *
   * The operation to run to close the queue.
   * 
* * string close_op_name = 3; */ java.lang.String getCloseOpName(); /** *
   * The operation to run to close the queue.
   * 
* * string close_op_name = 3; */ org.nd4j.shade.protobuf.ByteString getCloseOpNameBytes(); /** *
   * The operation to run to cancel the queue.
   * 
* * string cancel_op_name = 4; */ java.lang.String getCancelOpName(); /** *
   * The operation to run to cancel the queue.
   * 
* * string cancel_op_name = 4; */ 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; */ 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; */ 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; */ 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; */ 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; */ int getQueueClosedExceptionTypesValue(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy