Searched defs:depth_to_space (Results 1 – 5 of 5) sorted by relevance
38 SimpleTensor<T> depth_to_space(const SimpleTensor<T> &src, const TensorShape &dst_shape, int32_t bl… in depth_to_space() function
73 FunctionType depth_to_space; in compute_target() local
29 namespace depth_to_space { namespace
228 } depth_to_space; member
4130 def depth_to_space(input, block_size, name=None, data_format="NHWC"): # pylint: disable=redefined-… function