Home
last modified time | relevance | path

Searched defs:packed_weights (Results 1 – 12 of 12) sorted by relevance

/external/XNNPACK/test/
Dpacking.cc27 …std::vector<uint8_t> packed_weights(((primary_tile + sizeof(int32_t)/sizeof(uint8_t)) * round_up_p… in TEST() local
77 …std::vector<uint8_t> packed_weights(((primary_tile + sizeof(int32_t)/sizeof(uint8_t)) * round_up_p… in TEST() local
138 …std::vector<uint8_t> packed_weights(((primary_tile + sizeof(int32_t)/sizeof(uint8_t)) * round_up_p… in TEST() local
195 …std::vector<uint8_t> packed_weights(((primary_tile + sizeof(int32_t)/sizeof(uint8_t)) * round_up_p… in TEST() local
260 …std::vector<uint8_t> packed_weights(((primary_tile + sizeof(int32_t)/sizeof(uint8_t)) * round_up_p… in TEST() local
308 …std::vector<uint8_t> packed_weights(((primary_tile + sizeof(int32_t)/sizeof(uint8_t)) * round_up_p… in TEST() local
369 …std::vector<uint8_t> packed_weights(((primary_tile + sizeof(int32_t)/sizeof(uint8_t)) * round_up_p… in TEST() local
420 …std::vector<uint8_t> packed_weights(((primary_tile + sizeof(int32_t)/sizeof(uint8_t)) * round_up_p… in TEST() local
485 …std::vector<uint8_t> packed_weights(((primary_tile + sizeof(int32_t)/sizeof(uint8_t)) * round_up_p… in TEST() local
532 …std::vector<uint8_t> packed_weights(((primary_tile + sizeof(int32_t)/sizeof(uint8_t)) * round_up_p… in TEST() local
[all …]
/external/ComputeLibrary/src/cpu/operators/
DCpuDepthwiseConv2d.cpp155 auto packed_weights = tensors.get_tensor(TensorType::ACL_INT_4); in run() local
228 auto packed_weights = tensors.get_tensor(TensorType::ACL_INT_4); in prepare() local
245 auto packed_weights = tensors.get_tensor(TensorType::ACL_INT_4); in prepare() local
/external/XNNPACK/bench/
Df16-conv-hwc2chw.cc71 …std::vector<uint16_t, AlignedAllocator<uint16_t, 64>> packed_weights(weights_elements * num_buffer… in f16_conv_hwc2chw() local
Df32-conv-hwc2chw.cc69 std::vector<float, AlignedAllocator<float, 64>> packed_weights(weights_elements * num_buffers); in f32_conv_hwc2chw() local
Df32-conv-hwc.cc67 std::vector<float, AlignedAllocator<float, 64>> packed_weights(weights_elements * num_buffers); in f32_conv_hwc() local
Df16-dwconv2d-chw.cc101 std::vector<uint16_t, AlignedAllocator<uint16_t, 64>> packed_weights(w_elements * num_buffers); in f16_dwconv2d_chw() local
Df32-dwconv2d-chw.cc99 std::vector<float, AlignedAllocator<float, 64>> packed_weights(w_elements * num_buffers); in f32_dwconv2d_chw() local
/external/XNNPACK/src/
Dindirection.c345 void* packed_weights, in xnn_indirection_init_resize_bilinear2d_hwc_f16()
441 float* packed_weights, in xnn_indirection_init_resize_bilinear2d_hwc_f32()
536 int16_t* packed_weights, in xnn_indirection_init_resize_bilinear2d_hwc_q11()
631 void* packed_weights, in xnn_indirection_init_resize_bilinear2d_chw_f16()
732 float* packed_weights, in xnn_indirection_init_resize_bilinear2d_chw_f32()
Dpacking.c1963 float* packed_weights, in xnn_pack_f32_chw_dwconv_ghw_w()
1984 uint16_t* packed_weights, in xnn_pack_f16_chw_dwconv_ghw_w()
2005 float* packed_weights, in xnn_pack_f32_chw_dwconv_hwg_w()
/external/XNNPACK/src/xnnpack/
Doperator.h158 } packed_weights; member
307 static inline void* packed_weights(struct xnn_operator* op) { in packed_weights() function
Dcompute.h465 const void* packed_weights; member
494 const void* packed_weights; member
528 const void* packed_weights; member
771 const void* packed_weights; member
798 const void* packed_weights; member
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEDepthwiseConvolutionLayer.cpp56 Tensor packed_weights{}; // INT_4 member