MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / configure

Method configure

src/runtime/CL/functions/CLCropResize.cpp:113–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void CLCropResize::configure(const ICLTensor *input,
114 ICLTensor *boxes,
115 ICLTensor *box_ind,
116 ICLTensor *output,
117 Coordinates2D crop_size,
118 InterpolationPolicy method,
119 float extrapolation_value)
120{
121 configure(CLKernelLibrary::get().get_compile_context(), input, boxes, box_ind, output, crop_size, method,
122 extrapolation_value);
123}
124
125void CLCropResize::configure(const CLCompileContext &compile_context,
126 const ICLTensor *input,

Callers

nothing calls this directly

Calls 15

auto_init_if_emptyFunction · 0.85
configure_cropFunction · 0.85
PixelValueClass · 0.85
push_backMethod · 0.80
validateFunction · 0.50
TensorShapeClass · 0.50
calculate_max_windowFunction · 0.50
DimensionClass · 0.50
infoMethod · 0.45
mapMethod · 0.45
initMethod · 0.45
allocatorMethod · 0.45

Tested by

no test coverage detected