Home
last modified time | relevance | path

Searched defs:CreateFunc (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A DCLEventImpl.h20 using CreateFunc = std::function<Ptr(const cl::Event &)>; variable
H A DCLPlatformImpl.h22 using CreateFunc = std::function<Ptr(const cl::Platform &)>; variable
H A DCLKernelImpl.h20 using CreateFunc = std::function<Ptr(const cl::Kernel &)>; variable
H A DCLDeviceImpl.h20 using CreateFunc = std::function<Ptr(const cl::Device &)>; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DResourceProvider.h137 typedef std::function<sk_sp<GrD3DDescriptorTable>(GrD3DGpu*, unsigned int)> CreateFunc; typedef
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/region_to_functional/
H A Dimpl.cc596 GraphFuncOp BasePattern::CreateFunc(Location loc, const Twine &sym_name, in CreateFunc() function in mlir::tfg::BasePattern