Home
last modified time | relevance | path

Searched defs:extrapolation_value (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNECropKernel.cpp122 …void out_of_bounds_crop_window(const ITensor *output, float *output_ptr, float extrapolation_value, in out_of_bounds_crop_window()
139 …w(const ITensor *input, const ITensor *output, Coordinates input_offset, float extrapolation_value, in execute_window()
197 …p_boxes, const ITensor *box_ind, ITensor *output, uint32_t crop_box_ind, float extrapolation_value) in configure()
210 … ITensorInfo *box_ind, const ITensorInfo *output, uint32_t crop_box_ind, float extrapolation_value) in validate()
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLCrop.cpp54 …nsor *dst, Coordinates2D start, Coordinates2D end, uint32_t batch_index, float extrapolation_value, in configure()
60 …nsor *dst, Coordinates2D start, Coordinates2D end, uint32_t batch_index, float extrapolation_value, in configure()
73 …, Coordinates2D start, Coordinates2D end, uint32_t batch_index, float extrapolation_value, Window … in validate()
H A DCLCropResize.cpp68 … Coordinates2D crop_size, InterpolationPolicy method, float extrapolation_value) in validate()
87 InterpolationPolicy method, float extrapolation_value) in configure()
93 InterpolationPolicy method, float extrapolation_value) in configure()
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DCropResizeFixture.h51 float extrapolation_value, bool is_outside_bounds, DataType data_type) in setup()
71 float extrapolation_value, bool is_outside_bounds, DataType data_type) in compute_target()
109float extrapolation_value, bool is_outside_bounds, DataType data_type) in compute_reference()
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DCropResize.cpp37 …or<float> &in, const TensorShape &out_shape, InterpolationPolicy policy, float extrapolation_value) in scale_image()
124 …Tensor<T> &src, Coordinates start, Coordinates end, int32_t batch_index, float extrapolation_value) in crop_image()
161 … Coordinates2D crop_size, InterpolationPolicy method, float extrapolation_value) in crop_and_resize()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClCrop.cpp35 …Info *dst, Coordinates2D start, Coordinates2D end, uint32_t batch_index, float extrapolation_value, in configure()
44 …, Coordinates2D start, Coordinates2D end, uint32_t batch_index, float extrapolation_value, Window … in validate()
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNECropResize.cpp43 … Coordinates2D crop_size, InterpolationPolicy method, float extrapolation_value) in validate()
60 InterpolationPolicy method, float extrapolation_value) in configure()
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/
H A DClCropKernel.cpp50 float extrapolation_value, Window *dst_window) in configure()
90 …, Coordinates2D start, Coordinates2D end, uint32_t batch_index, float extrapolation_value, Window … in validate()
/aosp_15_r20/external/ComputeLibrary/tests/datasets/
H A DCropResizeDataset.h101 …rShape boxes_shape, Coordinates2D crop_size, InterpolationPolicy method, float extrapolation_value) in add_config()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dcrop_and_resize_op_test.cc37 void MakeOp(float extrapolation_value, const string& method) { in MakeOp()
H A Dcrop_and_resize_op_gpu.cu.cc45 float extrapolation_value, float* __restrict__ crops_ptr) { in CropAndResizeKernel()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py4800 extrapolation_value=.0, argument
4888 extrapolation_value=0, argument