Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/reference/
DSpaceToBatch.cpp38 SimpleTensor<T> space_to_batch(const SimpleTensor<T> &src, const SimpleTensor<int32_t> &block_shape… in space_to_batch() function
/external/ComputeLibrary/tests/validation/fixtures/
DSpaceToBatchFixture.h79 FunctionType space_to_batch; in compute_target() local
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dspacetobatch_op_test.py76 def space_to_batch(*args, **kwargs): member in PythonOpImpl
87 def space_to_batch(*args, **kwargs): member in CppOpImpl
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py4078 def space_to_batch( # pylint: disable=missing-docstring function