Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Ddepth_to_space.cc29 namespace depth_to_space { namespace
/external/tensorflow/tensorflow/lite/micro/kernels/
Ddepth_to_space.cc29 namespace depth_to_space { namespace
/external/XNNPACK/src/xnnpack/
Dsubgraph.h171 } depth_to_space; member
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py4004 def depth_to_space(input, block_size, name=None, data_format="NHWC"): # pylint: disable=redefined-… function