Searched defs:DelegateData (Results 1 – 3 of 3) sorted by relevance
18 struct DelegateData struct20 DelegateData(const std::vector<armnn::BackendId>& backends) in DelegateData() argument25 const std::vector<armnn::BackendId> m_Backends;26 armnn::INetworkPtr m_Network;27 std::vector<armnn::IOutputSlot*> m_OutputSlotForNode;
185 DelegateData::DelegateData() {} in DelegateData() function in tflite::flex::DelegateData
2892 struct DelegateData { struct in tflite::gpu::__anonfa51a7f90511::DelegateContext2893 std::vector<int> input_ids;2894 std::vector<int> output_ids;2895 GraphFloat32* graph;2896 std::unique_ptr<absl::flat_hash_map<int, int>> quant_conversion_map;