Home
last modified time | relevance | path

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

12

/external/v4l2_codec2/vda/
Drect.h44 void set_height(int height) { size_.set_height(height); } in set_height() function
49 set_height(size.height()); in set_size()
59 set_height(height); in SetRect()
Dsize.h28 void set_height(int height) { height_ = height < 0 ? 0 : height; } in set_height() function
32 set_height(height); in SetSize()
43 set_height(ps.height());
/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.h48 void set_height(int height) { height_ = height < 0 ? 0 : height; } in set_height() function
57 set_height(height); in SetSize()
Dsize_f.h37 void set_height(float height) { height_ = clamp(height); } in set_height() function
43 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.cc32 set_height(s.height); in operator =()
Drect_f.cc52 set_height(std::max(height() - top - bottom, 0.0f)); in Inset()
/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_common.cc240 .set_height(params.tensor_in_rows) in Compute()
247 .set_height(params.out_height) in Compute()
388 .set_height(params.out_height) in Compute()
395 .set_height(params.tensor_in_rows) in Compute()
Dfused_batch_norm_op.cc306 .set_height(height) in operator ()()
313 .set_height(1) in operator ()()
460 .set_height(height) in operator ()()
467 .set_height(1) in operator ()()
Dconv_ops_fused_impl.h681 .set_height(in_rows)
691 .set_height(1)
705 .set_height(out_rows)
Dlrn_op.cc196 .set_height(rows) in launch()
413 .set_height(rows) in launch()
Dsummary_image_op.cc165 si->set_height(h); in AddImages()
Dconv_ops.cc766 .set_height(in_rows) in operator ()()
771 .set_height(out_rows) in operator ()()
Dconv_grad_filter_ops.cc718 .set_height(GetTensorDim(compatible_input, data_format, 'H')) in operator ()()
724 .set_height(dims.spatial_dims[0].output_size) in operator ()()
Dconv_grad_input_ops.cc834 .set_height(GetTensorDim(compatible_input_shape, data_format, 'H')) in operator ()()
840 .set_height(dims.spatial_dims[0].output_size) in operator ()()
/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/compiler/xla/service/gpu/
Dcudnn_batchnorm_thunk.cc65 .set_height(y_size) in MakeDescriptors()
71 .set_height(1) in MakeDescriptors()
Dcudnn_conv_runner.cc275 .set_height(1) in RunCudnnConvImpl()
/external/tensorflow/tensorflow/contrib/fused_conv/kernels/
Dfused_conv2d_bias_activation_op.cc584 .set_height(conv_input_rows) in launch()
595 .set_height(output_rows) in launch()
601 .set_height(1) in launch()
607 .set_height(output_rows) in launch()
/external/tensorflow/tensorflow/core/summary/
Dsummary_converter.cc93 si->set_height(h); in AddImages()

12