Home
last modified time | relevance | path

Searched defs:export_weights_to_cl_image (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/heuristics/direct_conv/
H A DClDirectConvDefaultConfigValhall.cpp82 const bool export_weights_to_cl_image = export_to_cl_image(wei); in configure_G78_f32() local
143 const bool export_weights_to_cl_image = export_to_cl_image(wei); in configure_G78_f16() local
279 const bool export_weights_to_cl_image = export_to_cl_image(wei); in configure_G57_f32() local
339 const bool export_weights_to_cl_image = export_to_cl_image(wei); in configure_G57_f16() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/heuristics/indirect_conv/
H A DClIndirectConvDefaultConfigValhall.cpp67 const bool export_weights_to_cl_image = export_to_cl_image(wei); in configure_G77_f32() local
111 const bool export_weights_to_cl_image = export_to_cl_image(wei); in configure_G77_f16() local
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/components/cl/
H A DClComponentDepthwiseConv2d.cpp51 Settings &Settings::export_weights_to_cl_image(bool cl_image) in export_weights_to_cl_image() function in arm_compute::experimental::dynamic_fusion::Settings
57 bool Settings::export_weights_to_cl_image() const in export_weights_to_cl_image() function in arm_compute::experimental::dynamic_fusion::Settings