Home
last modified time | relevance | path

Searched refs:save_to_ppm (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/examples/
H A Dneon_scale.cpp94save_to_ppm(dst, output_filename); // save_to_ppm maps and unmaps the image to store as PPM in do_teardown()
/aosp_15_r20/external/ComputeLibrary/utils/
H A DUtils.h506 void save_to_ppm(T &tensor, const std::string &ppm_filename) in save_to_ppm() function
H A DGraphUtils.cpp150 arm_compute::utils::save_to_ppm(tensor, ss.str()); in access_tensor()