Home
last modified time | relevance | path

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

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