Home
last modified time | relevance | path

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

/external/ComputeLibrary/tests/validation/reference/
DBatchToSpaceLayer.cpp46 const auto height_in = static_cast<int>(src.shape()[1]); in batch_to_space() local
DDepthToSpaceLayer.cpp44 const auto height_in = static_cast<int>(src.shape()[1]); in depth_to_space() local
DSpaceToDepth.cpp47 const auto height_in = static_cast<int>(src.shape()[1]); in space_to_depth() local
DSpaceToBatch.cpp47 const auto height_in = static_cast<int>(src.shape()[1]); in space_to_batch() local
DConvolutionLayer.cpp52 const int height_in = src.shape().y(); in convolution_layer_nchw() local
DDeconvolutionLayer.cpp86 const int height_in = src.shape().y(); in deconvolution_layer() local
/external/tensorflow/tensorflow/core/lib/png/
Dpng_io.cc50 int width, int height_in, uint16* p16, in Convert8to16()