Home
last modified time | relevance | path

Searched defs:cl_compile_ctx (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/ComputeLibrary/tests/validation/dynamic_fusion/gpu/
H A DIntegration.cpp71 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in TEST_SUITE() local
158 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in TEST_CASE() local
255 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in TEST_CASE() local
370 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in TEST_CASE() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/dynamic_fusion/gpu/cl/
H A DResize.cpp97 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in TEST_CASE() local
137 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in TEST_CASE() local
159 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in TEST_CASE() local
179 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in TEST_CASE() local
200 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in TEST_CASE() local
219 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in TEST_CASE() local
H A DSoftmax.cpp106 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
H A DPool2d.cpp103 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); variable
H A DMul.cpp104 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
H A DClamp.cpp71 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
H A DReshape.cpp58 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
H A DSub.cpp91 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
H A DDepthwiseConv2d.cpp244 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); variable
H A DDirectConv2d.cpp159 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
H A DAdd.cpp89 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/
H A DGpuReshape.cpp60 const auto cl_compile_ctx = context.cl_compile_context(); in is_supported_op_helper() local
132 const auto cl_compile_ctx = sketch_ctx->cl_compile_context(); in create_op() local
H A DGpuPool2d.cpp117 const auto cl_compile_ctx = context.cl_compile_context(); in is_supported_op() local
160 const auto cl_compile_ctx = sketch_ctx->cl_compile_context(); in create_op() local
H A DGpuSoftmax.cpp66 const auto cl_compile_ctx = context.cl_compile_context(); in is_supported_op() local
156 const auto cl_compile_ctx = sketch_ctx->cl_compile_context(); in create_op() local
H A DGpuConv2d.cpp147 const auto cl_compile_ctx = context.cl_compile_context(); in is_supported_op_helper() local
259 const auto cl_compile_ctx = sketch_ctx->cl_compile_context(); in create_op() local
H A DGpuCast.cpp74 const auto cl_compile_ctx = context.cl_compile_context(); in is_supported_op_helper() local
H A DGpuResize.cpp86 const auto cl_compile_ctx = context.cl_compile_context(); in is_supported_op_helper() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/gpu/cl/
H A DDirectConv2dFixture.h117 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
258 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
H A DElementwiseBinaryFixture.h101 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/
H A DGpuWorkloadContext.cpp33 GpuWorkloadContext::GpuWorkloadContext(CLCompileContext *cl_compile_ctx) in GpuWorkloadContext()
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/operators/
H A DReshapeFixture.h73 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
H A DClampFixture.h106 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
H A DSoftmaxFixture.h84 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
H A DCastFixture.h114 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
H A DMulFixture.h77 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local

12