Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
DCapabilities.aidl19 import android.hardware.neuralnetworks.OperandPerformance;
47 OperandPerformance[] operandPerformance;
DOperandPerformance.aidl27 parcelable 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/1.2/utils/include/nnapi/hal/1.2/
DConversions.h31 GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert(
32 const hal::V1_2::Capabilities::OperandPerformance& operandPerformance);
72 nn::GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert(
73 const nn::Capabilities::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/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
DOperandPerformance.aidl36 parcelable OperandPerformance {
DCapabilities.aidl39 android.hardware.neuralnetworks.OperandPerformance[] operandPerformance;
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DConversions.cpp109 [](const hal::V1_2::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
134 GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert( in unvalidatedConvert()
135 const hal::V1_2::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
136 return Capabilities::OperandPerformance{ in unvalidatedConvert()
415 std::vector<nn::Capabilities::OperandPerformance> operandPerformance; in unvalidatedConvert()
420 [](const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
433 nn::GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert( in unvalidatedConvert()
434 const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
435 return Capabilities::OperandPerformance{ in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DConversions.cpp124 [](const hal::V1_3::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
149 GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert( in unvalidatedConvert()
150 const hal::V1_3::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
151 return Capabilities::OperandPerformance{ in unvalidatedConvert()
468 std::vector<nn::Capabilities::OperandPerformance> operandPerformance; in unvalidatedConvert()
473 [](const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
488 nn::GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert( in unvalidatedConvert()
489 const nn::Capabilities::OperandPerformance& operandPerformance) { in unvalidatedConvert()
490 return Capabilities::OperandPerformance{ in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DConversions.h63 GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert(
64 const aidl_hal::OperandPerformance& operandPerformance);
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DConversions.cpp178 [](const aidl_hal::OperandPerformance& operandPerformance) { in unvalidatedConvert()
202 GeneralResult<Capabilities::OperandPerformance> unvalidatedConvert( in unvalidatedConvert()
203 const aidl_hal::OperandPerformance& operandPerformance) { in unvalidatedConvert()
204 return Capabilities::OperandPerformance{ in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/utils/common/src/
DCommonUtils.cpp152 std::vector<nn::Capabilities::OperandPerformance> operandPerformances = { in makeQuantized8PerformanceConsistentWithP()
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal4744 struct OperandPerformance {
4754 vec<OperandPerformance> operandPerformance;
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal5365 struct OperandPerformance {
5380 vec<OperandPerformance> operandPerformance;