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

org.tensorflow.distruntime.GetStepSequenceRequestOrBuilder Maven / Gradle / Ivy

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

package org.tensorflow.distruntime;

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

  /**
   * repeated int64 graph_key = 1;
   * @return A list containing the graphKey.
   */
  java.util.List getGraphKeyList();
  /**
   * repeated int64 graph_key = 1;
   * @return The count of graphKey.
   */
  int getGraphKeyCount();
  /**
   * repeated int64 graph_key = 1;
   * @param index The index of the element to return.
   * @return The graphKey at the given index.
   */
  long getGraphKey(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy