Searched defs:height_in (Results 1 – 7 of 7) sorted by relevance
46 const auto height_in = static_cast<int>(src.shape()[1]); in batch_to_space() local
44 const auto height_in = static_cast<int>(src.shape()[1]); in depth_to_space() local
47 const auto height_in = static_cast<int>(src.shape()[1]); in space_to_depth() local
47 const auto height_in = static_cast<int>(src.shape()[1]); in space_to_batch() local
52 const int height_in = src.shape().y(); in convolution_layer_nchw() local
86 const int height_in = src.shape().y(); in deconvolution_layer() local
50 int width, int height_in, uint16* p16, in Convert8to16()