Home
last modified time | relevance | path

Searched defs:batch_to_space (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/
Dbatch_to_space.example.cpp7 namespace generated_tests::batch_to_space { namespace
64 namespace generated_tests::batch_to_space { namespace
155 namespace generated_tests::batch_to_space { namespace
212 namespace generated_tests::batch_to_space { namespace
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
H A Dbatchtospace_op_test.py36 def batch_to_space(*args, **kwargs): member in PythonOpImpl
43 def batch_to_space(*args, **kwargs): member in CppOpImpl
H A Dspacetobatch_op_test.py80 def batch_to_space(*args, **kwargs): member in PythonOpImpl
91 def batch_to_space(*args, **kwargs): member in CppOpImpl
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DBatchToSpaceLayer.cpp38 SimpleTensor<T> batch_to_space(const SimpleTensor<T> &src, const SimpleTensor<int32_t> &block_shape… in batch_to_space() function
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DBatchToSpaceLayerFixture.h74 FunctionType batch_to_space; in compute_target() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Darray_ops.py4148 def batch_to_space(input, crops, block_size, name=None, block_shape=None): # pylint: disable=redef… function