Searched defs:packed_weights (Results 1 – 7 of 7) sorted by relevance
| /external/XNNPACK/bench/ |
| D | f32-conv-hwc2chw.cc | 67 std::vector<float, AlignedAllocator<float, 32>> packed_weights(weights_elements * num_buffers); in DConvHWC2CHW3X3S2P1Benchmark() local
|
| D | f32-conv-hwc.cc | 65 std::vector<float, AlignedAllocator<float, 32>> packed_weights(weights_elements * num_buffers); in DConv3X3S2P1Benchmark() local
|
| D | f32-dwconv2d-chw.cc | 97 std::vector<float, AlignedAllocator<float, 32>> packed_weights(w_elements * num_buffers); in DWConv2DBenchmark() local
|
| /external/XNNPACK/src/ |
| D | indirection.c | 335 float* packed_weights, in xnn_indirection_init_resize_bilinear2d_hwc_f32() 430 float* packed_weights, in xnn_indirection_init_resize_bilinear2d_chw_f32()
|
| D | packing.c | 1515 float* packed_weights, in xnn_pack_f32_chw_dwconv_ghw_w() 1536 uint16_t* packed_weights, in xnn_pack_f16_chw_dwconv_ghw_w() 1557 float* packed_weights, in xnn_pack_f32_chw_dwconv_hwg_w()
|
| /external/XNNPACK/src/xnnpack/ |
| D | compute.h | 359 const void* packed_weights; member 388 const void* packed_weights; member 422 const void* packed_weights; member 710 const void* packed_weights; member 737 const void* packed_weights; member
|
| D | operator.h | 226 void* packed_weights; member
|