Home
last modified time | relevance | path

Searched defs:width_in (Results 1 – 7 of 7) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DBatchToSpaceLayer.cpp45 const auto width_in = static_cast<int>(src.shape()[0]); in batch_to_space() local
DDepthToSpaceLayer.cpp43 const auto width_in = static_cast<int>(src.shape()[0]); in depth_to_space() local
DUpsampleLayer.cpp54 const int width_in = src.shape().x(); in upsample_layer() local
DSpaceToDepth.cpp46 const auto width_in = static_cast<int>(src.shape()[0]); in space_to_depth() local
DSpaceToBatch.cpp46 const auto width_in = static_cast<int>(src.shape()[0]); in space_to_batch() local
DConvolutionLayer.cpp51 const int width_in = src.shape().x(); in convolution_layer_nchw() local
DDeconvolutionLayer.cpp85 const int width_in = src.shape().x(); in deconvolution_layer() local