Searched defs:packed_weights (Results 1 – 12 of 12) sorted by relevance
| /external/XNNPACK/test/ |
| D | packing.cc | 27 …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/ |
| D | CpuDepthwiseConv2d.cpp | 155 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/ |
| D | f16-conv-hwc2chw.cc | 71 …std::vector<uint16_t, AlignedAllocator<uint16_t, 64>> packed_weights(weights_elements * num_buffer… in f16_conv_hwc2chw() local
|
| D | f32-conv-hwc2chw.cc | 69 std::vector<float, AlignedAllocator<float, 64>> packed_weights(weights_elements * num_buffers); in f32_conv_hwc2chw() local
|
| D | f32-conv-hwc.cc | 67 std::vector<float, AlignedAllocator<float, 64>> packed_weights(weights_elements * num_buffers); in f32_conv_hwc() local
|
| D | f16-dwconv2d-chw.cc | 101 std::vector<uint16_t, AlignedAllocator<uint16_t, 64>> packed_weights(w_elements * num_buffers); in f16_dwconv2d_chw() local
|
| D | f32-dwconv2d-chw.cc | 99 std::vector<float, AlignedAllocator<float, 64>> packed_weights(w_elements * num_buffers); in f32_dwconv2d_chw() local
|
| /external/XNNPACK/src/ |
| D | indirection.c | 345 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()
|
| D | packing.c | 1963 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/ |
| D | operator.h | 158 } packed_weights; member 307 static inline void* packed_weights(struct xnn_operator* op) { in packed_weights() function
|
| D | compute.h | 465 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/ |
| D | NEDepthwiseConvolutionLayer.cpp | 56 Tensor packed_weights{}; // INT_4 member
|