LostTech.TensorFlow : API Documentation

Type gen_rpc_op

Namespace tensorflow.contrib.rpc.python.ops.gen_rpc_op

Public static methods

Tensor Rpc(object address, object method, object request, string protocol, bool fail_fast, int timeout_in_ms, string name)

object Rpc_dyn(object address, object method, object request, ImplicitContainer<T> protocol, ImplicitContainer<T> fail_fast, ImplicitContainer<T> timeout_in_ms, object name)

object rpc_eager_fallback(IGraphNodeBase address, IGraphNodeBase method, IGraphNodeBase request, string protocol, bool fail_fast, int timeout_in_ms, string name, Context ctx)

object rpc_eager_fallback_dyn(object address, object method, object request, ImplicitContainer<T> protocol, ImplicitContainer<T> fail_fast, ImplicitContainer<T> timeout_in_ms, object name, object ctx)

object try_rpc_eager_fallback(IGraphNodeBase address, IGraphNodeBase method, IGraphNodeBase request, string protocol, bool fail_fast, int timeout_in_ms, string name, Context ctx)

object try_rpc_eager_fallback_dyn(object address, object method, object request, ImplicitContainer<T> protocol, ImplicitContainer<T> fail_fast, ImplicitContainer<T> timeout_in_ms, object name, object ctx)

object TryRpc(object address, object method, object request, string protocol, bool fail_fast, int timeout_in_ms, string name)

object TryRpc_dyn(object address, object method, object request, ImplicitContainer<T> protocol, ImplicitContainer<T> fail_fast, ImplicitContainer<T> timeout_in_ms, object name)

Public properties

PythonFunctionContainer rpc_eager_fallback_fn get;

PythonFunctionContainer try_rpc_eager_fallback_fn get;

PythonFunctionContainer TryRpc_fn get;