Home
last modified time | relevance | path

Searched refs:ANEURALNETWORKS_UNMAPPABLE (Results 1 – 7 of 7) sorted by relevance

/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h5802 ANEURALNETWORKS_UNMAPPABLE = 7, enumerator
DNeuralNetworksWrapper.h74 UNMAPPABLE = ANEURALNETWORKS_UNMAPPABLE,
/frameworks/ml/nn/runtime/
DManager.cpp683 return {ANEURALNETWORKS_UNMAPPABLE, nullptr}; in create()
768 return {ANEURALNETWORKS_UNMAPPABLE, {}, kNoTiming}; in execute()
DMemory.cpp236 return ANEURALNETWORKS_UNMAPPABLE; in copyHidlMemories()
DNeuralNetworks.cpp226 static_assert(ANEURALNETWORKS_UNMAPPABLE == 7, "ANEURALNETWORKS_UNMAPPABLE has changed");
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t228 ANEURALNETWORKS_UNMAPPABLE = 7,
1260 * ANEURALNETWORKS_UNMAPPABLE if the execution input or output memory cannot
2438 * ANEURALNETWORKS_UNMAPPABLE if the execution input or output memory cannot
/frameworks/ml/nn/common/
DUtils.cpp1909 case ANEURALNETWORKS_UNMAPPABLE: in convertResultCodeToErrorStatus()