Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthtospace_op.cc160 const int offset_h = (h % block_size); in operator ()() local
Dspacetodepth_op.cc177 const int offset_h = (h % block_size); in operator ()() local
Ddepthtospace_op_gpu.cu.cc50 const int offset_h = h % block_size; in D2S_NHWC() local
Dspacetodepth_op_gpu.cu.cc49 const int offset_h = h % block_size; in S2D_NHWC() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h1668 for (int offset_h = 0; offset_h < op_params.block_size; ++offset_h) { in DepthToSpace() local
1709 for (int offset_h = 0; offset_h < op_params.block_size; ++offset_h) { in SpaceToDepth() local