Home
last modified time | relevance | path

Searched defs:offset_slice_in (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DConvolution3d.h71 const int offset_slice_in = xi + yi * width_in + ifm * width_in * height_in; variable
149 const int offset_slice_in = xi + yi * width_in + ifm * width_in * height_in; variable
H A DDeconvolutionLayer.cpp122 const int offset_slice_in = slice * width_in * height_in; in deconvolution_layer() local