Home
last modified time | relevance | path

Searched refs:int16 (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/common/cpu_operations/
DDepthwiseConv2D.cpp144 .padding_values = {static_cast<int16>(paddingWidth), static_cast<int16>(paddingHeight), in depthwiseConvNhwc()
146 .stride_width = static_cast<int16>(strideWidth), in depthwiseConvNhwc()
147 .stride_height = static_cast<int16>(strideHeight), in depthwiseConvNhwc()
148 .dilation_width_factor = static_cast<int16>(dilationWidthFactor), in depthwiseConvNhwc()
149 .dilation_height_factor = static_cast<int16>(dilationHeightFactor), in depthwiseConvNhwc()
150 .depth_multiplier = static_cast<int16>(depthMultiplier), in depthwiseConvNhwc()
215 .padding_values = {static_cast<int16>(paddingWidth), static_cast<int16>(paddingHeight), in depthwiseConvNhwc()
217 .stride_width = static_cast<int16>(strideWidth), in depthwiseConvNhwc()
218 .stride_height = static_cast<int16>(strideHeight), in depthwiseConvNhwc()
219 .dilation_width_factor = static_cast<int16>(dilationWidthFactor), in depthwiseConvNhwc()
[all …]
/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_tables.py77 d32 = np.clip(np.rint(d * 2**23), -(1 << 23), (1 << 23) - 1).astype(np.int16)
Dasrc_resampler_test.py49 astype([np.int16, np.int32][bitdepth > 16], 'C')
/packages/modules/NeuralNetworks/common/random/
Dphilox_random.h42 typedef int16_t int16; typedef