Searched refs:int16 (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NeuralNetworks/common/operations/ |
D | DepthwiseConv2D.cpp | 148 .padding_values = {static_cast<int16>(paddingWidth), static_cast<int16>(paddingHeight), in depthwiseConvNhwc() 150 .stride_width = static_cast<int16>(strideWidth), in depthwiseConvNhwc() 151 .stride_height = static_cast<int16>(strideHeight), in depthwiseConvNhwc() 152 .dilation_width_factor = static_cast<int16>(dilationWidthFactor), in depthwiseConvNhwc() 153 .dilation_height_factor = static_cast<int16>(dilationHeightFactor), in depthwiseConvNhwc() 154 .depth_multiplier = static_cast<int16>(depthMultiplier), in depthwiseConvNhwc() 219 .padding_values = {static_cast<int16>(paddingWidth), static_cast<int16>(paddingHeight), in depthwiseConvNhwc() 221 .stride_width = static_cast<int16>(strideWidth), in depthwiseConvNhwc() 222 .stride_height = static_cast<int16>(strideHeight), in depthwiseConvNhwc() 223 .dilation_width_factor = static_cast<int16>(dilationWidthFactor), in depthwiseConvNhwc() [all …]
|
/packages/modules/NeuralNetworks/common/random/ |
D | philox_random.h | 42 typedef int16_t int16; typedef
|