Home
last modified time | relevance | path

Searched refs:resize_image (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bilinear_op.cc205 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/
Deditorhelper.h116 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/
Dui_detection.proto50 optional bool resize_image = 3;
/external/avb/
Davbtool.py2346 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)
DREADME.md449 `resize_image` command:
451 $ avbtool resize_image \
/external/libultrahdr/lib/src/
Deditorhelper.cpp106 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
Djpegr.cpp1538 resized_gainmap = resize_image(gainmap_img, sdr_intent->w, sdr_intent->h); in applyGainMap()