Home
last modified time | relevance | path

Searched refs:modelInShared (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/neuralnetworks/1.0/utils/src/
DDevice.cpp130 const nn::Model& modelInShared = in getSupportedOperations() local
133 const auto hidlModel = NN_TRY(convert(modelInShared)); in getSupportedOperations()
149 const nn::Model& modelInShared = in prepareModel() local
152 const auto hidlModel = NN_TRY(convert(modelInShared)); in prepareModel()
/hardware/interfaces/neuralnetworks/1.1/utils/src/
DDevice.cpp130 const nn::Model& modelInShared = in getSupportedOperations() local
133 const auto hidlModel = NN_TRY(convert(modelInShared)); in getSupportedOperations()
149 const nn::Model& modelInShared = in prepareModel() local
152 const auto hidlModel = NN_TRY(convert(modelInShared)); in prepareModel()
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DDevice.cpp174 const nn::Model& modelInShared = in getSupportedOperations() local
177 const auto hidlModel = NN_TRY(convert(modelInShared)); in getSupportedOperations()
193 const nn::Model& modelInShared = in prepareModel() local
196 const auto hidlModel = NN_TRY(convert(modelInShared)); in prepareModel()
/hardware/interfaces/neuralnetworks/utils/common/src/
DCommonUtils.cpp185 nn::Model modelInShared = *model; in flushDataFromPointerToShared() local
187 nn::ConstantMemoryBuilder memoryBuilder(modelInShared.pools.size()); in flushDataFromPointerToShared()
188 copyPointersToSharedMemory(&modelInShared.main, &memoryBuilder); in flushDataFromPointerToShared()
189 std::for_each(modelInShared.referenced.begin(), modelInShared.referenced.end(), in flushDataFromPointerToShared()
196 modelInShared.pools.push_back(std::move(memory)); in flushDataFromPointerToShared()
199 *maybeModelInSharedOut = modelInShared; in flushDataFromPointerToShared()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DDevice.cpp223 const nn::Model& modelInShared = in getSupportedOperations() local
226 const auto hidlModel = NN_TRY(convert(modelInShared)); in getSupportedOperations()
242 const nn::Model& modelInShared = in prepareModel() local
245 const auto hidlModel = NN_TRY(convert(modelInShared)); in prepareModel()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DDevice.cpp202 const nn::Model& modelInShared = in getSupportedOperations() local
205 const auto aidlModel = NN_TRY(convert(modelInShared)); in getSupportedOperations()
220 const nn::Model& modelInShared = in prepareModel() local
223 const auto aidlModel = NN_TRY(convert(modelInShared)); in prepareModel()