Home
last modified time | relevance | path

Searched refs:enable_cl_cache (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/utils/
DCommonGraphOptions.cpp87 … os << "Cache enabled? : " << (common_params.enable_cl_cache ? true_str : false_str) << std::endl; in operator <<()
123 enable_cl_cache(parser.add_option<ToggleOption>("enable-cl-cache")), in CommonGraphOptions()
172 enable_cl_cache->set_help("Enable OpenCL program caches"); in CommonGraphOptions()
203 …rams.enable_cl_cache = common_params.target == arm_compute::graph::Target::CL ? (options.en… in consume_common_graph_parameters()
DCommonGraphOptions.h102 bool enable_cl_cache{ false };
158 ToggleOption *enable_cl_cache; /**< Enable opencl kernels cache */ variable
/external/ComputeLibrary/examples/
Dgraph_alexnet.cpp165 if(common_params.enable_cl_cache) in do_setup()
175 if(common_opts.enable_cl_cache) in do_setup()
Dgraph_inception_v4.cpp163 if(common_params.enable_cl_cache) in do_setup()
173 if(common_opts.enable_cl_cache) in do_setup()