Searched refs:crop_and_resize (Results 1 – 11 of 11) sorted by relevance
/external/ComputeLibrary/tests/validation/reference/ |
D | CropResize.cpp | 160 SimpleTensor<float> crop_and_resize(const SimpleTensor<T> &src, const SimpleTensor<float> &boxes, S… in crop_and_resize() function 184 template SimpleTensor<float> crop_and_resize(const SimpleTensor<float> &src, const SimpleTensor<flo… 186 template SimpleTensor<float> crop_and_resize(const SimpleTensor<uint16_t> &src, const SimpleTensor<… 188 template SimpleTensor<float> crop_and_resize(const SimpleTensor<uint32_t> &src, const SimpleTensor<… 190 template SimpleTensor<float> crop_and_resize(const SimpleTensor<int16_t> &src, const SimpleTensor<f… 192 template SimpleTensor<float> crop_and_resize(const SimpleTensor<int32_t> &src, const SimpleTensor<f… 194 template SimpleTensor<float> crop_and_resize(const SimpleTensor<half> &src, const SimpleTensor<floa… 196 template SimpleTensor<float> crop_and_resize(const SimpleTensor<uint8_t> &src, const SimpleTensor<f…
|
D | CropResize.h | 38 SimpleTensor<float> crop_and_resize(const SimpleTensor<T> &src, const SimpleTensor<float> &boxes, S…
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2020-028.md | 7 When the `boxes` argument of `tf.image.crop_and_resize` has a very large value,
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_CropAndResizeGradBoxes.pbtxt | 51 summary: "Computes the gradient of the crop_and_resize op wrt the input boxes tensor."
|
D | api_def_CropAndResizeGradImage.pbtxt | 52 summary: "Computes the gradient of the crop_and_resize op wrt the input image tensor."
|
/external/ComputeLibrary/tests/validation/fixtures/ |
D | CropResizeFixture.h | 121 …SimpleTensor<float> output = reference::crop_and_resize(src, boxes, boxes_ind, crop_size, method, … in compute_reference()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_grad_test_base.py | 440 crops = image_ops.crop_and_resize( 529 return image_ops.crop_and_resize(
|
D | image_ops_impl.py | 4873 return gen_image_ops.crop_and_resize(image, boxes, box_indices, crop_size, 4893 return gen_image_ops.crop_and_resize(image, boxes, box_ind, crop_size, method, 4897 crop_and_resize_v1.__doc__ = gen_image_ops.crop_and_resize.__doc__
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.pbtxt | 44 name: "crop_and_resize"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.pbtxt | 44 name: "crop_and_resize"
|
/external/tensorflow/ |
D | RELEASE.md | 1936 * Add a deterministic CPU implementation of `tf.image.crop_and_resize`. 1946 * `tf.image.crop_and_resize` gradient w.r.t. either `image` or
|