Home
last modified time | relevance | path

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

/external/XNNPACK/bench/
Df32-conv-hwc2chw.cc67 std::vector<float, AlignedAllocator<float, 32>> packed_weights(weights_elements * num_buffers); in DConvHWC2CHW3X3S2P1Benchmark() local
Df32-conv-hwc.cc65 std::vector<float, AlignedAllocator<float, 32>> packed_weights(weights_elements * num_buffers); in DConv3X3S2P1Benchmark() local
Df32-dwconv2d-chw.cc97 std::vector<float, AlignedAllocator<float, 32>> packed_weights(w_elements * num_buffers); in DWConv2DBenchmark() local
/external/XNNPACK/src/
Dindirection.c335 float* packed_weights, in xnn_indirection_init_resize_bilinear2d_hwc_f32()
430 float* packed_weights, in xnn_indirection_init_resize_bilinear2d_chw_f32()
Dpacking.c1515 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/
Dcompute.h359 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
Doperator.h226 void* packed_weights; member