LostTech.TensorFlow : API Documentation

Type gen_remote_fused_graph_ops

Namespace tensorflow.contrib.remote_fused_graph.python.ops.gen_remote_fused_graph_ops

Public static methods

IList<object> remote_fused_graph_execute_eager_fallback(object inputs, IEnumerable<object> Toutputs, object serialized_remote_fused_graph_execute_info, string name, Context ctx)

object remote_fused_graph_execute_eager_fallback_dyn(object inputs, object Toutputs, object serialized_remote_fused_graph_execute_info, object name, object ctx)

object RemoteFusedGraphExecute(object inputs, object Toutputs, object serialized_remote_fused_graph_execute_info, string name)

object RemoteFusedGraphExecute_dyn(object inputs, object Toutputs, object serialized_remote_fused_graph_execute_info, object name)

Public properties

PythonFunctionContainer remote_fused_graph_execute_eager_fallback_fn get;

PythonFunctionContainer RemoteFusedGraphExecute_fn get;