LostTech.TensorFlow : API Documentation

Type graph_compute_order

Namespace tensorflow.contrib.receptive_field.python.util.graph_compute_order

Public static methods

ValueTuple<PythonClassContainer, IDictionary<object, object>> get_compute_order(Graph graph_def, IGraphNodeBase input_node_name, IEnumerable<int> input_node_size)

ValueTuple<PythonClassContainer, IDictionary<object, object>> get_compute_order(Graph graph_def, string input_node_name, IEnumerable<int> input_node_size)

object get_compute_order_dyn(object graph_def, ImplicitContainer<T> input_node_name, object input_node_size)

IDictionary<object, object> parse_graph_nodes(Graph graph_def)

object parse_graph_nodes_dyn(object graph_def)

Public properties

PythonFunctionContainer get_compute_order_fn get;

PythonFunctionContainer parse_graph_nodes_fn get;