LostTech.TensorFlow : API Documentation

Type receptive_field

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

Public static methods

ReceptiveField compute_receptive_field_from_graph_def(Graph graph_def, IGraphNodeBase input_node, IGraphNodeBase output_node, IEnumerable<string> stop_propagation, IEnumerable<int> input_resolution)

ReceptiveField compute_receptive_field_from_graph_def(Graph graph_def, IGraphNodeBase input_node, string output_node, IEnumerable<string> stop_propagation, IEnumerable<int> input_resolution)

ReceptiveField compute_receptive_field_from_graph_def(Graph graph_def, string input_node, IGraphNodeBase output_node, IEnumerable<string> stop_propagation, IEnumerable<int> input_resolution)

ReceptiveField compute_receptive_field_from_graph_def(Graph graph_def, string input_node, string output_node, IEnumerable<string> stop_propagation, IEnumerable<int> input_resolution)

object compute_receptive_field_from_graph_def_dyn(object graph_def, object input_node, object output_node, object stop_propagation, object input_resolution)

Public properties

PythonFunctionContainer compute_receptive_field_from_graph_def_fn get;

PythonFunctionContainer ReceptiveField_fn get;