/aosp_15_r20/external/ComputeLibrary/tests/validation/dynamic_fusion/gpu/ |
H A D | Integration.cpp | 71 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 D | Resize.cpp | 97 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 D | Softmax.cpp | 106 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
|
H A D | Pool2d.cpp | 103 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); variable
|
H A D | Mul.cpp | 104 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
|
H A D | Clamp.cpp | 71 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
|
H A D | Reshape.cpp | 58 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
|
H A D | Sub.cpp | 91 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
|
H A D | DepthwiseConv2d.cpp | 244 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); variable
|
H A D | DirectConv2d.cpp | 159 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
|
H A D | Add.cpp | 89 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); local
|
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/ |
H A D | GpuReshape.cpp | 60 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 D | GpuPool2d.cpp | 117 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 D | GpuSoftmax.cpp | 66 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 D | GpuConv2d.cpp | 147 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 D | GpuCast.cpp | 74 const auto cl_compile_ctx = context.cl_compile_context(); in is_supported_op_helper() local
|
H A D | GpuResize.cpp | 86 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 D | DirectConv2dFixture.h | 117 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 D | ElementwiseBinaryFixture.h | 101 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 D | GpuWorkloadContext.cpp | 33 GpuWorkloadContext::GpuWorkloadContext(CLCompileContext *cl_compile_ctx) in GpuWorkloadContext()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/operators/ |
H A D | ReshapeFixture.h | 73 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
|
H A D | ClampFixture.h | 106 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
|
H A D | SoftmaxFixture.h | 84 CLCompileContext cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
|
H A D | CastFixture.h | 114 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
|
H A D | MulFixture.h | 77 auto cl_compile_ctx = CLKernelLibrary::get().get_compile_context(); in compute_target() local
|