Home
last modified time | relevance | path

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

/external/XNNPACK/src/
Dresize-bilinear-nhwc.c157 …float* packed_weights = (float*) xnn_reallocate_memory(resize_op->packed_weights, packed_weights_s… in xnn_setup_resize_bilinear2d_nhwc_f32() local
Dindirection.c299 float* packed_weights, in xnn_indirection_init_resize_bilinear2d_f32()
/external/XNNPACK/bench/
Df32-conv-hwc.cc66 std::vector<float, AlignedAllocator<float, 32>> packed_weights(weights_elements * num_buffers); in DConv3X3S2P1Benchmark() local
Df32-conv-hwc2spchw.cc66 std::vector<float, AlignedAllocator<float, 32>> packed_weights(weights_elements * num_buffers); in DConvHWC2SpCHW3X3S2P1Benchmark() local
Df32-dwconv-spchw.cc98 std::vector<float, AlignedAllocator<float, 32>> packed_weights(w_elements * num_buffers); in DWConvCHWBenchmark() local
215 std::vector<float, AlignedAllocator<float, 32>> packed_weights(w_elements * num_buffers); in DWConvHWoTCTBenchmark() local
/external/XNNPACK/src/xnnpack/
Dcompute.h94 const void* packed_weights; member
215 const void* packed_weights; member
243 const void* packed_weights; member
269 const void* packed_weights; member
513 const void* packed_weights; member
Doperator.h209 void* packed_weights; member
Dpack.h855 float* packed_weights) in xnn_pack_f32_spchw_dwconv_ghw_w()