Searched refs:DeviceSpecification (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioning.cpp | 1009 struct DeviceSpecification { struct in __anonb50294d30111::PartitioningTest 1010 DeviceSpecification(const std::string& name, const V1_3::Capabilities& capabilities, in DeviceSpecification() argument 1018 DeviceSpecification(const std::string& name, float perf, uint32_t operationMask, in DeviceSpecification() argument 1022 : DeviceSpecification(name, perf, perf, operationMask, oem, halVersion, 1024 DeviceSpecification(const std::string& name, float perf, float perfRelaxed, in DeviceSpecification() argument 1029 : DeviceSpecification(name, kVersionString, perf, perfRelaxed, operationMask, oem, 1031 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification() function 1036 : DeviceSpecification(name, version, perf, perf, operationMask, oem, halVersion, 1038 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification() argument 1061 DeviceSpecification(const std::string& name, float perf, HalVersion halVersion, in DeviceSpecification() argument [all …]
|
D | TestIntrospectionControl.cpp | 125 struct DeviceSpecification { struct in __anon0350d7ad0111::IntrospectionControlTest 126 DeviceSpecification(const std::string& name, float perf, std::vector<bool>& supportedOps) in DeviceSpecification() function 143 void registerDevices(std::vector<DeviceSpecification> specifications) { in registerDevices()
|