Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dspacetodepth_op.cc162 const int offset_h = (h % block_size); in operator ()() local
Ddepthtospace_op.cc161 const int offset_h = (h % block_size); in operator ()() local
Dspacetodepth_op_gpu.cu.cc49 const int offset_h = h % block_size; in S2D_NHWC() local
Ddepthtospace_op_gpu.cu.cc51 const int offset_h = h % block_size; in D2S_NHWC() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h2497 for (int offset_h = 0; offset_h < op_params.block_size; ++offset_h) { in DepthToSpace() local
2538 for (int offset_h = 0; offset_h < op_params.block_size; ++offset_h) { in SpaceToDepth() local
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h2665 for (int offset_h = 0; offset_h < op_params.block_size; ++offset_h) { in DepthToSpace() local
2706 for (int offset_h = 0; offset_h < op_params.block_size; ++offset_h) { in SpaceToDepth() local