Searched refs:resize_image (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/image/ |
D | resize_bilinear_op.cc | 205 void resize_image( 213 void resize_image(typename TTypes<T, 4>::ConstTensor images, in resize_image() function 327 resize_image<T>(images, batch_size, in_height, in_width, out_height, in operator ()()
|
/external/libultrahdr/lib/include/ultrahdr/ |
D | editorhelper.h | 116 std::unique_ptr<uhdr_raw_image_ext_t> resize_image(uhdr_raw_image_t* src, int dst_w, int dst_h);
|
/external/googleapis/google/chromeos/uidetection/v1/ |
D | ui_detection.proto | 50 optional bool resize_image = 3;
|
/external/avb/ |
D | avbtool.py | 2346 def resize_image(self, image_filename, partition_size): member in Avb 4591 sub_parser.set_defaults(func=self.resize_image) 4973 def resize_image(self, args): member in AvbTool 4975 self.avb.resize_image(args.image.name, args.partition_size)
|
D | README.md | 449 `resize_image` command: 451 $ avbtool resize_image \
|
/external/libultrahdr/lib/src/ |
D | editorhelper.cpp | 106 std::unique_ptr<uhdr_raw_image_ext_t> resize_image(uhdr_raw_image_t* src, int dst_w, int dst_h) { in resize_image() function
|
D | jpegr.cpp | 1538 resized_gainmap = resize_image(gainmap_img, sdr_intent->w, sdr_intent->h); in applyGainMap()
|