Home
last modified time | relevance | path

Searched defs:space_to_batch (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dspacetobatch_op_test.py78 def space_to_batch(*args, **kwargs): member in PythonOpImpl
89 def space_to_batch(*args, **kwargs): member in CppOpImpl
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py2683 def space_to_batch( # pylint: disable=missing-docstring function