Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/
Dspace_to_batch.example.cpp7 namespace generated_tests::space_to_batch { namespace
74 namespace generated_tests::space_to_batch { namespace
175 namespace generated_tests::space_to_batch { namespace
242 namespace generated_tests::space_to_batch { namespace
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
H A Dspacetobatch_op_test.py76 def space_to_batch(*args, **kwargs): member in PythonOpImpl
87 def space_to_batch(*args, **kwargs): member in CppOpImpl
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DSpaceToBatch.cpp38 SimpleTensor<T> space_to_batch(const SimpleTensor<T> &src, const SimpleTensor<int32_t> &block_shape… in space_to_batch() function
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DSpaceToBatchFixture.h79 FunctionType space_to_batch; in compute_target() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Darray_ops.py4078 def space_to_batch( # pylint: disable=missing-docstring function