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

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

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

package org.tensorflow.distruntime;

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

  /**
   * 
   * The new version number for the extended graph, to be used in the next call
   * to ExtendSession.
   * 
* * int64 new_graph_version = 4; * @return The newGraphVersion. */ long getNewGraphVersion(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy