Searched defs:space_to_batch (Results 1 – 4 of 4) sorted by relevance
38 SimpleTensor<T> space_to_batch(const SimpleTensor<T> &src, const SimpleTensor<int32_t> &block_shape… in space_to_batch() function
79 FunctionType space_to_batch; in compute_target() local
78 def space_to_batch(*args, **kwargs): member in PythonOpImpl89 def space_to_batch(*args, **kwargs): member in CppOpImpl
4002 def space_to_batch( # pylint: disable=missing-docstring function