Home
last modified time | relevance | path

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

12

/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/
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
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
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
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
DGpuCast.cpp74 const auto cl_compile_ctx = context.cl_compile_context(); in is_supported_op_helper() local
DGpuResize.cpp86 const auto cl_compile_ctx = context.cl_compile_context(); in is_supported_op_helper() local
/external/ComputeLibrary/tests/validation/dynamic_fusion/gpu/
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
/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/
DGpuWorkloadContext.cpp33 GpuWorkloadContext::GpuWorkloadContext(CLCompileContext *cl_compile_ctx) in GpuWorkloadContext()
/external/ComputeLibrary/tests/validation/dynamic_fusion/gpu/cl/
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
DSoftmax.cpp106 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
DMul.cpp104 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
DPool2d.cpp103 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); variable
DClamp.cpp71 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
DReshape.cpp58 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
DSub.cpp91 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
DDepthwiseConv2d.cpp244 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); variable
DDirectConv2d.cpp159 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
DAdd.cpp89 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/operators/
DReshapeFixture.h73 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
DClampFixture.h106 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
DCastFixture.h114 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
DSoftmaxFixture.h84 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
DMulFixture.h77 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/gpu/cl/
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
DElementwiseBinaryFixture.h101 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local

12