Searched refs:packed_channels (Results 1 – 9 of 9) sorted by relevance
/external/XNNPACK/test/ |
D | vmulcaddc-microkernel-tester.h | 53 inline size_t packed_channels() const { in packed_channels() function 134 std::vector<uint16_t, AlignedAllocator<uint16_t, 64>> packed_w(packed_channels() * 2); 204 std::vector<float, AlignedAllocator<float, 64>> packed_w(packed_channels() * 2);
|
D | dwconv-microkernel-tester.h | 90 inline uint32_t packed_channels() const { in packed_channels() function 182 …cator<uint8_t, 64>> packed_weights((kr() + sizeof(int32_t) / sizeof(uint8_t)) * packed_channels()); 295 …locator<int8_t, 64>> packed_weights((kr() + sizeof(int32_t) / sizeof(int8_t)) * packed_channels()); 407 …d::vector<uint16_t, AlignedAllocator<uint16_t, 64>> packed_weights((kr() + 1) * packed_channels()); 496 std::vector<float, AlignedAllocator<float, 64>> packed_weights((kr() + 1) * packed_channels()); in Test() 567 std::vector<float, AlignedAllocator<float, 64>> packed_weights((kr() + 1) * packed_channels());
|
/external/XNNPACK/src/f32-gavgpool/ |
D | 7p7x-minmax-neon-c4.c | 34 const size_t packed_channels = round_up_po2(channels, 4); in xnn_f32_gavgpool_minmax_ukernel_7p7x__neon_c4() local 35 const size_t input_increment = 7 * input_stride - packed_channels * sizeof(float); in xnn_f32_gavgpool_minmax_ukernel_7p7x__neon_c4()
|
D | 7p7x-minmax-wasmsimd-arm-c4.c | 34 const size_t packed_channels = round_up_po2(channels, 4); in xnn_f32_gavgpool_minmax_ukernel_7p7x__wasmsimd_arm_c4() local 35 const size_t input_increment = 7 * input_stride - packed_channels * sizeof(float); in xnn_f32_gavgpool_minmax_ukernel_7p7x__wasmsimd_arm_c4()
|
D | 7p7x-minmax-sse-c4.c | 34 const size_t packed_channels = round_up_po2(channels, 4); in xnn_f32_gavgpool_minmax_ukernel_7p7x__sse_c4() local 35 const size_t input_increment = 7 * input_stride - packed_channels * sizeof(float); in xnn_f32_gavgpool_minmax_ukernel_7p7x__sse_c4()
|
D | 7p7x-minmax-wasmsimd-x86-c4.c | 34 const size_t packed_channels = round_up_po2(channels, 4); in xnn_f32_gavgpool_minmax_ukernel_7p7x__wasmsimd_x86_c4() local 35 const size_t input_increment = 7 * input_stride - packed_channels * sizeof(float); in xnn_f32_gavgpool_minmax_ukernel_7p7x__wasmsimd_x86_c4()
|
/external/XNNPACK/src/f16-gavgpool/ |
D | 7p7x-minmax-neonfp16arith-c8.c | 35 const size_t packed_channels = round_up_po2(channels, 8); in xnn_f16_gavgpool_minmax_ukernel_7p7x__neonfp16arith_c8() local 36 const size_t input_increment = 7 * input_stride - packed_channels * sizeof(__fp16); in xnn_f16_gavgpool_minmax_ukernel_7p7x__neonfp16arith_c8()
|
/external/XNNPACK/src/qu8-gavgpool/ |
D | 7p7x-minmax-neon-c8.c | 38 const size_t packed_channels = round_up_po2(channels, 8); in xnn_qu8_gavgpool_minmax_ukernel_7p7x__neon_c8() local 39 const size_t input_increment = 7 * input_stride - packed_channels; in xnn_qu8_gavgpool_minmax_ukernel_7p7x__neon_c8()
|
D | 7p7x-minmax-sse2-c8.c | 37 const size_t packed_channels = round_up_po2(channels, 8); in xnn_qu8_gavgpool_minmax_ukernel_7p7x__sse2_c8() local 38 const size_t input_increment = 7 * input_stride - packed_channels; in xnn_qu8_gavgpool_minmax_ukernel_7p7x__sse2_c8()
|