Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dresize_nearest_neighbor_op_gpu.cu.cc38 const int in_width, const int channels, const int out_height, in ResizeNearestNeighborNHWC()
69 const int in_width, const int channels, const int out_height, in LegacyResizeNearestNeighborNHWC()
98 const int in_width, const int channels, const int out_height, in ResizeNearestNeighborBackwardNHWC()
129 const int in_width, const int channels, const int out_height, in LegacyResizeNearestNeighborBackwardNHWC()
167 const int64 in_width = input.dimension(2); in operator ()() local
214 const int64 in_width = input.dimension(2); in operator ()() local
Dresize_nearest_neighbor_op.cc139 const Eigen::Index in_width = input.dimension(2); in operator ()() local
205 const int64 in_width = input.dim_size(2); in Compute() local
283 const Eigen::Index in_width = input.dimension(2); in operator ()() local
Dresize_area_op_test.cc64 const int64 in_width = input_data.dimension(2); 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()
273 const int in_width = images.dimension(2); in operator ()() local
Dquantized_resize_bilinear_op_test.cc111 const int64 in_width, const int64 out_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()
320 int in_width, int out_height, in RunBenchmarkResizeBilinearTwoDims()
Dresize_bicubic_op_test.cc115 const int64 in_width = images.dimension(2); in ResizeBicubicBaseline() local
160 const int64 in_width, const int target_height, in RunRandomTest()
Ddepthwise_conv_op_gpu.h79 const int in_width = args.in_cols; in DepthwiseConv2dGPUKernelNHWC() local
186 const int in_width = args.in_cols; in DepthwiseConv2dGPUKernelNHWCSmall() local
319 const int in_width = args.in_cols; in DepthwiseConv2dGPUKernelNCHW() local
470 const int in_width = args.in_cols; in DepthwiseConv2dGPUKernelNCHWSmall() local
Dquantized_resize_bilinear_op.cc469 const int64 in_width, const int64 out_height, in ResizeImageReference()
518 const int64 in_width, const int64 out_height, in ResizeImage()
532 const int64 in_width, const int64 out_height, in ResizeImage()
595 const int64 in_width, const int64 out_height, in ResizeImage()
667 const int64 in_width = images.dimension(2); in ResizeBilinear() local
Dimage_resizer_state.h147 int64 in_width; member
Dresize_bilinear_op.cc121 const int64 in_width, const int64 out_height, in resize_image()
218 const int64 in_width = images.dimension(2); in operator ()() local
Dscale_and_translate_op_test.cc100 const int64 in_width = images.dimension(2); in Sample() local
175 const int64 in_width = images.dimension(2); in ScaleAndTranslateBaseline() local
Dresize_bilinear_op_test.cc72 const int64 in_width = images.dimension(2); in ResizeBilinearBaseline() local
Dops_util_test.cc34 int in_width; member
/external/tensorflow/tensorflow/lite/kernels/
Dpadding.h44 int in_width, int filter_height, int filter_width, TfLitePadding padding) { 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.cc97 const int in_width = captured_frame->width; 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.cc97 int in_width = input_width_counter_.Avg(kMinRequiredSamples); in UpdateHistograms() local
/external/webp/src/dec/
Dvp8l_dec.c540 const int in_width = io->mb_w; 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.cc3276 int in_width = 2; in TEST_F() member