Home
last modified time | relevance | path

Searched refs:set_height (Results 1 – 25 of 47) sorted by relevance

12

/external/libchrome/ui/gfx/geometry/
Drect.h74 size_.set_height(GetClampedValue(y, height())); in set_y()
81 void set_height(int height) { in set_height() function
82 size_.set_height(GetClampedValue(y(), height)); in set_height()
90 set_height(height()); in set_origin()
96 set_height(size.height()); in set_size()
112 set_height(height); in SetRect()
Dsize_f.h37 void set_height(float height) { height_ = clamp(height); } in set_height() function
43 set_height(height); in SetSize()
Dsize.h48 void set_height(int height) { height_ = height < 0 ? 0 : height; } in set_height() function
57 set_height(height); in SetSize()
Drect.cc120 set_height(base::ClampSub(height(), base::ClampAdd(top, bottom))); in Inset()
127 set_height(height()); in Offset()
134 set_height(height()); in operator +=()
Drect_f.h58 void set_height(float height) { size_.set_height(height); } in set_height() function
Dsize_unittest.cc188 test.set_height(clearly_trivial); in TEST()
192 test.set_height(massize_dimension); in TEST()
Dsize.cc32 set_height(s.height); in operator =()
Dbox_f.h74 void set_height(float height) { height_ = height < 0 ? 0 : height; } in set_height() function
Drect_f.cc52 set_height(std::max(height() - top - bottom, 0.0f)); in Inset()
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dimage_preprocessing_stage.h91 params.mutable_cropping_params()->mutable_target_size()->set_height(height);
105 params.mutable_resizing_params()->mutable_target_size()->set_height(height); in AddResizingStep()
116 params.mutable_padding_params()->mutable_target_size()->set_height(height); in AddPaddingStep()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dshared_rect.h31 void set_height(int height) { height_ = height; } in set_height() function
Dshared_rect_traits.h26 out->set_height(r.height());
Drect_chromium_traits.h27 out->set_height(r.height());
Drect_chromium.h51 void set_height(int height) { in set_height() function
/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_common.cc364 .set_height(tensor_in_rows) in Compute()
371 .set_height(params.out_height) in Compute()
679 .set_height(params.out_height) in Compute()
686 .set_height(tensor_in_rows) in Compute()
Dlrn_op.cc205 .set_height(rows) in launch()
258 .set_height(rows) in launch()
497 .set_height(rows) in launch()
572 .set_height(rows) in launch()
Dconv_ops_fused_impl.h575 .set_height(in_rows)
585 .set_height(1)
599 .set_height(out_rows)
Dsummary_image_op.cc165 si->set_height(h); in AddImages()
Dconv_grad_input_ops.cc251 .set_height(GetTensorDim(compatible_input_shape, data_format, 'H')) in operator ()()
257 .set_height(dims.spatial_dims[0].output_size) in operator ()()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcudnn_batchnorm_runner.cc101 .set_height(y_size) in MakeBatchNormDescriptors()
106 .set_height(1) in MakeBatchNormDescriptors()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/
Dimage_segmenter.cc310 roi.set_height(frame_buffer.dimension().height); in Segment()
348 segmentation->set_height(mask_dimension.height); in Postprocess()
/external/webrtc/modules/desktop_capture/
Ddesktop_geometry.h114 void set_height(int32_t height) { bottom_ = top_ + height; } in set_height() function
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dframe_buffer_utils.cc124 result.set_height(rh); in RotateBoundingBox()
210 from_box.set_height( in OrientAndDenormalizeBoundingBox()
/external/tflite-support/tensorflow_lite_support/java/src/native/task/vision/classifier/
Dimage_classifier_jni.cc221 roi.set_height(roi_array[3]); in Java_org_tensorflow_lite_task_vision_classifier_ImageClassifier_classifyNative()
/external/crosvm/src/
Dcrosvm.rs132 pub fn set_height(&mut self, height: u32) { in set_height() method

12