Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DUtils.h196 using OperandPerformance = hal::V1_2::Capabilities::OperandPerformance;
202 using OperandPerformance = hal::V1_3::Capabilities::OperandPerformance;
207 using VersionedOperandPerformance = typename VersionedType<version>::OperandPerformance;
227 void update(hal::hidl_vec<hal::V1_2::Capabilities::OperandPerformance>* operandPerformance,
229 void update(hal::hidl_vec<hal::V1_3::Capabilities::OperandPerformance>* operandPerformance,
236 const hal::hidl_vec<hal::V1_2::Capabilities::OperandPerformance>& operandPerformance,
239 const hal::hidl_vec<hal::V1_3::Capabilities::OperandPerformance>& operandPerformance,
/frameworks/ml/nn/common/
DUtils.cpp2014 template hal::hidl_vec<V1_2::Capabilities::OperandPerformance>
2016 template hal::hidl_vec<V1_3::Capabilities::OperandPerformance>
2032 void update(hidl_vec<V1_2::Capabilities::OperandPerformance>* operandPerformance, in update()
2036 void update(hidl_vec<V1_3::Capabilities::OperandPerformance>* operandPerformance, in update()
2058 PerformanceInfo lookup(const hidl_vec<V1_2::Capabilities::OperandPerformance>& operandPerformance, in lookup()
2062 PerformanceInfo lookup(const hidl_vec<V1_3::Capabilities::OperandPerformance>& operandPerformance, in lookup()
2100 static hidl_vec<V1_2::Capabilities::OperandPerformance> makeQuantized8PerformanceConsistentWithP( in makeQuantized8PerformanceConsistentWithP()
2102 hidl_vec<V1_2::Capabilities::OperandPerformance> ret( in makeQuantized8PerformanceConsistentWithP()
2107 [quantized8Performance](OperandType type) -> V1_2::Capabilities::OperandPerformance { in makeQuantized8PerformanceConsistentWithP()
2378 using OperandPerformance = V1_2::Capabilities::OperandPerformance; in convertToV1_2() typedef
[all …]