Home
last modified time | relevance | path

Searched refs:DeviceSpecification (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp926 struct DeviceSpecification { struct in __anon83dd480d0111::PartitioningTest
927 DeviceSpecification(const std::string& name, const Capabilities& capabilities, in DeviceSpecification() argument
935 DeviceSpecification(const std::string& name, float perf, uint32_t operationMask, in DeviceSpecification() argument
938 : DeviceSpecification(name, perf, perf, operationMask, oem, operationTypes) {}
939 DeviceSpecification(const std::string& name, float perf, float perfRelaxed, in DeviceSpecification() argument
943 : DeviceSpecification(name, kVersionString, perf, perfRelaxed, operationMask, oem,
945 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification() argument
949 : DeviceSpecification(name, version, perf, perf, operationMask, oem, operationTypes) {}
950 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification() argument
970 DeviceSpecification(const std::string& name, float perf, HalVersion halVersion, in DeviceSpecification() argument
[all …]
DTestIntrospectionControl.cpp119 struct DeviceSpecification { struct in __anon736024e70111::IntrospectionControlTest
120 DeviceSpecification(const std::string& name, float perf, std::vector<bool>& supportedOps) in DeviceSpecification() function
137 void registerDevices(std::vector<DeviceSpecification> specifications) { in registerDevices()