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

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

  /**
   * 
   * If the registration succeeds, returns an opaque graph_handle to
   * the master. The master calls RunGraph with graph_handle to
   * compute different steps.
   * 
* * string graph_handle = 1; */ java.lang.String getGraphHandle(); /** *
   * If the registration succeeds, returns an opaque graph_handle to
   * the master. The master calls RunGraph with graph_handle to
   * compute different steps.
   * 
* * string graph_handle = 1; */ com.github.os72.protobuf351.ByteString getGraphHandleBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy