Searched refs:validateCopyFrom (Results 1 – 3 of 3) sorted by relevance
55 hal::ErrorStatus validateCopyFrom(const std::vector<uint32_t>& dimensions, uint32_t size) const;
116 ErrorStatus ManagedBuffer::validateCopyFrom(const std::vector<uint32_t>& dimensions, in validateCopyFrom() function in android::nn::ManagedBuffer
345 bufferWrapper->validateCopyFrom(dimensions, srcPool->getSize()); in copyFromInternal()