Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DDepthToSpaceLayer.cpp38 SimpleTensor<T> depth_to_space(const SimpleTensor<T> &src, const TensorShape &dst_shape, int32_t bl… in depth_to_space() function
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DDepthToSpaceLayerFixture.h73 FunctionType depth_to_space; in compute_target() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Ddepth_to_space.cc29 namespace depth_to_space { namespace
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dsubgraph.h228 } depth_to_space; member
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Darray_ops.py4130 def depth_to_space(input, block_size, name=None, data_format="NHWC"): # pylint: disable=redefined-… function