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

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

  /**
   * int64 graph_key = 1;
   */
  long getGraphKey();

  /**
   * int64 next_step_id = 2;
   */
  long getNextStepId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy