Home
last modified time | relevance | path

Searched refs:depth_to_space_v2 (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Darray_ops.py2734 def depth_to_space_v2(input, block_size, data_format="NHWC", name=None): # pylint: disable=redefin… function
2738 depth_to_space_v2.__doc__ = gen_array_ops.depth_to_space.__doc__