diff options
Diffstat (limited to 'neuralnetworks/utils/common/src/CommonUtils.cpp')
-rw-r--r-- | neuralnetworks/utils/common/src/CommonUtils.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/neuralnetworks/utils/common/src/CommonUtils.cpp b/neuralnetworks/utils/common/src/CommonUtils.cpp index 235ba29d08..b4fbfa7b3b 100644 --- a/neuralnetworks/utils/common/src/CommonUtils.cpp +++ b/neuralnetworks/utils/common/src/CommonUtils.cpp @@ -331,11 +331,6 @@ nn::GeneralResult<std::reference_wrapper<const nn::Request>> convertRequestFromP return **maybeRequestInSharedOut; } -nn::GeneralResult<std::vector<uint32_t>> countNumberOfConsumers( - size_t numberOfOperands, const std::vector<nn::Operation>& operations) { - return nn::countNumberOfConsumers(numberOfOperands, operations); -} - nn::GeneralResult<hidl_memory> createHidlMemoryFromSharedMemory(const nn::SharedMemory& memory) { if (memory == nullptr) { return NN_ERROR() << "Memory must be non-empty"; |