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

org.tensorflow.distruntime.GetStepSequenceResponseOrBuilder 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 GetStepSequenceResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.GetStepSequenceResponse)
    com.github.os72.protobuf351.MessageOrBuilder {

  /**
   * repeated .tensorflow.StepSequence step_sequence = 1;
   */
  java.util.List 
      getStepSequenceList();
  /**
   * repeated .tensorflow.StepSequence step_sequence = 1;
   */
  org.tensorflow.distruntime.StepSequence getStepSequence(int index);
  /**
   * repeated .tensorflow.StepSequence step_sequence = 1;
   */
  int getStepSequenceCount();
  /**
   * repeated .tensorflow.StepSequence step_sequence = 1;
   */
  java.util.List 
      getStepSequenceOrBuilderList();
  /**
   * repeated .tensorflow.StepSequence step_sequence = 1;
   */
  org.tensorflow.distruntime.StepSequenceOrBuilder getStepSequenceOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy