LostTech.TensorFlow : API Documentation

Type remote_fused_graph

Namespace tensorflow.contrib.remote_fused_graph

Public static methods

object remote_fused_graph_execute(IEnumerable<object> inputs, IEnumerable<PythonClassContainer> output_types, object graph_def, IEnumerable<string> graph_input_node_names, IEnumerable<string> graph_output_node_names, string executor_name, Byte[] serialized_executor_parameters, IEnumerable<object> default_graph_input_tensor_type_shapes, IEnumerable<object> default_graph_output_tensor_type_shapes)

object remote_fused_graph_execute_dyn(object inputs, object output_types, object graph_def, object graph_input_node_names, object graph_output_node_names, object executor_name, object serialized_executor_parameters, object default_graph_input_tensor_type_shapes, object default_graph_output_tensor_type_shapes)

Public properties

PythonFunctionContainer remote_fused_graph_execute_fn get;