| /external/tensorflow/tensorflow/contrib/image/python/ops/ |
| D | sparse_image_warp.py | 31 def _get_grid_locations(image_height, image_width): argument 46 def _get_boundary_locations(image_height, image_width, num_points_per_edge): argument 58 control_point_flows, image_height, argument
|
| D | image_ops.py | 131 image_height, argument
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | quantized_conv_ops_test.cc | 59 const int image_height = 3; in TEST_F() local 151 const int image_height = 3; in TEST_F() local 194 const int image_height = 4; in TEST_F() local 235 const int image_height = 4; in TEST_F() local 279 const int image_height = 3; in TEST_F() local
|
| D | mkl_quantized_conv_ops_test.cc | 108 const int image_height = 3; in TEST_F() local 215 const int image_height = 3; in TEST_F() local 297 const int image_height = 3; in TEST_F() local 353 const int image_height = 4; in TEST_F() local 407 const int image_height = 4; in TEST_F() local
|
| D | crop_and_resize_op_gpu.cu.cc | 43 const int32* box_ind_ptr, int num_boxes, int batch, int image_height, in CropAndResizeKernel() 135 const int32* box_ind_ptr, int num_boxes, int batch, int image_height, in CropAndResizeBackpropImageKernel() 231 int image_height, int image_width, int crop_height, int crop_width, in CropAndResizeBackpropBoxesKernel() 356 const int image_height = image.dimension(1); in operator ()() local 394 const int image_height = grads_image.dimension(1); in operator ()() local 444 const int image_height = image.dimension(1); in operator ()() local
|
| D | mkl_fused_ops_test.cc | 93 int image_height, int image_batch_count, in VerifyBiasAddTensorsClose() 219 int image_height = kImageHeight, in VerifyConv2DWithBias() 244 int image_height = kImageHeight, in VerifyConv2DWithBiasAndRelu() 352 const int image_height = 3; in TEST_F() local 380 const int image_height = 3; in TEST_F() local 458 const int image_height = 3; in TEST_F() local 491 int image_height = kImageHeight, in VerifyPadAndConv2DWithBias() 516 int image_width = kImageWidth, int image_height = kImageHeight, in VerifyPadAndConv2DWithBiasRelu()
|
| D | crop_and_resize_op.cc | 138 const int image_height = image.dim_size(1); in ComputeAsync() local 210 const int image_height = image.dimension(1); in operator ()() local 382 const int image_height = internal::SubtleMustCopy(image_size_vec(1)); in ComputeAsync() local 435 const int image_height = grads_image.dimension(1); in operator ()() local 553 const int image_height = image.dim_size(1); in ComputeAsync() local 610 const int image_height = image.dimension(1); in operator ()() local
|
| D | depthwise_conv_ops_test.cc | 56 const int image_height = 3; in Run() local
|
| D | conv_ops_test.cc | 115 const int image_height = 3; in HandwrittenConv() local 430 const int image_height = 3; in HandwrittenConv() local 495 const int image_height = 3; in AnisotropicStrides() local 744 void VerifyBiasAddTensorsNear(int depth, int image_width, int image_height, in VerifyBiasAddTensorsNear() 785 int image_height, int image_batch_count, in VerifyFusedBatchNormTensorsNear() 838 int image_height = kImageHeight, in VerifyConv2DWithBias() 863 int image_height = kImageHeight, in VerifyConv2DWithBiasAndRelu() 889 int image_height = kImageHeight, in VerifyConv2DWithBatchNorm() 919 int image_width = kImageWidth, int image_height = kImageHeight, in VerifyConv2DWithBatchNormAndRelu()
|
| /external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/ |
| D | inception_preprocessing.h | 65 InceptionPreprocessingStage(int image_width, int image_height, in InceptionPreprocessingStage() 76 InceptionPreprocessingStage(int image_width, int image_height, in InceptionPreprocessingStage()
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | depthwise_conv_test.cc | 176 const int image_height = 9; in TEST_P() local 229 const int image_height = 3; in TEST_P() local 369 const int image_height = 9; in TEST_P() local 428 const int image_height = 3; in TEST_P() local
|
| D | conv_test.cc | 318 const int image_height = 3; in TEST_P() local 384 const int image_height = 3; in TEST_P() local 438 const int image_height = 3; in TEST_P() local 494 const int image_height = 3; in TEST_P() local 536 const int image_height = 9; in TEST_P() local 725 const int image_height = 9; in TEST_P() local
|
| /external/tensorflow/tensorflow/lite/examples/label_image/ |
| D | bitmap_helpers_impl.h | 31 void resize(T* out, uint8_t* in, int image_height, int image_width, in resize()
|
| D | label_image.cc | 140 int image_height = 224; in RunInference() local
|
| /external/libxcam/tests/ |
| D | test-pipe-manager.cpp | 70 void set_image_height (uint32_t image_height) { in set_image_height() 207 uint32_t image_height = 1080; in main() local
|
| /external/libxcam/modules/ocl/ |
| D | cl_tnr_handler.cpp | 112 uint32_t image_height = stats->info.height; in calculate_image_histogram() local 159 uint32_t image_height = input->get_video_info ().height; in calculate_image_histogram() local
|
| D | cl_tonemapping_handler.cpp | 109 int image_height = video_info.aligned_height; in prepare_parameters() local
|
| D | cl_wire_frame_handler.cpp | 75 CLWireFrameImageHandler::check_wire_frames_validity (uint32_t image_width, uint32_t image_height) in check_wire_frames_validity()
|
| /external/pdfium/core/fpdfapi/page/ |
| D | cpdf_devicecs.cpp | 108 int image_height, in TranslateImageLine()
|
| D | cpdf_colorspace.cpp | 521 int image_height, in TranslateImageLine() 591 int image_height, in TranslateImageLine() 669 int image_height, in TranslateImageLine() 766 int image_height, in TranslateImageLine() 879 int image_height, in TranslateImageLine()
|
| /external/mesa3d/src/mesa/state_tracker/ |
| D | st_pbo.h | 42 unsigned image_height; member
|
| /external/tensorflow/tensorflow/examples/multibox_detector/ |
| D | main.cc | 236 void DrawBox(const int image_width, const int image_height, int left, int top, in DrawBox() 293 const int image_height = original_tensor->shape().dim_size(0); in PrintTopDetections() local
|
| /external/autotest/client/site_tests/firmware_TouchMTB/ |
| D | report_html.py | 22 def __init__(self, image_width, image_height, score_colors): argument
|
| /external/libjpeg-turbo/ |
| D | rdjpgcom.c | 280 unsigned int image_height, image_width; in process_SOFn() local
|
| /external/webrtc/webrtc/common_video/ |
| D | video_frame.cc | 36 int ExpectedSize(int plane_stride, int image_height, PlaneType type) { in ExpectedSize()
|