Searched refs:end_height (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/src/core/CPP/kernels/ |
D | CPPUpsampleKernel.cpp | 81 const int end_height = height_scaled - _info.pad_bottom(); in run() local 108 window_out.set(Window::DimY, Window::Dimension(start_height, end_height, stride_height)); in run() 113 window_out.set(Window::DimZ, Window::Dimension(start_height, end_height, stride_height)); in run()
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/ |
D | mean.h | 150 int start_height, int end_height) in MeanWorkerTask() 160 end_height(end_height) {} in MeanWorkerTask() 164 output_shape, output_data, start_height, end_height); in Run() 177 int end_height; member
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | reduce.h | 163 int start_height, int end_height) in MeanWorkerTask() 173 end_height(end_height) {} in MeanWorkerTask() 177 output_shape, output_data, start_height, end_height); in Run() 190 int end_height; member
|
/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/ |
D | depthwise_conv_op_base.py | 58 end_height = start_height + fh 63 x1[:, start_height:end_height, start_width:end_width, k, np.newaxis]
|