HomeSort by relevance Sort by last modified time
    Searched refs:input_node_size (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/receptive_field/python/util/
graph_compute_order.py 78 input_node_size=None):
82 resolutions at each node. In this case, input_node_name and input_node_size
93 input_node_size: Fixed input resolution to use (optional).
108 output_size = input_node_size
126 name_to_node, each, node_info, input_node_name, input_node_size)
160 def get_compute_order(graph_def, input_node_name='', input_node_size=None):
164 resolutions at each node. In this case, input_node_name and input_node_size
172 input_node_size: 2D list of integers, fixed input resolution to use
191 input_node_size)
graph_compute_order_test.py 124 graph_def, input_node_name='input_image', input_node_size=[224, 224])
receptive_field.py 219 input_node_size=input_resolution)

Completed in 81 milliseconds