Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp936 struct DeviceSpecification { struct in __anon83dd480d0111::PartitioningTest
937 DeviceSpecification(const std::string& name, const Capabilities& capabilities, in DeviceSpecification() argument
945 DeviceSpecification(const std::string& name, float perf, uint32_t operationMask, in DeviceSpecification() argument
948 : DeviceSpecification(name, perf, perf, operationMask, oem, operationTypes) {}
949 DeviceSpecification(const std::string& name, float perf, float perfRelaxed, in DeviceSpecification() function
953 : DeviceSpecification(name, kVersionString, perf, perfRelaxed, operationMask, oem,
955 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification() function
959 : DeviceSpecification(name, version, perf, perf, operationMask, oem, operationTypes) {}
960 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification() argument
980 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()