Home
last modified time | relevance | path

Searched defs:in_height (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dresize_nearest_neighbor_op_gpu.cu.cc37 const int nthreads, const T* bottom_data, const int in_height, in ResizeNearestNeighborNHWC()
68 const int nthreads, const T* bottom_data, const int in_height, in LegacyResizeNearestNeighborNHWC()
97 const int nthreads, const T* top_diff, const int in_height, in ResizeNearestNeighborBackwardNHWC()
128 const int nthreads, const T* top_diff, const int in_height, in LegacyResizeNearestNeighborBackwardNHWC()
166 const int64 in_height = input.dimension(1); in operator ()() local
213 const int64 in_height = input.dimension(1); in operator ()() local
Dresize_nearest_neighbor_op.cc138 const Eigen::Index in_height = input.dimension(1); in operator ()() local
204 const int64 in_height = input.dim_size(1); in Compute() local
282 const Eigen::Index in_height = input.dimension(1); in operator ()() local
Dresize_area_op_test.cc63 const int64 in_height = input_data.dimension(1); in ResizeAreaBaseline() local
146 void RunRandomTest(int in_height, int in_width, int target_height, in RunRandomTest()
Dresize_bilinear_op_gpu.cu.cc38 int batch, int in_height, int in_width, in ResizeBilinearKernel()
153 int in_height, int in_width, in LegacyResizeBilinearKernel()
272 const int in_height = images.dimension(1); in operator ()() local
Dquantized_resize_bilinear_op_test.cc110 const int batch_size, const int64 in_height, in CalcReferenceResizedVal()
145 const int64 in_height, const int64 in_width, in CheckTensorValue()
296 void RunTestResizeBilinearTwoDims(int batch_size, int in_height, int in_width, in RunTestResizeBilinearTwoDims()
319 void RunBenchmarkResizeBilinearTwoDims(int batch_size, int in_height, in RunBenchmarkResizeBilinearTwoDims()
Dresize_bicubic_op_test.cc114 const int64 in_height = images.dimension(1); in ResizeBicubicBaseline() local
159 void RunRandomTest(const int batch_size, const int64 in_height, in RunRandomTest()
Ddepthwise_conv_op_gpu.h78 const int in_height = args.in_rows; in DepthwiseConv2dGPUKernelNHWC() local
185 const int in_height = args.in_rows; in DepthwiseConv2dGPUKernelNHWCSmall() local
318 const int in_height = args.in_rows; in DepthwiseConv2dGPUKernelNCHW() local
469 const int in_height = args.in_rows; in DepthwiseConv2dGPUKernelNCHWSmall() local
Dquantized_resize_bilinear_op.cc468 const int batch_size, const int64 in_height, in ResizeImageReference()
517 const int batch_size, const int64 in_height, in ResizeImage()
531 const int batch_size, const int64 in_height, in ResizeImage()
594 const int batch_size, const int64 in_height, in ResizeImage()
666 const int64 in_height = images.dimension(1); in ResizeBilinear() local
Dimage_resizer_state.h146 int64 in_height; member
Dresize_bilinear_op.cc120 const int batch_size, const int64 in_height, in resize_image()
217 const int64 in_height = images.dimension(1); in operator ()() local
Dscale_and_translate_op_test.cc99 const int64 in_height = images.dimension(1); in Sample() local
174 const int64 in_height = images.dimension(1); in ScaleAndTranslateBaseline() local
Dresize_bilinear_op_test.cc71 const int64 in_height = images.dimension(1); in ResizeBilinearBaseline() local
Dops_util_test.cc33 int in_height; member
/external/tensorflow/tensorflow/lite/kernels/
Dpadding.h43 int stride_height, int stride_width, int dilation_rate, int in_height, in ComputePaddingHeightWidth()
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViESurfaceRenderer.java61 int in_width, int in_height) { in surfaceChanged()
/external/webrtc/talk/media/base/
Dvideocommon.cc211 void ComputeScaleToSquarePixels(int in_width, int in_height, in ComputeScaleToSquarePixels()
Dvideoadapter.cc260 VideoFormat VideoAdapter::AdaptFrameResolution(int in_width, int in_height) { in AdaptFrameResolution()
Dvideoadapter_unittest.cc98 const int in_height = abs(captured_frame->height); in OnFrameCaptured() local
/external/tensorflow/tensorflow/python/kernel_tests/
Ddepthtospace_op_test.py269 def compareToTranspose(self, batch_size, in_height, in_width, out_channels, argument
/external/webrtc/webrtc/video/
Dsend_statistics_proxy.cc98 int in_height = input_height_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() local
/external/webp/src/dec/
Dvp8l_dec.c542 const int in_height = io->mb_h; in AllocateAndInitRescaler() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h451 int in_width, int in_height, int in_depth, int single_buffer_length, in ExtractPatchIntoBufferColumn()
Doptimized_ops.h1977 int in_width, int in_height, in ExtractPatchIntoBufferColumn()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h1840 int in_width, int in_height, in ExtractPatchIntoBufferColumn()
1931 int in_width, int in_height, int in_depth, int single_buffer_length, in ExtractPatchIntoBufferColumn()
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc3275 int in_height = 2; in TEST_F() member