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

org.tensorflow.distruntime.GetStepSequenceRequestOrBuilder 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/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;
   */
  java.util.List getGraphKeyList();
  /**
   * repeated int64 graph_key = 1;
   */
  int getGraphKeyCount();
  /**
   * repeated int64 graph_key = 1;
   */
  long getGraphKey(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy