Home
last modified time | relevance | path

Searched defs:KernelInfo (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/cl/
H A DOpenClTimer.hpp50 struct KernelInfo struct in armnn::OpenClTimer
52 KernelInfo(const std::string& name, cl_event& event) : m_Name(name), m_Event(event) {} in KernelInfo() function
54 std::string m_Name;
55 ClEvent m_Event;
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dkernel_info.h22 struct KernelInfo { struct
23 int private_memory_size;
24 int max_work_group_size;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
H A Dtf_jitrt_kernels.cc316 struct KernelInfo { in CompileImpl() struct
317 intptr_t id; in CompileImpl()
318 std::string entrypoint; in CompileImpl()
319 std::string name; in CompileImpl()
320 std::string serialized_operation; in CompileImpl()
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp118 SIProgramInfo KernelInfo; in EmitFunctionBodyStart() local
160 SIProgramInfo KernelInfo; in runOnMachineFunction() local
580 const SIProgramInfo &KernelInfo) { in EmitProgramInfoSI()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dkernel.rs320 pub struct KernelInfo { struct
321 pub args: Vec<KernelArg>,
322 pub attributes_string: String,
323 work_group_size: [usize; 3],
324 work_group_size_hint: [u32; 3],
325 subgroup_size: usize,
326 num_subgroups: usize,
/aosp_15_r20/cts/libs/kernelinfo/src/com/android/cts/kernelinfo/
H A DKernelInfo.kt61 abstract class KernelInfo { class
/aosp_15_r20/system/libvintf/include/vintf/
H A DMatrixKernel.h64 friend class KernelInfo; member
H A DCompatibilityMatrix.h165 friend class KernelInfo; member
/aosp_15_r20/external/angle/src/common/
H A Dpacked_cl_enums.json226 "KernelInfo": { object
H A DPackedCLEnums_autogen.h301 enum class KernelInfo : uint8_t enum
/aosp_15_r20/system/libvintf/test/
H A DLibVintfTest.cpp4463 TEST_F(LibVintfTest, KernelInfo) { in TEST_F() argument