Home
last modified time | relevance | path

Searched refs:OperandPerformance (Results 1 – 25 of 26) sorted by relevance

12

/hardware/interfaces/neuralnetworks/aidl/utils/src/
DHalUtils.cpp35 std::vector<aidl_hal::OperandPerformance> nonExtensionOperandPerformance( in nonExtensionOperandPerformance()
38 std::vector<aidl_hal::OperandPerformance> ret; in nonExtensionOperandPerformance()
42 ret.push_back(aidl_hal::OperandPerformance{type, perf}); in nonExtensionOperandPerformance()
46 [](const aidl_hal::OperandPerformance& a, const aidl_hal::OperandPerformance& b) { in nonExtensionOperandPerformance()
53 void update(std::vector<aidl_hal::OperandPerformance>* operandPerformance, in update()
57 [](const aidl_hal::OperandPerformance& perf, in update()
DConversions.cpp168 [](const aidl_hal::OperandPerformance& operandPerformance) { in unvalidatedConvert()
195 GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert( in unvalidatedConvert()
196 const aidl_hal::OperandPerformance& operandPerformance) { in unvalidatedConvert()
199 return Capabilities::OperandPerformance{ in unvalidatedConvert()
753 nn::GeneralResult<OperandPerformance> unvalidatedConvert( in unvalidatedConvert()
754 const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
757 return OperandPerformance{.type = type, .info = info}; in unvalidatedConvert()
760 nn::GeneralResult<std::vector<OperandPerformance>> unvalidatedConvert( in unvalidatedConvert()
762 std::vector<OperandPerformance> operandPerformances; in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
DCapabilities.aidl19 import android.hardware.neuralnetworks.OperandPerformance;
47 OperandPerformance[] operandPerformance;
DOperandPerformance.aidl27 parcelable OperandPerformance {
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DHalUtils.h34 std::vector<aidl_hal::OperandPerformance> nonExtensionOperandPerformance(
40 void update(std::vector<aidl_hal::OperandPerformance>* operandPerformance,
DConversions.h68 GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert(
69 const aidl_hal::OperandPerformance& operandPerformance);
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DBasicTests.cpp44 using OperandPerformance = Capabilities::OperandPerformance; in TEST_P() typedef
58 [isPositive](const OperandPerformance& a) { return isPositive(a.info); })); in TEST_P()
60 [](const OperandPerformance& a, const OperandPerformance& b) { in TEST_P()
63 EXPECT_TRUE(std::all_of(opPerf.begin(), opPerf.end(), [](const OperandPerformance& a) { in TEST_P()
/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DBasicTests.cpp51 [isPositive](const OperandPerformance& a) { return isPositive(a.info); })); in TEST_P()
53 [](const OperandPerformance& a, const OperandPerformance& b) { in TEST_P()
56 EXPECT_TRUE(std::all_of(opPerf.begin(), opPerf.end(), [](const OperandPerformance& a) { in TEST_P()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DBasicTests.cpp43 using OperandPerformance = Capabilities::OperandPerformance; in TEST_P() typedef
57 [isPositive](const OperandPerformance& a) { return isPositive(a.info); })); in TEST_P()
59 [](const OperandPerformance& a, const OperandPerformance& b) { in TEST_P()
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/3/android/hardware/neuralnetworks/
DOperandPerformance.aidl36 parcelable OperandPerformance {
DCapabilities.aidl39 android.hardware.neuralnetworks.OperandPerformance[] operandPerformance;
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/4/android/hardware/neuralnetworks/
DOperandPerformance.aidl36 parcelable OperandPerformance {
DCapabilities.aidl39 android.hardware.neuralnetworks.OperandPerformance[] operandPerformance;
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
DOperandPerformance.aidl36 parcelable OperandPerformance {
DCapabilities.aidl39 android.hardware.neuralnetworks.OperandPerformance[] operandPerformance;
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/2/android/hardware/neuralnetworks/
DOperandPerformance.aidl36 parcelable OperandPerformance {
DCapabilities.aidl39 android.hardware.neuralnetworks.OperandPerformance[] operandPerformance;
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
DOperandPerformance.aidl36 parcelable OperandPerformance {
DCapabilities.aidl39 android.hardware.neuralnetworks.OperandPerformance[] operandPerformance;
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DConversions.h31 GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert(
32 const hal::V1_2::Capabilities::OperandPerformance& operandPerformance);
71 nn::GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert(
72 const nn::Capabilities::OperandPerformance& operandPerformance);
/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/
DConversions.h32 GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert(
33 const hal::V1_3::Capabilities::OperandPerformance& operandPerformance);
73 nn::GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert(
74 const nn::Capabilities::OperandPerformance& operandPerformance);
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DConversions.cpp108 [](const hal::V1_2::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
132 GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert( in unvalidatedConvert()
133 const hal::V1_2::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
136 return Capabilities::OperandPerformance{ in unvalidatedConvert()
421 std::vector<nn::Capabilities::OperandPerformance> filteredOperandPerformances; in unvalidatedConvert()
426 [](const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
442 nn::GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert( in unvalidatedConvert()
443 const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
446 return Capabilities::OperandPerformance{ in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/utils/common/src/
DCommonUtils.cpp40 std::vector<nn::Capabilities::OperandPerformance> operandPerformances = { in makeQuantized8PerformanceConsistentWithP()
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DConversions.cpp123 [](const hal::V1_3::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
151 GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert( in unvalidatedConvert()
152 const hal::V1_3::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
155 return Capabilities::OperandPerformance{ in unvalidatedConvert()
486 std::vector<nn::Capabilities::OperandPerformance> filteredOperandPerformances; in unvalidatedConvert()
491 [](const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
511 nn::GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert( in unvalidatedConvert()
512 const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
515 return Capabilities::OperandPerformance{ in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal4744 struct OperandPerformance {
4754 vec<OperandPerformance> operandPerformance;

12