Home
last modified time | relevance | path

Searched refs:default_init_with_context (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/
H A DCLScheduler.h74 …void default_init_with_context(cl::Device &device, cl::Context &ctx, ICLTuner *cl_tuner = nullptr,…
/aosp_15_r20/external/ComputeLibrary/tests/benchmark_examples/
H A DRunExample.cpp144 … .default_init_with_context(std::get<1>(ctx_dev_err), std::get<0>(ctx_dev_err), nullptr, &gemm_h); in run_example()
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/
H A DCLScheduler.cpp110 void CLScheduler::default_init_with_context(cl::Device &device, cl::Context &ctx, ICLTuner *cl_tune… in default_init_with_context() function in arm_compute::CLScheduler
/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/
H A DRunExample.cpp164 …CLScheduler::get().default_init_with_context(std::get<1>(ctx_dev_err), std::get<0>(ctx_dev_err), n… in run_example()
/aosp_15_r20/external/ComputeLibrary/tests/
H A Dmain.cpp190 …CLScheduler::get().default_init_with_context(std::get<1>(ctx_dev_err), std::get<0>(ctx_dev_err), &… in main()