/external/v4l2_codec2/vda/ |
D | rect.h | 44 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()
|
D | size.h | 28 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/ |
D | rect.h | 74 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()
|
D | size.h | 48 void set_height(int height) { height_ = height < 0 ? 0 : height; } in set_height() function 57 set_height(height); in SetSize()
|
D | size_f.h | 37 void set_height(float height) { height_ = clamp(height); } in set_height() function 43 set_height(height); in SetSize()
|
D | rect.cc | 120 set_height(base::ClampSub(height(), base::ClampAdd(top, bottom))); in Inset() 127 set_height(height()); in Offset() 134 set_height(height()); in operator +=()
|
D | rect_f.h | 58 void set_height(float height) { size_.set_height(height); } in set_height() function
|
D | size.cc | 32 set_height(s.height); in operator =()
|
D | rect_f.cc | 52 set_height(std::max(height() - top - bottom, 0.0f)); in Inset()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | pooling_ops_common.cc | 240 .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()
|
D | fused_batch_norm_op.cc | 306 .set_height(height) in operator ()() 313 .set_height(1) in operator ()() 460 .set_height(height) in operator ()() 467 .set_height(1) in operator ()()
|
D | conv_ops_fused_impl.h | 681 .set_height(in_rows) 691 .set_height(1) 705 .set_height(out_rows)
|
D | lrn_op.cc | 196 .set_height(rows) in launch() 413 .set_height(rows) in launch()
|
D | summary_image_op.cc | 165 si->set_height(h); in AddImages()
|
D | conv_ops.cc | 766 .set_height(in_rows) in operator ()() 771 .set_height(out_rows) in operator ()()
|
D | conv_grad_filter_ops.cc | 718 .set_height(GetTensorDim(compatible_input, data_format, 'H')) in operator ()() 724 .set_height(dims.spatial_dims[0].output_size) in operator ()()
|
D | conv_grad_input_ops.cc | 834 .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/ |
D | shared_rect.h | 31 void set_height(int height) { height_ = height; } in set_height() function
|
D | shared_rect_traits.h | 26 out->set_height(r.height());
|
D | rect_chromium_traits.h | 27 out->set_height(r.height());
|
D | rect_chromium.h | 51 void set_height(int height) { in set_height() function
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_batchnorm_thunk.cc | 65 .set_height(y_size) in MakeDescriptors() 71 .set_height(1) in MakeDescriptors()
|
D | cudnn_conv_runner.cc | 275 .set_height(1) in RunCudnnConvImpl()
|
/external/tensorflow/tensorflow/contrib/fused_conv/kernels/ |
D | fused_conv2d_bias_activation_op.cc | 584 .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/ |
D | summary_converter.cc | 93 si->set_height(h); in AddImages()
|