/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | HalUtils.cpp | 35 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()
|
D | Conversions.cpp | 168 [](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/ |
D | Capabilities.aidl | 19 import android.hardware.neuralnetworks.OperandPerformance; 47 OperandPerformance[] operandPerformance;
|
D | OperandPerformance.aidl | 27 parcelable OperandPerformance {
|
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/ |
D | HalUtils.h | 34 std::vector<aidl_hal::OperandPerformance> nonExtensionOperandPerformance( 40 void update(std::vector<aidl_hal::OperandPerformance>* operandPerformance,
|
D | Conversions.h | 68 GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert( 69 const aidl_hal::OperandPerformance& operandPerformance);
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | BasicTests.cpp | 44 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/ |
D | BasicTests.cpp | 51 [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/ |
D | BasicTests.cpp | 43 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/ |
D | OperandPerformance.aidl | 36 parcelable OperandPerformance {
|
D | Capabilities.aidl | 39 android.hardware.neuralnetworks.OperandPerformance[] operandPerformance;
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/4/android/hardware/neuralnetworks/ |
D | OperandPerformance.aidl | 36 parcelable OperandPerformance {
|
D | Capabilities.aidl | 39 android.hardware.neuralnetworks.OperandPerformance[] operandPerformance;
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/ |
D | OperandPerformance.aidl | 36 parcelable OperandPerformance {
|
D | Capabilities.aidl | 39 android.hardware.neuralnetworks.OperandPerformance[] operandPerformance;
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/2/android/hardware/neuralnetworks/ |
D | OperandPerformance.aidl | 36 parcelable OperandPerformance {
|
D | Capabilities.aidl | 39 android.hardware.neuralnetworks.OperandPerformance[] operandPerformance;
|
/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/ |
D | OperandPerformance.aidl | 36 parcelable OperandPerformance {
|
D | Capabilities.aidl | 39 android.hardware.neuralnetworks.OperandPerformance[] operandPerformance;
|
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/ |
D | Conversions.h | 31 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/ |
D | Conversions.h | 32 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/ |
D | Conversions.cpp | 108 [](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/ |
D | CommonUtils.cpp | 40 std::vector<nn::Capabilities::OperandPerformance> operandPerformances = { in makeQuantized8PerformanceConsistentWithP()
|
/hardware/interfaces/neuralnetworks/1.3/utils/src/ |
D | Conversions.cpp | 123 [](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/ |
D | types.hal | 4744 struct OperandPerformance { 4754 vec<OperandPerformance> operandPerformance;
|