Home
last modified time | relevance | path

Searched refs:MemoryPreference (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypeUtils.h120 std::ostream& operator<<(std::ostream& os, const MemoryPreference& memoryPreference);
155 bool operator==(const MemoryPreference& a, const MemoryPreference& b);
156 bool operator!=(const MemoryPreference& a, const MemoryPreference& b);
H A DTypes.h985 struct MemoryPreference { struct
/aosp12/packages/modules/NeuralNetworks/common/
H A DTypeUtils.cpp770 std::ostream& operator<<(std::ostream& os, const MemoryPreference& memoryPreference) { in operator <<()
966 bool operator==(const MemoryPreference& a, const MemoryPreference& b) { in operator ==()
969 bool operator!=(const MemoryPreference& a, const MemoryPreference& b) { in operator !=()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DManager.h105 virtual MemoryPreference getMemoryPreference() const = 0;
H A DExecutionPlan.h749 MemoryPreference getMemoryPreference(IOType type, uint32_t index) const;
887 MemoryPreference getMemoryPreferenceOfSourceOperand(const SourceOperandIndex& index) const;
H A DManager.cpp175 MemoryPreference getMemoryPreference() const override { in getMemoryPreference()
921 MemoryPreference getMemoryPreference() const override { in getMemoryPreference()
H A DExecutionPlan.cpp2038 MemoryPreference ExecutionPlan::getMemoryPreference(IOType type, uint32_t index) const { in getMemoryPreference()
2049 MemoryPreference ExecutionPlan::CompoundBody::getMemoryPreferenceOfSourceOperand( in getMemoryPreferenceOfSourceOperand()
/aosp12/packages/modules/NeuralNetworks/tools/api/
H A DTypes.t241 struct MemoryPreference {