Searched defs:KernelInfo (Results 1 – 7 of 7) 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;
257 pub struct KernelInfo { struct258 pub args: Vec<KernelArg>,259 pub internal_args: Vec<InternalKernelArg>,260 pub attributes_string: String,261 pub work_group_size: [usize; 3],262 pub subgroup_size: usize,263 pub num_subgroups: usize,738 ) -> (KernelInfo, NirShader) { in convert_spirv_to_nir()
118 SIProgramInfo KernelInfo; in EmitFunctionBodyStart() local160 SIProgramInfo KernelInfo; in runOnMachineFunction() local580 const SIProgramInfo &KernelInfo) { in EmitProgramInfoSI()
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()
220 "KernelInfo": { object
285 enum class KernelInfo : uint8_t enum