Home
last modified time | relevance | path

Searched refs:operandPerformance (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/neuralnetworks/1.2/utils/src/
DConversions.cpp108 capabilities.operandPerformance.begin(), capabilities.operandPerformance.end(), in unvalidatedConvert()
109 [](const hal::V1_2::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert() argument
110 return validatedConvert(operandPerformance.type).has_value(); in unvalidatedConvert()
121 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local
124 Capabilities::OperandPerformanceTable::create(std::move(operandPerformance)), in unvalidatedConvert()
130 .operandPerformance = std::move(table), in unvalidatedConvert()
135 const hal::V1_2::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert() argument
137 .type = NN_TRY(unvalidatedConvert(operandPerformance.type)), in unvalidatedConvert()
138 .info = NN_TRY(unvalidatedConvert(operandPerformance.info)), in unvalidatedConvert()
415 std::vector<nn::Capabilities::OperandPerformance> operandPerformance; in unvalidatedConvert() local
[all …]
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DConversions.cpp123 capabilities.operandPerformance.begin(), capabilities.operandPerformance.end(), in unvalidatedConvert()
124 [](const hal::V1_3::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert() argument
125 return validatedConvert(operandPerformance.type).has_value(); in unvalidatedConvert()
133 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local
135 Capabilities::OperandPerformanceTable::create(std::move(operandPerformance)), in unvalidatedConvert()
143 .operandPerformance = std::move(table), in unvalidatedConvert()
150 const hal::V1_3::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert() argument
152 .type = NN_TRY(unvalidatedConvert(operandPerformance.type)), in unvalidatedConvert()
153 .info = NN_TRY(unvalidatedConvert(operandPerformance.info)), in unvalidatedConvert()
468 std::vector<nn::Capabilities::OperandPerformance> operandPerformance; in unvalidatedConvert() local
[all …]
/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
DCapabilities.aidl47 OperandPerformance[] operandPerformance;
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
DCapabilities.aidl39 android.hardware.neuralnetworks.OperandPerformance[] operandPerformance;
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
DCapabilities.aidl39 android.hardware.neuralnetworks.OperandPerformance[] operandPerformance;
/hardware/interfaces/neuralnetworks/1.1/utils/src/
DConversions.cpp86 .operandPerformance = std::move(table), in unvalidatedConvert()
200 capabilities.operandPerformance.lookup(nn::OperandType::TENSOR_FLOAT32))), in unvalidatedConvert()
202 capabilities.operandPerformance.lookup(nn::OperandType::TENSOR_QUANT8_ASYMM))), in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DConversions.cpp177 capabilities.operandPerformance.begin(), capabilities.operandPerformance.end(), in unvalidatedConvert()
178 [](const aidl_hal::OperandPerformance& operandPerformance) { in unvalidatedConvert() argument
179 return validatedConvert(operandPerformance.type).has_value(); in unvalidatedConvert()
186 auto operandPerformance = NN_TRY(unvalidatedConvert(capabilities.operandPerformance)); in unvalidatedConvert() local
188 Capabilities::OperandPerformanceTable::create(std::move(operandPerformance)), in unvalidatedConvert()
196 .operandPerformance = std::move(table), in unvalidatedConvert()
203 const aidl_hal::OperandPerformance& operandPerformance) { in unvalidatedConvert() argument
205 .type = NN_TRY(unvalidatedConvert(operandPerformance.type)), in unvalidatedConvert()
206 .info = NN_TRY(unvalidatedConvert(operandPerformance.info)), in unvalidatedConvert()
DInvalidDevice.cpp55 .operandPerformance = {}, in create()
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DConversions.h32 const hal::V1_2::Capabilities::OperandPerformance& operandPerformance);
73 const nn::Capabilities::OperandPerformance& operandPerformance);
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DConversions.cpp114 .operandPerformance = std::move(table), in unvalidatedConvert()
296 capabilities.operandPerformance.lookup(nn::OperandType::TENSOR_FLOAT32))), in unvalidatedConvert()
298 capabilities.operandPerformance.lookup(nn::OperandType::TENSOR_QUANT8_ASYMM))), in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DBasicTests.cpp48 const auto& opPerf = capabilities.operandPerformance; in TEST_P()
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DBasicTests.cpp55 const auto& opPerf = capabilities.operandPerformance; in TEST_P()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DBasicTests.cpp54 const auto& opPerf = capabilities.operandPerformance; in TEST_P()
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DConversions.h64 const aidl_hal::OperandPerformance& operandPerformance);
/hardware/interfaces/neuralnetworks/utils/common/test/
DResilientDeviceTest.cpp46 .operandPerformance = nn::Capabilities::OperandPerformanceTable::create({}).value(),
656 .operandPerformance = nn::Capabilities::OperandPerformanceTable::create({}).value()}; in TEST()
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal4751 * If a particular OperandType is not present in operandPerformance,
4754 vec<OperandPerformance> operandPerformance;
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal5373 * If a particular {@link OperandType} is not present in operandPerformance,
5380 vec<OperandPerformance> operandPerformance;