Searched refs:modelInShared (Results 1 – 6 of 6) sorted by relevance
130 const nn::Model& modelInShared = in getSupportedOperations() local133 const auto hidlModel = NN_TRY(convert(modelInShared)); in getSupportedOperations()149 const nn::Model& modelInShared = in prepareModel() local152 const auto hidlModel = NN_TRY(convert(modelInShared)); in prepareModel()
174 const nn::Model& modelInShared = in getSupportedOperations() local177 const auto hidlModel = NN_TRY(convert(modelInShared)); in getSupportedOperations()193 const nn::Model& modelInShared = in prepareModel() local196 const auto hidlModel = NN_TRY(convert(modelInShared)); in prepareModel()
185 nn::Model modelInShared = *model; in flushDataFromPointerToShared() local187 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()
223 const nn::Model& modelInShared = in getSupportedOperations() local226 const auto hidlModel = NN_TRY(convert(modelInShared)); in getSupportedOperations()242 const nn::Model& modelInShared = in prepareModel() local245 const auto hidlModel = NN_TRY(convert(modelInShared)); in prepareModel()
202 const nn::Model& modelInShared = in getSupportedOperations() local205 const auto aidlModel = NN_TRY(convert(modelInShared)); in getSupportedOperations()220 const nn::Model& modelInShared = in prepareModel() local223 const auto aidlModel = NN_TRY(convert(modelInShared)); in prepareModel()