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

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

The 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)
    org.nd4j.shade.protobuf.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; * @return The graphHandle. */ 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; * @return The bytes for graphHandle. */ org.nd4j.shade.protobuf.ByteString getGraphHandleBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy