Searched defs:KernelInfo (Results 1 – 11 of 11) sorted by relevance
50 struct KernelInfo struct in armnn::OpenClTimer52 KernelInfo(const std::string& name, cl_event& event) : m_Name(name), m_Event(event) {} in KernelInfo() function54 std::string m_Name;55 ClEvent m_Event;
22 struct KernelInfo { struct23 int private_memory_size;24 int max_work_group_size;
316 struct KernelInfo { in CompileImpl() struct317 intptr_t id; in CompileImpl()318 std::string entrypoint; in CompileImpl()319 std::string name; in CompileImpl()320 std::string serialized_operation; in CompileImpl()
118 SIProgramInfo KernelInfo; in EmitFunctionBodyStart() local160 SIProgramInfo KernelInfo; in runOnMachineFunction() local580 const SIProgramInfo &KernelInfo) { in EmitProgramInfoSI()
320 pub struct KernelInfo { struct321 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,
61 abstract class KernelInfo { class
64 friend class KernelInfo; member
165 friend class KernelInfo; member
226 "KernelInfo": { object
301 enum class KernelInfo : uint8_t enum
4463 TEST_F(LibVintfTest, KernelInfo) { in TEST_F() argument