Home
last modified time | relevance | path

Searched refs:OperandPerformanceTable (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/
H A DTypes.cpp73 Capabilities::OperandPerformanceTable::OperandPerformanceTable( in OperandPerformanceTable() function in android::nn::Capabilities::OperandPerformanceTable
77 Result<Capabilities::OperandPerformanceTable> Capabilities::OperandPerformanceTable::create( in create()
87 return Capabilities::OperandPerformanceTable(std::move(operandPerformances)); in create()
90 Capabilities::PerformanceInfo Capabilities::OperandPerformanceTable::lookup( in lookup()
106 Capabilities::OperandPerformanceTable::asVector() const { in asVector()
H A DTypeUtils.cpp651 const Capabilities::OperandPerformanceTable& operandPerformances) { in operator <<()
H A DValidation.cpp309 const Capabilities::OperandPerformanceTable& operandPerformances) { in validateCapabilitiesOperandPerformanceTable()
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h271 class OperandPerformanceTable {
273 static Result<OperandPerformanceTable> create(
280 explicit OperandPerformanceTable(std::vector<OperandPerformance> operandPerformances);
302 OperandPerformanceTable operandPerformance;
H A DTypeUtils.h106 const Capabilities::OperandPerformanceTable& operandPerformances);
/aosp12/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
H A DCommonUtils.h48 nn::Capabilities::OperandPerformanceTable makeQuantized8PerformanceConsistentWithP(
/aosp12/hardware/interfaces/neuralnetworks/utils/common/src/
H A DCommonUtils.cpp147 nn::Capabilities::OperandPerformanceTable makeQuantized8PerformanceConsistentWithP( in makeQuantized8PerformanceConsistentWithP()
162 return nn::Capabilities::OperandPerformanceTable::create(std::move(operandPerformances)) in makeQuantized8PerformanceConsistentWithP()
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DCanonicalDevice.cpp75 Capabilities::OperandPerformanceTable::create(std::move(operandPerformance)).value(); in makeCapabilities()
/aosp12/hardware/interfaces/neuralnetworks/utils/common/test/
H A DResilientDeviceTest.cpp46 .operandPerformance = nn::Capabilities::OperandPerformanceTable::create({}).value(),
656 .operandPerformance = nn::Capabilities::OperandPerformanceTable::create({}).value()}; in TEST()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DConversions.cpp124 Capabilities::OperandPerformanceTable::create(std::move(operandPerformance)), in unvalidatedConvert()
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DConversions.cpp135 Capabilities::OperandPerformanceTable::create(std::move(operandPerformance)), in unvalidatedConvert()
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DConversions.cpp188 Capabilities::OperandPerformanceTable::create(std::move(operandPerformance)), in unvalidatedConvert()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DManager.cpp815 Capabilities::OperandPerformanceTable::create(std::move(operandPerformance)).value(); in createCpuCapabilities()