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

org.tensorflow.framework.RPCOptionsOrBuilder Maven / Gradle / Ivy

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

package org.tensorflow.framework;

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

  /**
   * 
   * If true, always use RPC to contact the session target.
   * If false (the default option), TensorFlow may use an optimized
   * transport for client-master communication that avoids the RPC
   * stack. This option is primarily for used testing the RPC stack.
   * 
* * bool use_rpc_for_inprocess_master = 1; * @return The useRpcForInprocessMaster. */ boolean getUseRpcForInprocessMaster(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy