Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/fixtures/
DSpaceToDepthFixture.h70 FunctionType space_to_depth; in compute_target() local
/external/ComputeLibrary/tests/validation/reference/
DSpaceToDepth.cpp38 SimpleTensor<T> space_to_depth(const SimpleTensor<T> &src, const TensorShape &dst_shape, const int … in space_to_depth() function
/external/tensorflow/tensorflow/lite/kernels/
Dspace_to_depth.cc29 namespace space_to_depth { namespace
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_space_to_depth_pass.cc397 auto space_to_depth = in HandleHostInput() local
424 auto space_to_depth = in HandleHostReplicatedInputs() local
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py4035 def space_to_depth(input, block_size, name=None, data_format="NHWC"): # pylint: disable=redefined-… function